What problem does it solve?
Technical plans often appear complete on paper but contain hidden architecture conflicts, unacknowledged dependencies, missing edge case handling, or unsafe migration paths that only surface during implementation, leading to wasted development time, rework, and project delays.
Core Features & Use Cases
- Multi-dimensional feasibility checks: Validates plans against existing codebase infrastructure, traces shadow paths for all data flows, assesses dependency completeness, and evaluates migration safety.
- Confidence-calibrated findings: Flags issues with clear confidence levels (high/moderate) so teams can prioritize critical blockers over minor concerns.
- Use Case: When a team submits a plan for a new user notification feature, this skill identifies if the plan ignores existing notification service limits, misses error handling for third-party SMS API failures, and lacks rollback strategy for the feature flag migration.
Quick Start
Use the feasibility-reviewer skill to evaluate the attached technical plan for the new user notification feature and surface any blocking feasibility gaps before development begins.