What problem does it solve? Engineering plans often hide scope creep, missing test coverage, and unexamined architectural tradeoffs until code review or production. This Skill forces a structured, engineering-manager-style review of any implementation plan before code is written, surfacing issues one at a time with opinionated recommendations. ## Core Features & Use Cases - Scope Challenge (Step 0): Identifies existing code that already solves sub-problems, flags overbuilt plans, and offers scope reduction, big-change, or small-change review modes. - Four-Section Interactive Review: Walks through architecture, code quality, test coverage, and performance, presenting each issue individually with lettered options and a stated recommendation. - Mandatory Outputs: Produces a test coverage diagram, failure-mode analysis, "NOT in scope" list, "What already exists" audit, and structured TODOS.md proposals. - Use Case: Before implementing a multi-service feature, run this review to catch an N+1 query risk, a missing edge-case test, and an unnecessary new abstraction — each resolved interactively before any code changes. ## Quick Start Ask the assistant to review your implementation plan using the plan-eng-review skill before making any code changes.