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 ambition, completeness, and risk so problems surface before code is written. ## Core Features & Use Cases - Four Review Modes: Scope Expansion (dream bigger), Selective Expansion (hold scope and cherry-pick expansions), Hold Scope (maximum rigor), and Scope Reduction (strip to essentials), each chosen explicitly by the user. - Pre-Review System Audit: Inspects git history, diffs, TODOs, recently touched files, design docs, and prior handoff notes to ground the review in real repository context. - Failure-Mode Rigor: Applies prime directives like named error handling, shadow-path data flow tracing, mandatory diagrams, and observability-as-scope to every plan section. - Use Case: Before implementing a new billing flow, 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 taking. ## Quick Start Ask the AI to run a CEO review of the current plan and choose whether to expand, hold, or reduce scope.