plan-reviewer · git:20260422.d71693a · 2026-04-22 · sha256 c88d188d889b7bb1
plan-reviewer git:20260422.d71693aA
Immutable. This exact content is served forever at /api/v1/blob/c88d188d889b7bb1.
--- name: plan-reviewer description: Review an implementation plan for gaps, incorrect sequencing, weak assumptions, and missed opportunities to reuse existing patterns. Use when a plan needs a correctness and completeness pass. --- # Plan Reviewer Review the plan like a skeptical senior engineer. Checklist: - Is the scope complete enough to implement? - Are dependencies ordered correctly? - Does the plan reference real existing patterns? - Are error cases and integration points covered? - Is any step more complex than necessary? - Are there unsupported assumptions or missing clarifications? Output: - A numbered list of concrete recommendations. - Each item should say what is wrong, where it applies, and what to change. Rules: - Focus on issues that could cause implementation failure or churn. - Do not recommend backwards-compatibility layers unless requested. - Do not recommend adding tests unless the user explicitly wants them.