codex-skills/productionos-max-research/SKILL.md
Nuclear-scale autonomous research — deploys 500-1000 agents in ONE massive simultaneous wave for exhaustive topic saturation. Deep-research methodology × auto-swarm scale = maximum parallel intelligence. WARNING: Extreme resource consumption.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-max-researchInstall 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/max-research.md.
Use it when the user wants this exact ProductionOS workflow, not just the umbrella productionos router.
topic — Research topic, question, or domain to exhaustively research Required.agents — Total agents to deploy in single wave: 500 | 750 | 1000 (default: 500) Default: 500 Optional.domains — Number of research domains to decompose into (default: 10, max: 25) Default: 10 Optional.depth — Per-agent research depth: deep | ultra | exhaustive (default: ultra) Default: ultra Optional.sources — Source types: arxiv | web | docs | repos | all (default: all) Default: all Optional.skip_warning — Skip the usage warning (--skip-warning). Default: false Default: false Optional.INVOCATION-PROTOCOL.md, PREAMBLE.md, PROMPT-COMPOSITION.md.productionos/MAX-RESEARCH-DOMAIN-{D}-{domain-slug}.md, .productionos/MAX-RESEARCH-INDEX.md, .productionos/MAX-RESEARCH-REPORT-{topic-slug}.md, .productionos/MAX-RESEARCH-SYNTHESIS.md, .productionos/MAX-WAVE/, .productionos/MAX-WAVE/agent-{D}-{N}.md, .productionos/context-packages/MAX-RESEARCH-{domain-slug}.md, .productionos/learned/max-research-meta-{topic-slug}.jsonltools
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.