Stress-test a crash analysis, hypothesis, or technical conclusion by launching three adversarial agents in parallel — one defends, one attacks, one hunts new evidence — and resolving disputes with physical proof instead of argument. Always use this skill when the analysis has 2+ competing explanations that both seem plausible, when a conclusion relies on a single log sample or inferred chain longer than 3 steps, or when someone says \"are you sure?\", \"that doesn't sound right\", or challenges…
Stress-test a crash analysis, hypothesis, or technical conclusion by launching three adversarial agents in parallel — one defends, one attacks, one hunts new evidence — and resolving disputes with physical proof instead of argument.
Always use this skill when the analysis has 2+ competing explanations that both seem plausible, when a conclusion relies on a single log sample or inferred chain longer than 3 steps, or when someone says \"are you sure?\", \"that doesn't sound right\", or challenges an assumption.
Triggers: 辩论、求真、挑战假设、质疑分析、multi-agent-debate, \"debate this\", \"challenge my analysis\", \"find holes in\", \"I'm not sure this is right\", \"verify this\".
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
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](REFERENCE.md) independently.
Minimal prompt structure (fill in <...>):
DEFENDER: "You are the DEFENDER for: <hypothesis>. Find direct physical evidence
(file:line, command output, code) for each claim. List the 3 weakest
points and collect pre-emptive counter-evidence."
CHALLENGER: "You are the CHALLENGER for: <hypothesis>. Find holes: alternative
explanations, single-sample claims, inferences used as facts. For
every alternative you propose, provide how to falsify it."
HUNTER: "Find facts only — no inference. Answer: <2-3 specific questions from
disputed claims>. Every answer must be a command output or code verbatim.
Tag each: [SUPPORTS] / [CHALLENGES] / [NEUTRAL]."
Three Roles
Role
Goal
Agent Type
Defender
Find strongest evidence for the hypothesis
explore
Challenger
Find holes, alternative explanations, single-sample claims
oracle
Evidence Hunter
Find new facts only — no inference allowed
explore
5-Step Flow
Prepare — hypothesis + evidence list + 2-3 weakest links
Launch — all three agents in parallel (runinbackground=true)