Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
smithery.ai avatar

Codex Brainstorm

  • 136 installs
  • smithery.ai

Use codex-brainstorm for development tasks

About

codex-brainstorm: A skill for development. This provides functionality for development workflows.

  • codex-brainstorm

Codex Brainstorm by the numbers

  • 136 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #2,678 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/smithery.ai --skill codex-brainstorm

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs136
Repositorysmithery.ai

What it does

Use codex-brainstorm for development tasks

Files

SKILL.mdMarkdownGitHub ↗

Codex Brainstorm Skill

Trigger

  • Keywords: brainstorm, exhaust possibilities, explore solutions, deep discussion, feasibility analysis, solution exploration, Nash equilibrium

When NOT to Use

  • Simple technical Q&A (answer directly)
  • Already have a clear solution (implement directly)
  • Only need code review (use /codex-review)

Core Principle

⚠️ Independent Research → Adversarial Debate → Nash Equilibrium ⚠️

Nash Equilibrium = Neither party can unilaterally change strategy to achieve a better outcome

Workflow

PhaseActionOutput
1Claude independent research + analysis, forms Position AClaude's optimal hypothesis
2Codex independent research + analysis, forms Position BCodex's optimal hypothesis
3Multi-round adversarial debate, mutual attacksDebate exchange record
4Check equilibrium, no further improvements possibleEquilibrium or divergence
5Output final reportNash Equilibrium report

Phase 2: Codex Independent Research (Critical)

⚠️ Must let Codex research independently; do NOT feed Claude's analysis results ⚠️

mcp__codex__codex({
  prompt: `You are a senior architect. Conduct an **independent analysis** of the following topic.

## Topic
${TOPIC}

## Constraints
${CONSTRAINTS}

## ⚠️ Important: You must research independently ⚠️
Before forming conclusions, you **must** first:
1. Run \`ls src/\` to understand the directory structure
2. Search related code: \`grep -r "keyword" src/ --include="*.ts" -l | head -10\`
3. Read relevant files to confirm existing implementations

## Output Requirements
1. Research summary (related modules, existing patterns)
2. Your position + supporting arguments
3. Potential risks`,
  sandbox: 'read-only',
  'approval-policy': 'on-failure',
});

Phase 3: Adversarial Debate

Structure per round:

1. Claude attacks flaws in Codex's proposal 2. Codex rebuts or updates position 3. Equilibrium check: Can either side raise new attacks?

Termination Conditions

ConditionDescriptionResult
Nash EquilibriumNeither side can raise new attacksOutput equilibrium
ConvergenceBoth positions convergeOutput consensus
Max rounds5 rounds reached with remaining divergenceOutput divergence report

Verification

  • [ ] Claude formed an independent position (not following Codex)
  • [ ] Codex performed code research (not speculating)
  • [ ] At least 3 rounds of adversarial debate
  • [ ] Each round has clear attack/defense records
  • [ ] Final report indicates equilibrium status

References

FilePurpose
references/templates.mdClaude/debate/report templates
references/techniques.mdAttack/defense techniques
references/equilibrium.mdEquilibrium determination flow

Example

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

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.