add-tests
Generate tests for a completed phase based on UAT criteria and implementation
SDD phase execution — execute all plans in a phase with dependency-aware wave parallelization
> /plugin marketplace add open-gsd/gsd-core > /plugin install gsd-core@gsd-core
How it fires
How this command gets triggered: by you, by Claude, or both.
/execute-phaseContext preview
What this command does when you run it.
SDD phase execution — execute all plans in a phase with dependency-aware wave parallelization
name: gsd:execute-phase description: SDD phase execution — execute all plans in a phase with dependency-aware wave parallelization argument-hint: "<phase-number> [--wave N] [--gaps-only] [--interactive] [--tdd]" effort: max allowed-tools: - Read - Write - Edit - Glob - Grep - Bash - Agent - TodoWrite - AskUserQuestion requires: [phase, verify-work]
<objective> Execute all plans in a phase using wave-based parallel execution.
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:
Flag handling rule:
Context budget: ~15% orchestrator, 100% fresh per subagent. </objective>
<execution_context> @~/.claude/gsd-core/workflows/execute-phase.md @~/.claude/gsd-core/references/ui-brand.md </execution_context>
<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>
<context> Phase: $ARGUMENTS
**Available optional flags (documentation only — not automatically active):**
**Active flags must be derived from `$ARGUMENTS`:**
Context files are resolved inside the workflow via `gsd-tools query init.execute-phase` and per-subagent `<required_reading>` blocks. </context>
<process> Execute end-to-end. Preserve all workflow gates (wave execution, checkpoint handling, verification, state updates, routing). </process>
Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
Repo: open-gsd/gsd-core
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase