Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:continue-phase

Continue phase execution from checkpoint

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.