Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:workflow:execute-phase

Workflow for executing a project phase

Install in Claude Code
Copy
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-workflow-execute-phase && cp -r /tmp/gsd-workflow-execute-phase/.claude/skills/gsd/workflows/execute-phase ~/.claude/skills/gsd-workflow-execute-phase
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# GSD Execute Phase Workflow

Workflow for executing a planned project phase with verification.

## When to Use

- Executing a planned phase
- Running wave-based development

## Phases

1. Plan phase details
2. Review plan
3. Execute waves
4. Verify work
5. Create checkpoint
6. Request approval

## Entry Points

- `gsd:plan-phase` - Create phase plan
- `gsd:execute-phase` - Execute phase
- `gsd:verify-work` - Verify implementation
- `gsd:create-checkpoint` - Create checkpoint

## Success Criteria

Phase completed with verification and checkpoint approved.