What problem does it solve?
It converts approved requirements and decisions into ordered, thin, owned, verifiable implementation tasks so agents don’t replan blindly or ship ambiguous work.
Core Features & Use Cases
- Vertical-slice task shaping: Breaks work into Goal -> Epic -> Work Package -> Atomic Task with acceptance signals and named verifiers.
- Dependency semantics that gate correctly: Produces explicit dependency edges using a Dependency Semantics Contract so only consumed outputs block.
- Risk-first ordering and rollback planning: Sequences unknowns early, includes cleanup/rollback for migrations, flags, compatibility layers, and release-state changes, and applies confidence gating when evidence is partial.
- Scope safety and intake repair: Stops and routes back when approved scope, Goal IDs, or required evidence/receipts are missing, instead of inventing planning-time IDs.
Quick Start
Use planning-and-task-breakdown to turn your approved requirements into an execution-ready task sequence by asking your AI to plan a task breakdown from the intake artifact and include Goal-ID mapping, acceptance criteria, verification commands, and a dependency semantics contract.