SpecManager – a full agile team for founders, as a Claude Code plugin SpecManager, a Claude Code plugin that replaces ad-hoc vibe coding with a gated spec-driven development lifecycle, has been released as an MIT-licensed open-source tool. The plugin enforces a PRD-to-walkthrough workflow with a localhost kanban board backed by plain markdown, targeting single-user, fully local use for founders. It is available via GitHub and requires Node 20+ and Claude Code. Spec-driven development for Claude Code. A Claude Code plugin that replaces ad-hoc vibe coding with a gated lifecycle — PRD → Architecture → Design → Plan + tasks → Build → Walkthroughs — rendered as a localhost kanban board backed by plain markdown in your repo. Claude drafts each stage from the previous approved one and your existing codebase ; you edit and approve in the board. Every artifact is git-tracked markdown, so it diffs, reviews, and travels with the code. Single-user, fully local, no auth, bound to 127.0.0.1 . specmanager.org https://specmanager.org · MIT licensed 1. Add the marketplace from GitHub /plugin marketplace add joanseg/specmanager 2. Install /plugin install specmanager@specmanager 3. Reload plugins /reload-plugins 4. Reconnect MCP server /mcp If plugin:specmanager:specmanager ✘ failed select and click enter to reconnect 4. In your project, scaffold SpecManager and open the board /specmanager-init /specmanager-board Example of a Specmanager board: That's it — no build step. The compiled server and UI are committed, and a SessionStart hook installs runtime dependencies into the plugin's data dir on first launch. Requirements: Node 20+ and Claude Code. The board runs at http://127.0.0.1:4317 change the port in the plugin's user config . Each feature is a row on the board that flows left to right through the lifecycle. You drive it with slash commands; Claude does the drafting via dedicated subagents, and you approve each stage in the board before the next unlocks. /specmanager-interview "Checkout corridor" OPTIONAL pre-PRD interview — extracts & stress-tests the idea /specmanager-prd "Checkout corridor" create the feature + draft its PRD → approve in board /specmanager-architecture