plan-ceo-review

Solid

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials).

Code & Development 6 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
28
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## When to invoke Use when asked to "think bigger", "expand scope", "strategy review", "rethink this", or "is this ambitious enough". Proactively suggest when the user is questioning scope or ambition of a plan, or when the plan feels like it could be thinking bigger. ## Preamble ```bash eval "$(~/.vibestack/bin/vibe-slug 2>/dev/null)" 2>/dev/null || SLUG="unknown" _LEARN_FILE="${VIBESTACK_HOME:-$HOME/.vibestack}/projects/${SLUG:-unknown}/learnings.jsonl" if [ -f "$_LEARN_FILE" ]; then _LEARN_COUNT=$(wc -l < "$_LEARN_FILE" 2>/dev/null | tr -d ' ') echo "LEARNINGS: $_LEARN_COUNT entries loaded" if [ "$_LEARN_COUNT" -gt 5 ] 2>/dev/null; then ~/.vibestack/bin/vibe-learnings-search --limit 5 2>/dev/null || true fi else echo "LEARNINGS: none yet" fi ``` {{include lib/snippets/session-host.md}} {{include lib/snippets/decision-brief.md}} {{include lib/snippets/working-protocols.md}} {{include lib/snippets/state-protocols.md}} ## Plan Mode Operating Rules This review runs start to finish inside plan mode. Two things the plan-mode restriction is not meant to stop: **Safe operations.** Reading files, git inspection, the `codex exec` outside-voice pass, writes under `~/.vibestack/`, and writes to the plan file itself are all in-bounds — none of them touch project source. The commands marked "PLAN MODE EXCEPTION — ALWAYS RUN" below belong to this set; skipping one leaves a downstream consumer (the readiness dashboard, the next session's context) with a hole it ca...

Details

Author
timurgaleev
Repository
timurgaleev/vibestack
Created
4 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

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
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

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