What problem does it solve? Engineering plans often ship with hidden failure modes, unexamined scope, and missing observability. This Skill applies a rigorous CEO-style review that challenges the premise, maps every error path, and forces explicit scope decisions before any code is written. ## Core Features & Use Cases - Mode-Based Scope Review: Choose between scope expansion, selective expansion, hold scope, or scope reduction, with every scope change requiring explicit user opt-in. - Eleven-Section Audit: 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 surface unnamed error paths, missing tests, and N+1 query risks, then decide which expansion ideas to adopt one at a time. ## Quick Start Ask the AI to run a CEO review on your implementation plan and challenge its scope before writing any code.