multi-brain-debate
4
总安装量
4
周安装量
#53977
全站排名
安装命令
npx skills add https://github.com/fatih-developer/fth-skills --skill multi-brain-debate
Agent 安装分布
gemini-cli
4
github-copilot
4
codex
4
kimi-cli
4
cursor
4
amp
4
Skill 文档
Multi-Brain Debate Protocol
Extend the multi-brain consensus with a two-round adversarial debate. Perspectives don’t just state their case â they challenge each other. The result is a stress-tested decision where weak arguments have been exposed and strong ones reinforced.
Workflow
1. Understand the request
2. Round 1: Independent positions (3 perspectives)
3. Round 2: Counter-arguments and rebuttals
4. Judge's verdict (consensus)
5. Produce full output with debate trail visible
Step 1: Understand the Request
Same as base multi-brain. Ask one clarifying question if needed, otherwise proceed.
Step 2: Round 1 â Opening Positions
Each instance presents their approach independently (same as base multi-brain):
## ð§ Debate â Round 1: Opening Positions
**Instance A â Creative:**
[2-3 sentences: position + rationale]
**Instance B â Pragmatic:**
[2-3 sentences: position + rationale]
**Instance C â Comprehensive:**
[2-3 sentences: position + rationale]
Step 3: Round 2 â Challenges & Rebuttals
Each instance can now see the others’ positions and must:
- Challenge the weakest point of another instance’s argument
- Defend their own position against potential objections
## âï¸ Debate â Round 2: Challenges
**A challenges B:**
[1-2 sentences: specific weakness identified]
**B challenges C:**
[1-2 sentences: specific weakness identified]
**C challenges A:**
[1-2 sentences: specific weakness identified]
**Rebuttals:**
- **A responds:** [1 sentence defense or concession]
- **B responds:** [1 sentence defense or concession]
- **C responds:** [1 sentence defense or concession]
Step 4: Judge’s Verdict
After the debate, synthesize the strongest surviving arguments:
## âï¸ Verdict
**Winner:** [Which perspective's core argument survived the debate]
**Incorporated from others:** [Elements from losing arguments that strengthen the decision]
**Eliminated:** [Arguments that were successfully challenged and dropped]
Step 5: Full Output
Mandatory: The final response must include both debate rounds, the verdict, and the complete deliverable. The user must see the full reasoning trail.
When to Use Debate vs Base Multi-Brain
| Situation | Use |
|---|---|
| High-stakes architecture decision | Debate |
| Choosing between competing technologies | Debate |
| Quick implementation question | Base multi-brain |
| Strategy with long-term consequences | Debate |
| Simple feature decision | Base multi-brain |
| Security-sensitive design | Debate |
Guardrails
- Always show both rounds â the debate trail is the value, not just the verdict.
- Challenges must be specific and substantive â not generic “this might not scale.”
- Rebuttals can include concessions â “You’re right, I’ll adjust my position to X.”
- The verdict must explain what was eliminated and why â not just what won.
- Keep the total debate concise: Round 1 (2-3 sentences each), Round 2 (1-2 sentences each), Rebuttals (1 sentence each).
- Do not force disagreement â if all 3 genuinely align, acknowledge it and skip Round 2.
References
- See
references/EXAMPLES.mdfor worked debate examples.