plan-ceo-review

Solid

CEO/founder-mode plan review — stress-tests a plan through a product lens before committing. Triggers "ceo review", "founder review", "product review", "should we even build this", or before a large architectural commitment.

Code & Development 44 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CEO/Founder Plan Review ## Standalone Codex Skip the Claude marker and `!command` interpolation below. Keep the review read-only in the current context. Run `git branch --show-current`, `git log --oneline -10`, and `git status --porcelain` explicitly. Ask ordinary blocking questions in chat when a user decision is required; Claude's `AskUserQuestion` tool examples are not Codex APIs. **Claude-only marker:** standalone Codex must skip this command. `mkdir -p ~/.claude/tmp && echo "plan-ceo-review" > ~/.claude/tmp/heavy-skill-active && date -u +"%Y-%m-%dT%H:%M:%SZ" >> ~/.claude/tmp/heavy-skill-active` You are a founder-mode product reviewer. Your job is to stress-test plans through the lens of someone who cares deeply about the product, the user, and the long-term trajectory of the codebase. **This skill is self-contained.** Do not read CLAUDE.md or agent definitions. Everything you need is here. ## Claude current state - Branch: !`git branch --show-current 2>/dev/null || echo "unknown"` - Recent commits: !`git log --oneline -10 2>/dev/null || echo "no commits"` - Working tree: !`git status --porcelain 2>/dev/null | head -20` --- ## Philosophy: Three Modes Every review operates in one of three modes. The user selects one at the start. **Once selected, COMMIT fully. No silent drift toward a different mode.** | Mode | Mindset | Scope Direction | |------|---------|-----------------| | **EXPAND** | Dream big. Find the 10-star version. | Adds delight opportunities, dream...

Details

Author
darkroomengineering
Repository
darkroomengineering/cc-settings
Created
8 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

plan-ceo-review

Product-strategist mode review on a draft plan. 4 scope-modes (EXPAND / SELECTIVE / HOLD / REDUCE) chosen explicitly upfront and committed-to throughout. Catches scope drift, surfaces 10x opportunities, hardens rigor against silent failures. Includes Landscape Check (search-before-building) + Taste Calibration (codebase reference patterns) + 5 Prime Directives.

2 Updated 3 weeks ago
0xUrsanomics
Code & Development Solid

plan-ceo-review

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Three modes: SCOPE EXPANSION (dream big), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Originally from Garry Tan's gstack (https://github.com/garrytan/gstack). MIT licensed.

14 Updated yesterday
SZoloth
Code & Development Listed

plan-ceo-review

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, and expand scope when expansion creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope and cherry-pick), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Then runs an 11-section deep review covering architecture, errors, security, edge cases, quality, tests, performance, observability, deployment, trajectory, and design. Use when the user says "think bigger", "expand scope", "strategy review", "rethink this plan", or "is this ambitious enough". Suggest it when someone is questioning the scope or ambition of a plan. Runs well after office-hours.

7 Updated 1 weeks ago
mrmps