What problem does it solve?
This Skill prevents inefficient or unsafe execution by reviewing implementation plans for architectural soundness, scope correctness, and compliance with coding standards before the plan is decomposed into work items.
Core Features & Use Cases
- Multi-persona gatekeeping: Runs a coordinated set of reviewer personas to catch gaps, contract violations, and missing verification steps, with consolidated severity outcomes.
- Severity-driven decisions: Classifies findings into P0–P3 and converts them into clear gate outcomes (FAIL, PASS, or ADVISORY) to control whether harvest proceeds.
- Plan hardening compliance checks: Enforces that plans with hardening signals include sufficient
## Plan Hardening / ProposedAction and ActionRisk classification when strict-safety is enabled.
- Scope and precedent validation: Audits scope boundaries to detect scope creep, and checks prior solutions in
docs/compound/ to flag contradictions or ignored relevant history.
- Append-only plan updates: Appends a
## Plan Review section to the same plan file so downstream steps can consolidate the decided plan later.
Quick Start
Run plan-review with the path to your plan file in docs/plans/ and let it append the Plan Review section with a gate decision.