ワンクリックで
ワンクリックで
Implementation of one of the commands
Implementation of one of the commands
Implementation of gsd-audit-milestone command
Implementation of gsd-cleanup command
Implementation of gsd-complete-milestone command
Implementation of gsd-discuss-phase command
| name | gsd-execute-phase |
| description | Implementation of gsd-execute-phase command |
Orchestrator stays lean: discover plans, analyze dependencies, group into waves, spawn subagents, collect results. Each subagent loads the full execute-plan context and handles its own plan.
Optional wave filter:
--wave N executes only Wave N for pacing, quota management, or staged rolloutFlag handling rule:
$ARGUMENTS$ARGUMENTS, treat it as inactiveContext budget: ~15% orchestrator, 100% fresh per subagent.
<execution_context> @$HOME/.config/opencode/get-shit-done/workflows/execute-phase.md @$HOME/.config/opencode/get-shit-done/references/ui-brand.md </execution_context>
Phase: $ARGUMENTSAvailable optional flags (documentation only — not automatically active):
--wave N — Execute only Wave N in the phase. Use when you want to pace execution or stay inside usage limits.--gaps-only — Execute only gap closure plans (plans with gap_closure: true in frontmatter). Use after verify-work creates fix plans.--interactive — Execute plans sequentially inline (no subagents) with user checkpoints between tasks. Lower token usage, pair-programming style. Best for small phases, bug fixes, and verification gaps.Active flags must be derived from $ARGUMENTS:
--wave N is active only if the literal --wave token is present in $ARGUMENTS--gaps-only is active only if the literal --gaps-only token is present in $ARGUMENTS--interactive is active only if the literal --interactive token is present in $ARGUMENTSContext files are resolved inside the workflow via gsd-tools init execute-phase and per-subagent <files_to_read> blocks.