plan-ceo-review

Reviews development plans through an 11-section CEO-mode scope and strategy challenge workflow.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill plan-ceo-review-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-ceo-review
Source: https://github.com/adamtpang/summon.company/tree/main/.claude/skills/plan-ceo-review
Command: npx skills add https://github.com/adamtpang/summon.company --skill plan-ceo-review-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Plans often ship with unchallenged assumptions, narrow scope, or hidden gaps in architecture, error handling, and security. This Skill runs an interactive CEO/founder-mode review that challenges premises, expands or reduces scope deliberately, and walks every finding past the user before anything changes. ## Core Features & Use Cases - Four review modes: Scope Expansion, Selective Expansion, Hold Scope, and Scope Reduction, chosen with the user at the start. - 11-section deep review: architecture, error/rescue mapping, security threat model, data flow edge cases, code quality, tests, performance, observability, deployment, long-term trajectory, and design/UX. - Outside voice cross-check: runs an independent second opinion via the Codex CLI or a Claude subagent, then surfaces cross-model disagreements for user decision. - Use Case: Before committing to a quarter-long build, ask for a strategy review of the plan to find the 10-star product framing, catch silent failure modes, and confirm the scope is ambitious enough. ## Quick Start Ask the assistant to run the plan-ceo-review skill on your current plan document to rethink scope and rigorously review it section by section.

Frequently Asked Questions about plan-ceo-review

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

FAQPage Schema
How do I run a CEO-mode plan review in Claude Code?

Invoke the plan-ceo-review skill with a plan file or branch scope, then choose one of four modes: Scope Expansion, Selective Expansion, Hold Scope, or Scope Reduction. The skill walks through 11 review sections and asks one question per finding.

What does the plan-ceo-review skill check in a plan?

It reviews architecture, error and rescue mapping, security threat model, data flow edge cases, code quality, tests, performance, observability, deployment, long-term trajectory, and design/UX. Every finding requires explicit user approval before the plan changes.

Does plan-ceo-review work without the Codex CLI installed?

Yes. If Codex is not installed or not authenticated, the outside-voice step falls back to a Claude subagent with fresh context. If codex_reviews is set to disabled, the cross-model check is skipped entirely.

When should I use plan-ceo-review instead of plan-eng-review?

Use plan-ceo-review when questioning scope, ambition, or strategy of a plan, such as when asked to think bigger or rethink a plan. Use plan-eng-review for locking down architecture and engineering details of an agreed plan.

Can plan-ceo-review modify my code automatically?

No. The skill is review-only and explicitly forbids code changes. Every finding is presented through an individual question with options, and no change lands in the plan without explicit user approval.