agent-debate

agent-debate is a skill for Claude Code from WenyuChiou/agent-collab-skills. It costs 24 tokens per session (633 once invoked), scanned A, original, MIT.

A structured debate between agents that examines both sides of an important technical decision and makes the trade-offs explicit.

In plain words
What is it for?
Use it for adversarial review, second opinions, and clear yes-or-no or either-or decisions before implementation.
Why use it?
It reduces the risk of accepting the first plausible answer when choosing between approaches with meaningful long-term consequences.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-collab-workspace plugin — 7 skills shipped together

Good fit Use it for adversarial review, second opinions, and clear yes-or-no or either-or decisions before implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wenyuchiou/agent-collab-skills/agent-debate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WenyuChiou/agent-collab-skills --skill agent-debate
Clone the repo
git clone --depth 1 https://github.com/WenyuChiou/agent-collab-skills

Made for: Claude Code.

Or install agent-collab-workspace, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-debate

README.md
[![agentmods](https://agentmods.dev/badge/skills/wenyuchiou/agent-collab-skills/agent-debate/github.svg)](https://agentmods.dev/skills/wenyuchiou/agent-collab-skills/agent-debate)
Your own site
<a href="https://agentmods.dev/skills/wenyuchiou/agent-collab-skills/agent-debate"><img src="https://agentmods.dev/badge/skills/wenyuchiou/agent-collab-skills/agent-debate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-debate

Your own site · 80×15
<a href="https://agentmods.dev/skills/wenyuchiou/agent-collab-skills/agent-debate"><img src="https://agentmods.dev/badge/skills/wenyuchiou/agent-collab-skills/agent-debate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 633 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00633
Opus 5 $0.00012 $0.00316
Sonnet 5 $0.00005 $0.00127
Haiku 4.5 $0.00002 $0.00063

Measured 7d ago against content hash f692e9d1a636, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agent-debate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agent-debate/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agent-debate

Run a bounded adversarial review of a consequential trade-off. Debate improves the evidence visible to a decision maker; it does not establish truth by vote and does not authorize implementation.

Preconditions

Use debate only when:

  • the positions are both plausible and materially different;
  • the decision is consequential enough to justify independent review;
  • the question can be falsified or informed by identifiable evidence; and
  • the current policy allows the required work.

Do not debate a factual question that can be settled by direct verification, a minor naming preference, or a decision already made by an authorized human.

Roles

  • Independent reviewer task packets argue named positions.
  • A synthesizer compares their evidence without external tool access unless the plan explicitly grants it.
  • The primary-agent records the recommendation and presents it to the human.
  • The human approves, declines, or requests revision.

Provider and model names belong to host-adapter metadata, not the public debate contract.

Workflow

  1. Define the decision, alternatives, known facts, disputed assumptions, evidence standard, and human decision owner.
  2. Evaluate policy before every reviewer spawn. Persist a required checkpoint before continuing.
  3. Give each reviewer the same evidence packet plus one position to steel-man. Reviewers are argument-only and must not modify source files.
  4. After each plan-act-reflect cycle, update the TaskCheckpoint and evaluate policy. Stop immediately when policy says stop.
  5. Filter missing or failed reviewer outputs, but record their status. Never invent the absent side.
  6. Have the synthesizer separate agreed facts, contested claims, evidence quality, uncertainties, and falsifiable conditions that would change the recommendation.
  7. Present the synthesis to the human decision owner. No implementation or canonical-memory update occurs without an explicit recorded decision.

Read the full file on GitHub · 80 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed · -208 lines · -8 tokens per session f692e9d1a636
  2. 10d ago First seen · 288 lines · 32 tokens per session scan A f905dd6a5776

Subscribe to this mod's changes

agent-debate is a skill published in the GitHub repository WenyuChiou/agent-collab-skills (26 stars, last pushed 5d ago), licensed MIT. It adds 24 tokens to every session and 633 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opencode

Delegate a coding task to OpenCode CLI and supervise the result via git diff. Trigger: /opencode . Claude orchestrates, OpenCode codes. Also handles /opencodeon, /opencodeoff, /opencodestatus, /opencode-report, /opencode-model-pick, /opencode-model-clear.

pcx-wave/opencode-skill · 71 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

google-ads-audit

Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…

nowork-studio/notfair-plugin · 86 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens