Real Claude vs GPT multi-round debate. Use when you need a second opinion, want to debate architecture decisions, or evaluate competing approaches.
/debate <topic or question>
Structured debate: Claude proposes, GPT critiques, Claude revises, GPT re-evaluates — looping until convergence or max rounds. Real multi-model collaboration via codemoot CLI with session persistence.
codemoot debate start "TOPIC_HERE"
debateId from JSON outputThink deeply. Generate your genuine proposal. Be thorough and specific.
If topic relates to code, use Grep/Glob/Read to find relevant files. Summarize for GPT.
codemoot debate turn DEBATE_ID "You are a senior technical reviewer debating with Claude about a codebase. You have full access to project files.
DEBATE TOPIC: <topic>
CODEBASE CONTEXT: <summary>
CLAUDE'S PROPOSAL: <proposal>
Respond with:
1. What you agree with
2. What you disagree with
3. Suggested improvements
4. STANCE: SUPPORT, OPPOSE, or UNCERTAIN" --round N
Read GPT's critique. Revise genuinely. Send back to GPT.
codemoot debate complete DEBATE_ID
Present: final position, agreements, disagreements, stats.
response field capped to 2KB — check responseTruncated boolean