add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Multi-phase management — add, insert, remove, or edit phases in ROADMAP.md (roadmap phase CRUD)
> /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.
/phaseContext preview
What this command does when you run it.
Multi-phase management — add, insert, remove, or edit phases in ROADMAP.md (roadmap phase CRUD)
name: gsd:phase description: Multi-phase management — add, insert, remove, or edit phases in ROADMAP.md (roadmap phase CRUD) argument-hint: "[--insert | --remove | --edit] <phase-name-or-number>" allowed-tools: - Read - Write - Bash - Glob - Grep
<objective> Manage phases in ROADMAP.md with a single consolidated command.
Mode routing:
</objective>
<routing>
| Flag | Action | Workflow | |------|--------|----------| | (none) | Add new integer phase at end of milestone | add-phase | | --insert | Insert decimal phase (e.g., 72.1) after specified phase | insert-phase | | --remove | Remove future phase, renumber subsequent | remove-phase | | --edit | Edit fields of existing phase in place | edit-phase |
</routing>
<execution_context> @~/.claude/gsd-core/workflows/add-phase.md @~/.claude/gsd-core/workflows/insert-phase.md @~/.claude/gsd-core/workflows/remove-phase.md @~/.claude/gsd-core/workflows/edit-phase.md </execution_context>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
Roadmap and state are resolved in-workflow via `init phase-op` and targeted reads. </context>
<process> 1. Parse the leading flag (if any) from $ARGUMENTS. 2. Load and execute the appropriate workflow end-to-end based on the routing table above. 3. Preserve all validation gates from the target workflow. </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