gsd:execute-phase
Installation
SKILL.md
GSD Execute Phase
Executes phase tasks using wave-based parallel execution with gsd-executor agent.
When to Use
- Running a planned phase
- Executing tasks in parallel waves
- Following structured development workflow
Process
- Load phase-plan.md for task list
- Identify independent tasks for parallel execution
- Execute tasks in waves (parallel where possible)
- Create atomic commits per task
- Handle deviations automatically (bugs, missing functionality, blocking)
- Request checkpoint verification between waves