What problem does it solve?
This Skill eliminates slow, manual, and sequential execution of multi-plan phases by automatically orchestrating parallel plan runs while preserving gates, verification, and state updates.
Core Features & Use Cases
- Wave-based parallel execution: Discovers plans, analyzes dependencies, groups work into waves, and runs each wave using subagents to accelerate throughput.
- Phase controls and routing: Preserves workflow gates for wave execution, checkpoint handling, verification, and state updates until phase completion criteria are met.
- Optional execution modes: Supports documented flag behaviors for running a single wave, running only gap-closure plans, or running interactively with user checkpoints.
Use Case: An agent system generated many actionable plans for the current engineering phase; this Skill executes them efficiently across waves, then verifies completion and resolves gaps without you babysitting each plan.
Quick Start
Use gsd-execute-phase to execute all plans in the current phase using wave-based parallelization.