Skip to main content
ClaudeWave
Skill489 estrellas del repoactualizado today

gsd:continue-phase

Continue phase execution from checkpoint

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-continue-phase && cp -r /tmp/gsd-continue-phase/.claude/skills/gsd/commands/continue-phase ~/.claude/skills/gsd-continue-phase
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# GSD Continue Phase

Continues phase execution from a checkpoint.

## When to Use

- After checkpoint approval
- Resuming phase execution
- Continuing with next wave

## Process

1. Load checkpoint state
2. Resume from last wave
3. Continue execution
4. Create next checkpoint

## Success Criteria

Phase continues from checkpoint to completion.