What problem does it solve? It turns an approved specification into shipped code without losing control: features are split into mini-features, each implemented one at a time with explicit approval gates, so nothing reaches a commit without contract sign-off, test review, and judge validation. ## Core Features & Use Cases - Contract-gated implementation: Requires an approved contract.md (Gate 1) before any code is written, and blocks on unresolved NEEDS CLARIFICATION items or stale amendments. - Per mini-feature pipeline: Coordinates pmo, dev agents, ui-designer, judge, security-reviewer, and mutation-tester subagents one at a time, with optional TDD (Gate 2 test approval) per slice. - Autonomy-aware micro-commits: Commits each finished mini-feature on a typed branch, pausing for diff review in gated mode and always requiring explicit confirmation for push, merge, and publish. - Use Case: Run /feature add CSV export to the holdings list to generate a spec and contract, approve it, then watch each mini-feature implemented, reviewed, and committed in dependency order. ## Quick Start Ask the agent to run /feature with a short description of the feature you want built, then approve the contract it produces.