plan-ceo-review

Reviews plans with CEO-level scope analysis, premise challenges, and failure-mode mapping.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Simon-YHKim/eject-button --skill plan-ceo-review-simon-yhkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-ceo-review
Source: https://github.com/Simon-YHKim/eject-button/tree/main/.claude/skills/plan-ceo-review
Command: npx skills add https://github.com/Simon-YHKim/eject-button --skill plan-ceo-review-simon-yhkim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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 runs a structured CEO/founder-mode review of a plan before implementation, catching landmines early and forcing explicit scope decisions. ## Core Features & Use Cases - Four Review Modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope plus cherry-picked expansions), HOLD SCOPE (maximum rigor), and SCOPE REDUCTION (strip to essentials), each selected explicitly by the user. - Premise Challenge and Alternatives: Questions whether the right problem is being solved, maps existing code leverage, and mandates 2-3 implementation approaches with effort/risk tradeoffs before proceeding. - System Audit and Failure Mapping: Runs a pre-review git audit, checks design docs and handoff notes, and enforces prime directives like named error handling, edge-case mapping, and mandatory diagrams. - Use Case: Before implementing a new feature, invoke this Skill to stress-test the plan: it will challenge the premise, present alternative approaches, surface expansion opportunities as opt-in decisions, and produce a rigorous review report. ## Quick Start Ask the assistant to run a CEO review on the current plan, for example by saying "review this plan with plan-ceo-review and tell me if the scope is ambitious enough".

Frequently Asked Questions about plan-ceo-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a plan before implementing it?

Invoke plan-ceo-review while in plan mode. It runs a system audit of your git history and docs, challenges the plan's premise, presents 2-3 implementation alternatives with effort and risk tradeoffs, and lets you pick a review mode before deep analysis begins.

What are the four review modes in plan-ceo-review?

SCOPE EXPANSION pushes ambition upward with opt-in expansion ideas. SELECTIVE EXPANSION holds baseline scope while surfacing cherry-pickable expansions. HOLD SCOPE applies maximum rigor without changing scope. SCOPE REDUCTION cuts the plan to its minimum viable core.

Does plan-ceo-review work with design docs from office-hours?

Yes. It checks for a design doc produced by the office-hours skill and uses it as the source of truth for problem statement and constraints. If none exists, it offers to run office-hours inline first, then resumes the review.

Can plan-ceo-review change my code during the review?

No. The skill explicitly forbids code changes and implementation. It only reviews the plan, asks questions via AskUserQuestion, and writes review reports to the plan file and local analytics directories.

When should I use scope reduction mode instead of expansion?

Use SCOPE REDUCTION when the plan is bloated or the timeline is tight and you need the minimum version that achieves the core outcome. Use expansion modes when questioning whether the plan is ambitious enough or missing a 10x opportunity.