build-next
01Command Claude Code
Pick the next pending feature from the roadmap and build it through the full TDD cycle.
Command Claude Code
Pick the next pending feature from the roadmap and build it through the full TDD cycle.
Command Claude Code
Detect when specifications and implementation have diverged, then reconcile them.
Command Claude Code
Compare feature specs against test suites to find gaps.
Command Claude Code
Kill all processes running on development ports and optionally restart the dev server.
Command Claude Code
Analyze an existing web application and create a build plan (vision + roadmap).
Command Claude Code
Review code against senior engineering standards before submitting a PR.
Command Claude Code
Extract and persist learnings from the current coding session.
Command Claude Code
Create or update project-wide invariants that every feature must satisfy (.specs/constitution.md).
Command Claude Code
Document a component pattern in the design system. Use this to fill in component stubs or document new components.
Command Claude Code
Create or update the design system for your project. Produces a tailored system with three outputs: spec-friendly tokens, agent-native DESIGN.md, and a visual preview page.
Command Claude Code
Generate specs and tests from existing code. Use when code was written first and needs documentation.
Command Claude Code
Find specific people, companies, and conversations to reach out to for early feedback.
Command Claude Code
Investigate and fix a bug with proper regression testing.
Command Claude Code
Convert a prototype into production-ready code with full specs and tests.
Command Claude Code
Create an actionable go-to-market playbook from strategy.md (.specs/gtm.md).
Command Claude Code
Generate or update a GUIDE.md that explains how to use the built application — not the SDD framework, but the actual app that was built with it.
Command Claude Code
Create .specs/migrations.md — the project's migration playbook. On a brownfield project this command infers the conventions already in use (tool, naming, ordering, reversibility, backfill habits). On a greenfield project it defines a sensible strategy from the tech stack and constitution.
Command Claude Code
Create or update user personas that inform every feature spec.
Command Claude Code
Skip the specs workflow for rapid prototyping. Use when exploring ideas quickly or building throwaway proof-of-concepts.
Command Claude Code
Check current state and launch the appropriate SDD build automation.
Command Claude Code
Set up .env.local for the SDD build loop with interactive prompts and auto-detection.
Command Claude Code
Refactor code while ensuring tests still pass. Behavior should NOT change.
Command Claude Code
Scan Slack and Jira for feature requests and add them to the roadmap.
Command Claude Code
Create, update, or restructure the project's build roadmap (.specs/roadmap.md).