What problem does it solve?
Audits a development plan by spawning a fresh-context reviewer to examine the plan against the codebase and surface gaps, ambiguities, and risks before implementation begins.
Core Features & Use Cases
- Fresh-context review: launches a single, isolated subagent to read the plan cold and validate assumptions against the repository.
- Gap discovery: identifies undocumented constraints, missing tasks, and potential misalignments between the plan and codebase.
- Structured findings: returns categorized observations (assumptions, constraints, risks, sequencing, missing tasks, testing gaps) with concrete evidence and actionable suggestions.
- Governance signal: produces a review marker workflow that helps ensure decisions are traceable and reproducible.
Quick Start
Run a /review-plan command with the path to the plan file you want audited to start the independent review.