Execute phase plans with parallelization
gsd:execute-phaseskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Execute phase plans with wave-based parallelization
Best for
Executing a phase when you want parallelized execution with optional wave filtering for pacing or quota management.
Inputs
- · phase number (required)
- · --wave N
- · --gaps-only
- · --interactive
- · --tdd
Outputs
- · phase completion status
- · plan/task tally
- · .planning/STATE.md updated
Requires
- · Read
- · Write
- · Edit
- · Glob
- · Grep
- · Bash
- · Task
- · TodoWrite
- · AskUserQuestion
Preconditions
Phase directory exists; all plans in phase have PLAN.md files; STATE.md tracks completion
Failure modes
Phase directory missing; PLAN.md missing for a plan; wave number invalid; no plans in phase; --gaps-only with no gap-closure plans
Trust signals
- · Wave-based parallel subagent dispatch
- · Dependency analysis before execution
- · Optional --interactive mode for pair-programming
- · Suggests /clear on completion (context-shed opportunity)