What problem does it solve?
Planning reviews are often rushed or incomplete, leading to misaligned architecture, unclear data flows, missing edge cases, and gaps in test coverage. This skill standardizes pre-implementation reviews to surface hidden assumptions and define verifiable criteria.
Core Features & Use Cases
- Diagram-driven review: require at least one diagram (sequence, component, or data flow) to reveal architecture decisions and dependencies.
- Explicit guarantees: require timeouts, retry policies, and defined failure behaviors for every external call.
- Edge-case and test-matrix planning: capture boundary conditions and map them to unit/integration/e2e tests; provide a migration/rollback plan when applicable.
- Use Case: before a major refactor or migration that touches multiple services, run plan-eng-review to lock the plan and acceptance criteria.
Quick Start
Provide a comprehensive architecture review and test plan for a multi-service plan before coding.