joanseg/specmanager

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.

19Stars on the repository
23Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

joanseg/specmanager

Agent

Drafts an Architecture document for a SpecManager feature, grounded in the approved PRD AND the existing codebase. Reads repo source/conventions before writing.

19 18d ago A 33 tokens original MIT

builder

02

joanseg/specmanager

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.

19 18d ago A 43 tokens original MIT

designer

03

joanseg/specmanager

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.

19 18d ago A 54 tokens original MIT

planner

04

joanseg/specmanager

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.

19 18d ago A 46 tokens original MIT

prd-writer

05

joanseg/specmanager

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.

19 18d ago A 40 tokens original MIT

reviewer

06

joanseg/specmanager

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…

19 18d ago A 79 tokens original MIT

walkthrough-writer

07

joanseg/specmanager

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.

19 18d ago A 40 tokens original MIT