What problem does it solve?
It prevents AI from jumping into implementation too early by converting a validated spec into a structured, verifiable implementation plan that is ready for explicit confirmation.
Core Features & Use Cases
- Spec-to-action planning with safety gates: Refuses to produce a plan unless the Spec Gate passed (10/10) and Adversarial Review has no critical issues.
- Complete spec item inventory: Enumerates every required endpoint/model/job/UI item and ensures nothing is silently omitted by allowing explicit deferrals.
- Cross-module interface contract planning: Generates a shared contract artifact when multiple modules interact, covering request/response shapes, shared types, and shared error formats while avoiding internal details.
- Vertical, test-mapped step breakdown: Breaks work into small, dependency-ordered steps with acceptance criteria, risks (with mitigations), and mapped test strategy.
Quick Start
Use the plan skill to produce an end-to-end implementation plan from the validated spec and wait for explicit confirmation before any code is written.