| name | plan-review |
| description | Review an implementation plan before code is written, especially for L1 infrastructure, architecture, auth, payment, or policy work. |
Plan Review
Review the plan before implementation.
Focus
- Is the plan aligned with intent?
- Is the chunk small enough?
- Are allowed files correct?
- Are not-allowed changes clear?
- Are architecture boundaries preserved?
- Are security/payment/auth/data risks addressed?
- Are acceptance criteria testable?
- Is the verification strategy enough?
Output
- PASS
- PASS WITH CONDITIONS
- FAIL
Include concrete required changes if not PASS.