codex-skills/productionos-plan-ceo-review/SKILL.md
CEO/founder-mode plan review — rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-plan-ceo-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this alias when you want the same workflow through a top-level Codex-safe name without the productionos: namespace.
Use this as the Codex-first strategic plan review. It should question whether the team is solving the right problem, whether the proposed scope is ambitious enough, and what the smallest or best version of the work should be.
Source references:
.claude/commands/plan-ceo-review.mdtemplates/SELF-EVAL-PROTOCOL.mdmode: expansion, selective, hold, or reductionexpansion: push toward the 10-star versionselective: show high-value optional expansionshold: bulletproof the current scopereduction: cut to the minimum viable versiontools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.