What problem does it solve?
This Skill orchestrates execution of many interdependent plans in a phase, removing manual sequencing, pacing, and coordination overhead by analyzing dependencies and running plans in parallel waves.
Core Features & Use Cases
- Wave-based parallel execution: group independent plans into waves to execute concurrently while preserving dependency order.
- Selective and interactive modes: support --wave for staged rollout, --gaps-only to focus gap-closure plans, and --interactive for sequential, user-checked execution.
- Scalable subagent orchestration: spawn lightweight subagents that load full plan context, execute tasks, and report results for verification and state updates.
- Use Case: Execute a release or verification phase with dozens of plans by pacing waves to stay within quotas and progressively verify phase completion.
Quick Start
Run the gsd-execute-phase skill for phase 3 to discover, group, and execute all plans in that phase with wave-based parallelization.