add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
> /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.
/map-codebaseContext preview
What this command does when you run it.
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
name: gsd:map-codebase description: Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents argument-hint: "[--fast [--focus tech|arch|quality|concerns]] [--query <term>|status|diff|refresh] [area]" allowed-tools: - Read - Bash - Glob - Grep - Write - Agent requires: [config, new-project, plan-phase, onboard]
<objective> Analyze existing codebase using parallel gsd-codebase-mapper agents to produce structured codebase documents.
Each mapper agent explores a focus area and **writes documents directly** to `.planning/codebase/`. The orchestrator only receives confirmations, keeping context usage minimal.
Output: .planning/codebase/ folder with 7 structured documents about the codebase state. </objective>
<execution_context> @~/.claude/gsd-core/workflows/map-codebase.md </execution_context>
<flags>
</flags>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
**Load project state if exists:** Check for .planning/STATE.md - loads context if project already initialized
**This command can run:**
</context>
<when_to_use> **Use map-codebase for:**
**Skip map-codebase for:**
</when_to_use>
<process> 1. Check if .planning/codebase/ already exists (offer to refresh or skip) 2. Create .planning/codebase/ directory structure 3. Spawn 4 parallel gsd-codebase-mapper agents:
4. Wait for agents to complete, collect confirmations (NOT document contents) 5. Verify all 7 documents exist with line counts 6. Commit codebase map 7. Offer next steps (typically: /gsd:onboard, /gsd:new-project, or /gsd:plan-phase) </process>
<success_criteria>
</success_criteria>
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