codex-skills/productionos-frontend-upgrade/SKILL.md
Full-stack frontend upgrade pipeline — fuses /production-upgrade iterative audit with /plan-ceo-review vision and /plan-eng-review rigor. Deploys parallel auto-swarm agents for iterative audit and execution. Enriched with /deep-research for competitive parity.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-frontend-upgradeInstall 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/frontend-upgrade.md.
Use it when the user wants this exact ProductionOS workflow, not just the umbrella productionos router.
target — Target frontend directory or repo (default: current directory) Optional.grade — Target grade (default: 10.0) Default: 10.0 Optional.iterations — Max convergence iterations (default: 7) Default: 7 Optional.swarm_size — Parallel audit agents per wave (default: 7) Default: 7 Optional.focus — Comma-separated focus areas (e.g., design,performance,a11y). Empty = full audit. Optional.PREAMBLE.md.productionos/CONVERGENCE-LOG.md, .productionos/FRONTEND-AUDIT-MERGED.md, .productionos/FRONTEND-BASELINE.md, .productionos/FRONTEND-ENG-PLAN.md, .productionos/FRONTEND-REVERTS.md, .productionos/FRONTEND-UPGRADE-REPORT.md, .productionos/FRONTEND-VISION.md, .productionos/swarm/wave-{N}/agent-{N}-{dimension}.mdtools
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.