Adversarial brainstorming. Claude and Codex independently research then debate until Nash equilibrium. For solution exploration, feasibility analysis, exhaustive enumeration.
/codex-review)โ ๏ธ Independent Research โ Adversarial Debate โ Nash Equilibrium โ ๏ธ
Nash Equilibrium = Neither party can unilaterally change strategy to achieve a better outcome
| Phase | Action | Output |
|---|---|---|
| 1 | Claude independent research + analysis, forms Position A | Claude's optimal hypothesis |
| 2 | Codex independent research + analysis, forms Position B | Codex's optimal hypothesis |
| 3 | Multi-round adversarial debate, mutual attacks | Debate exchange record |
| 4 | Check equilibrium, no further improvements possible | Equilibrium or divergence |
| 5 | Output final report | Nash Equilibrium report |
โ ๏ธ Must let Codex research independently; do NOT feed Claude's analysis results โ ๏ธ
Dispatch this body per @skills/codex-code-review/references/codex-transport.md ยง Start โ a fresh thread for Phase 2. The transport pins the
sandbox and the approval policy, so nothing is chosen here. Save the returned threadId; the
Phase 3 debate rounds continue that same thread per its ยง Resume (references/techniques.md).
Bind every placeholder before writing prompt.md โ nothing evaluates an expression in a body-only
template.
You are a senior architect. Conduct an independent analysis of the following topic.
${TOPIC}
${CONSTRAINTS}
Before forming conclusions, you must first:
ls at the repository root, then list the directories it actually shows โ do not assume a src/ or test/unit/ layout; many repositories, this one included, have neithergrep -rn "keyword" . -l | head -10 โ rooted at the repository, or at a directory the discovery step above actually surfaced; never at an assumed src/Structure per round:
| Condition | Description | Result |
|---|---|---|
| Nash Equilibrium | Neither side can raise new attacks | Output equilibrium |
| Convergence | Both positions converge | Output consensus |
| Max rounds | 5 rounds reached with remaining divergence | Output divergence report |
| File | Purpose |
|---|---|
references/templates.md |
Claude/debate/report templates |
references/techniques.md |
Attack/defense techniques |
references/equilibrium.md |
Equilibrium determination flow |
Input: What implementation approaches are available for this requirement?
Phase 1: Claude independent research โ Position A (Solution X is optimal)
Phase 2: Codex independent research โ Position B (Solution Y is optimal)
Phase 3: Adversarial debate
- R1: Claude attacks Y's scalability / Codex attacks X's complexity
- R2: Claude rebuts / Codex concedes and updates position
- R3: Both converge to Solution Z, no further attacks โ Equilibrium
Phase 4: Output Nash Equilibrium = Solution Z