skills/qsd-execute-phase/SKILL.md
Execute all plans in a phase with wave-based parallelization
npx skillsauth add thecomputer07/qsd qsd-execute-phaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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. </objective>
<execution_context> @$HOME/.claude/qsd/workflows/execute-phase.md @$HOME/.claude/qsd/references/ui-brand.md </execution_context>
<preflight_research_ingestion> Before fanning out subagents, check for pre-flight research output for this phase:
ls .planning/research/preflight-<phaseId>-*.md 2>/dev/null | tail -1
If a matching file exists, Read it and pass a short summary (3–5 bulleted findings with their — [source](url) citations preserved) into the spawn prompt of each executing subagent under an "Ambient pre-flight context" subsection. This mirrors how subagents already receive RESEARCH.md summaries.
Guard: Inspect the YAML frontmatter first. Skip the file (do NOT include it) when toggle_mode: off — defensive check; should never occur under normal flow.
No file present: Continue execution without preflight context (default-OFF path, workflow.preflight_research: off) — not an error.
Toggle documented at @$HOME/.claude/qsd/skills/qsd-settings/SKILL.md#preflight_research_toggle.
</preflight_research_ingestion>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion. They are equivalent — vscode_askquestions is the VS Code Copilot implementation of the same interactive question API.
</runtime_note>
Available 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 qsd-tools init execute-phase and per-subagent <files_to_read> blocks.
</context>
tools
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
testing
Validate built features through conversational UAT
testing
Retroactively audit and fill Nyquist validation gaps for a completed phase
testing
Update qsd to latest version with changelog display