multi-agent-debate

Installation
SKILL.md

Multi-Agent Debate

Core rule: Reasoning disputes cannot be resolved by more reasoning. Only evidence arbitrates.

Quick Start

  1. Write your hypothesis in one paragraph
  2. List existing evidence (each with source: file, line, or command)
  3. Identify 2–3 weakest links in your analysis
  4. 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.

Installs
57
GitHub Stars
6
First Seen
Jun 25, 2026
multi-agent-debate — fudesign2008/open-skills