What problem does it solve?
This Skill converts a requirements document into an execution-ready blueprint so downstream execution can proceed without rework, while preserving cross-module correctness through explicit contracts and verification gates.
Core Features & Use Cases
- Contract-first planning: synthesizes cross-module interfaces and invariants to lock in how components talk before tasks are implemented.
- Layered task graph planning: generates a scoped, layered DAG of tasks that fulfills every sub-requirement.
- Journey detection: groups related sub-requirements into end-to-end user flows that warrant additional E2E verification.
- Verify-plan gate assignment: assigns verification gates (machine, semantic, E2E, or human) per sub-requirement and journey based on what must be observed or judged.
Quick Start
Run the blueprint skill on your spec directory that contains requirements.md to generate plan.json and contracts.md.