What problem does it solve? Plans often ship with unchallenged premises, hidden failure modes, and scope that is either too timid or too bloated. This Skill performs a founder-mode review of a plan before implementation, stress-testing scope, error handling, edge cases, and observability so landmines are caught before they explode. ## Core Features & Use Cases - Four Review Modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope plus cherry-picked additions), HOLD SCOPE (maximum rigor), and SCOPE REDUCTION (strip to essentials), each selected explicitly by the user. - Pre-Review System Audit: Runs git history, diff stats, TODO/FIXME scans, and churn analysis to ground the review in actual repository context. - Failure-Mode Rigor: Enforces prime directives like zero silent failures, named error paths, shadow-path data flow tracing, mandatory ASCII diagrams, and observability as first-class scope. - Use Case: Before implementing a new billing feature, run this review to challenge whether the plan is ambitious enough, map every error path, and decide via structured questions which scope expansions are worth the effort. ## Quick Start Ask the AI to run a CEO-mode review of the current plan and challenge whether the scope is ambitious enough.