skills/pos-plan/SKILL.md
Planning composite — CEO vision review, engineering architecture review, design review, and brainstorming with decision memory. Replaces 8 fragmented planning skills.
npx skillsauth add ShaheerKhawaja/ProductionOS pos-planInstall 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.
Planning composite — CEO vision review, engineering architecture review, design review, and brainstorming with decision memory. Replaces 8 fragmented planning skills.
Replaces: plan-ceo-review, plan-eng-review, plan-design-review, plan-my-day, brainstorming, writing-plans, omni-plan, omni-plan-nth
| Action | What |
|--------|------|
| ceo [target] | CEO/founder strategic review — 10-star framework, scope decisions |
| eng [target] | Engineering architecture review — data flow, error paths, test matrix |
| design [target] | Design review — UI/UX, design system, accessibility |
| brainstorm [idea] | Idea exploration — understand, propose, design, approve |
~/.productionos/domains/pos-plan/sub-skills/{action}.mdevaluation/rubric.yml, update memoryStored at ~/.productionos/domains/pos-plan/:
profile.yml (project vision, constraints, team size), decision-log.jsonl (past scope decisions with rationale), architecture-snapshots.jsonl (system diagrams over time), learnings.jsonl
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| action | ceo, eng, design, brainstorm | ceo | Sub-skill to run |
| target | path, URL, or description | required | What to operate on |
tools
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.