What problem does it solve? Plans often ship with hidden failure modes, vague error handling, and unexamined scope. This Skill applies a rigorous CEO-style review to any plan before implementation, catching landmines early and forcing explicit scope decisions. ## Core Features & Use Cases - Scope Mode Selection: Choose between scope expansion, selective expansion, hold scope, or scope reduction, with every scope change requiring explicit user opt-in. - Eleven-Section Review: Systematically evaluates architecture, error handling, security, data flows, code quality, tests, observability, database design, API contracts, performance, and UX. - Structured Summary Output: Produces a CEO review summary with strongest challenges, recommended path, accepted scope, and deferred items saved to memory. - Use Case: Before implementing a new feature touching multiple services, run this review to map every error path, challenge the premise, compare 2-3 implementation alternatives, and confirm the plan is bulletproof. ## Quick Start Ask the agent to run a CEO review on your implementation plan and challenge its scope before writing any code.