/SKILL.md
ProductionOS — dual-target AI engineering operating system for repo-wide audits, upgrade plans, code reviews, strategic product reviews, security sweeps, UX audits, and recursive quality improvement.
npx skillsauth add ShaheerKhawaja/ProductionOS productionosInstall 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.
ProductionOS is a dual-target AI engineering operating system with 80 agents, 41 commands, and 18 hooks.
Use this skill to translate the Claude-oriented workflow specs in this repo into Codex-native execution.
README.md for the product overview and CLAUDE.md for the current command catalog..claude/commands/*.md as workflow specs, not literal Codex slash commands.docs/CODEX-PARITY-HANDOFF.md as the source of truth for target support and parity coverage.agents/ that matter for the chosen workflow.templates/ and prompts/ only when the selected command or agent points to them.production-upgrade — Run a repo audit, prioritize high-leverage defects, implement bounded fixes, then validate before reporting.review — Use Codex in review mode and report concrete findings before summaries.plan-ceo-review — Challenge scope, tighten user value, and surface expansion opportunities explicitly.plan-eng-review — Lock architecture, trust boundaries, error paths, and test coverage before implementation.security-audit — Inspect auth, secrets, input handling, and deployment risk with findings-first output.designer-upgrade — Build a UX audit and redesign plan, then route into interface work when needed.ux-genie — Map user flows, identify friction, and translate findings into concrete improvements.auto-swarm — Run the workflow serially by default in Codex, or delegate only when the user explicitly wants parallel work.auto-swarm-nth — Repeat swarm-style execution until gaps close, while translating agent waves into Codex-native orchestration.omni-plan — Chain the major review and execution patterns in a Codex-native sequence without Claude-only assumptions.omni-plan-nth — Iterate the full orchestration loop until quality targets are met or clearly plateau.hooks/, .claude-plugin/, .codex-plugin/, and templates/..claude-plugin/plugin.json, .claude-plugin/marketplace.json, .codex-plugin/plugin.json, package.json, and README.md.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.