codex-skills/productionos-omni-plan-nth/SKILL.md
Nth-iteration omni-plan — recursive orchestration that chains ALL ProductionOS skills and agents, evaluates strictly per iteration, and loops until 10/10 is achieved. Each iteration can invoke any command or skill in the system.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-omni-plan-nthInstall 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.
This is the Codex-native workflow wrapper for .claude/commands/omni-plan-nth.md.
Use it when the user wants this exact ProductionOS workflow, not just the umbrella productionos router.
target — Target directory, repo URL, or idea description Optional.max_iterations — Maximum iterations before forced exit (default: unlimited, practical cap: 20) Default: 20 Optional.focus — Focus area: architecture | security | ux | performance | full (default: full) Default: full Optional.max_cost — Maximum accumulated cost in USD before halting (default: 20) Default: 20 Optional.self-evaluator, self-healerINVOCATION-PROTOCOL.md, PREAMBLE.md, SELF-EVAL-PROTOCOL.md.productionos/AUDIT-SECURITY.md, .productionos/CONVERGENCE-LOG.md, .productionos/EVAL-CLEAR.md, .productionos/ITERATION-{N}.md, .productionos/OMNI-NTH-COST-HALT.md, .productionos/OMNI-NTH-FINAL.md, .productionos/OMNI-NTH-REPORT.md, .productionos/RESEARCH-security-, .productionos/SCORE-BASELINE.md, .productionos/SKILL-MAP.md, .productionos/SWARM-NTH-REPORT.md, .productionos/SWARM-REPORT.md, .productionos/TOKEN-BUDGET.md, .productionos/self-eval/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.