multi-agent-debate
Installation
SKILL.md
Multi-Agent Debate
Core rule: Reasoning disputes cannot be resolved by more reasoning. Only evidence arbitrates.
Quick Start
- Write your hypothesis in one paragraph
- List existing evidence (each with source: file, line, or command)
- Identify 2–3 weakest links in your analysis
- Fill in the three prompts below and launch in parallel
task(subagent_type="explore", run_in_background=true, prompt="[DEFENDER]...")
task(subagent_type="oracle", run_in_background=true, prompt="[CHALLENGER]...")
task(subagent_type="explore", run_in_background=true, prompt="[EVIDENCE HUNTER]...")
Why separate prompts? Each agent must be blind to the others' goals — if the Challenger sees the Defender's framing, it anchors on the same assumptions it's supposed to attack. Fill in each prompt from REFERENCE.md independently.