What problem does it solve? Turning a spec or requirements document into an actionable, multi-step implementation plan is error-prone when done ad hoc, often leading to missed requirements, vague tasks, or plans that stall engineers mid-implementation. ## Core Features & Use Cases - Spec-to-Plan Workflow: Reads a spec or requirements document and produces a decomposed, step-by-step implementation plan before any code is touched. - Independent Plan Review: Dispatches a plan document reviewer subagent that checks completeness, spec alignment, task decomposition, and buildability, flagging only issues that would cause real implementation problems. - Use Case: Given a feature spec for a new API endpoint, produce a written plan with clearly bounded tasks, then have it independently reviewed against the spec to catch missing requirements or placeholder content before implementation begins. ## Quick Start Ask the agent to write an implementation plan from your spec file and have the plan reviewed against the spec before coding.