specmanager
01Plugin Claude Code
Lifecycle kanban for Claude Code projects (PRD → architecture → plan → tasks → walkthroughs).
Plugin Claude Code
Lifecycle kanban for Claude Code projects (PRD → architecture → plan → tasks → walkthroughs).
Instructions file
Instructions for joanseg/specmanager, covering claude.md, what this repo is, layout, architecture (the big picture) and lifecycle gate quirks worth memorising.
Plugin Claude Code
Lifecycle kanban for Claude Code projects (PRD → architecture → plan → tasks → walkthroughs).
MCP server Claude CodeCodexCursor +2
MCP server "specmanager" as configured in joanseg/specmanager. Runs ${CLAUDE_PLUGIN_ROOT}/server/dist/mcp.js with node. Needs 3 environment variables to run.
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.
Command
Draft an Architecture doc for a SpecManager feature via the architect subagent (PRD-grounded + repo-grounded).
Command
Open the SpecManager kanban board in your default browser.
Command
Build one phase of a SpecManager feature's plan via the builder subagent. Stops at the phase boundary; never advances.
Command
Design the actual screens for a SpecManager feature as stacked high-fi HTML mockups via the designer subagent. Optional — Plan can run without one, but if a draft exists, Plan refuses to open until it's approved.
Command
Scaffold .claude/specs/ in the current project and write the managed SpecManager block into CLAUDE.md.
Command
Optional pre-PRD interview for a SpecManager feature — a multi-turn conversation in this session that extracts and stress-tests the idea before any PRD is drafted. Creates the feature if it doesn't exist yet.
Command
Draft the execution Plan AND emit task records for a SpecManager feature via the planner subagent. Plans are organised into phases with Fibonacci-scored tasks ≤3.
Command
Draft a PRD for a SpecManager feature via the prd-writer subagent. Creates the feature if it doesn't exist yet.
Command
Draft a per-phase Walkthrough doc for a feature whose phase is complete, or — with phaseName="final" — the feature-level roll-up once every phase walkthrough is approved.
Hook
Runs when a session starts, running an inline shell check. From joanseg/specmanager.
Hook
Runs on the FileChanged event for .claude/specs/** tool calls, running echo 'specmanager: specs changed — re-read affected docs bef. From joanseg/specmanager.
Hook
Runs when the agent finishes a response, executing stop-gate.sh via bash. From joanseg/specmanager.
Skill Claude CodeCodex
Edits raw screen recordings into polished social media videos. Use this skill whenever the user has a screen recording (demo, walkthrough, tutorial, product showcase) and wants to produce a cropped, cut, focused video ready for social media — Instagram Stories, TikTok, LinkedIn, YouTube Shorts, or any platform.…