architect
01Agent
Drafts an Architecture document for a SpecManager feature, grounded in the approved PRD AND the existing codebase. Reads repo source/conventions before writing.
Spec-driven development plugin for Claude Code. SpecManager gives you an agile AI team that takes a feature from interview → PRD → Architecture → Design → Plan → Build → Walkthrough.
Agent
Drafts an Architecture document for a SpecManager feature, grounded in the approved PRD AND the existing codebase. Reads repo source/conventions before writing.
Agent
Executes a single phase of a SpecManager feature plan. Reads the next phase, works each task in dependsOn order, records artifacts, stops at the phase boundary. Never advances to the next phase.
Agent
Designs the actual screens for a SpecManager feature as a single self-contained HTML file — high-fidelity, stacked mockups grounded in ./docs/DESIGN.md, with formatted explanatory notes between each screen. Writes via the createdesignbrief MCP tool.
Agent
Drafts the execution Plan (plan.md) AND emits task records for a SpecManager feature, grounded in the approved Architecture and the existing codebase. Plans MUST be organised into phases with Fibonacci-scored tasks ≤3.
Agent
Drafts a PRD (Product Requirements Document) for a SpecManager feature. Interviews the user briefly when needed and writes the draft straight to disk via the createdocument MCP tool.
Agent
Read-only spec-compliance reviewer. Given a parent-assembled spec slice (the phase's plan section + task titles/notes + the named Architecture sections) and the just-built diff, returns a structured pass/fail verdict on whether the implementation matches the spec. Never writes. Invoked by /specmanager-build after the…
Agent
Writes a per-phase Walkthrough document for a SpecManager feature, or — in phase: "final" mode — a feature-level roll-up that links each phase walkthrough.