What problem does it solve?
It prevents turning a converged spec into an actionable build plan by converting “what to build” into “how to build” with explicit tasks, coverage targets, honesty-gated acceptance criteria, and an export only after convergence.
Core Features & Use Cases
- Spec→plan transformation: Seeds a plan from a converged frame and adds tasks that collectively cover every coverage target (confirmed claims + honesty conditions).
- TDD-style task contracts: Lets you add acceptance criteria per task, record dependencies, and ensure each task is objectively checkable.
- Risk and convergence gating: Parks genuine unknowns as first-class risks and blocks export until the plan converges against the live source frame.
- Scheduling metadata for parallel execution: Emits deterministic dependency waves suitable for fanning tasks out to a workforce (without performing orchestration itself).
Quick Start
Ask the agent to run spec-to-plan with the move status to see the current gaps and the single recommended next step.