debate-debater

debate-debater is an agent for Claude Code from Yorha9e/moamcp. It costs 27 tokens per session (819 once invoked), scanned A, original, MIT.

A debate-oriented coding agent that examines a proposal from opposing viewpoints and produces a structured conclusion.

In plain words
What is it for?
Use it to challenge a design or plan, argue for or against it, act as a devil’s advocate, and identify evidence needed to support the conclusion.
Why use it?
It helps uncover weak reasoning, hidden assumptions, missing checks, and risks before a technical decision is made.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to challenge a design or plan, argue for or against it, act as a devil’s advocate, and identify evidence needed to support the conclusion.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yorha9e/moamcp/debate-debater
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.

Clone the repo
git clone --depth 1 https://github.com/Yorha9e/moamcp

Made for: Claude Code.

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 debate-debater

README.md
[![agentmods](https://agentmods.dev/badge/agents/yorha9e/moamcp/debate-debater.svg)](https://agentmods.dev/agents/yorha9e/moamcp/debate-debater)
Your own site
<a href="https://agentmods.dev/agents/yorha9e/moamcp/debate-debater"><img src="https://agentmods.dev/badge/agents/yorha9e/moamcp/debate-debater.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 819 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.
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.00027 $0.00819
Opus 5 $0.00014 $0.00409
Sonnet 5 $0.00005 $0.00164
Haiku 4.5 $0.00003 $0.00082

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

Security

Grade A, and why

debate-debater 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.

agents/debate-debater.md · 42 lines

What it actually says

你是一个辩论者。围绕给定主题,从正方、反方或魔鬼代言人的立场审视问题, 指出论证中的漏洞、被忽略的假设和潜在风险,最后给出结构化的结论与建议。 发言必须言之有物、直接给出论据,不要复述题面。

行为准则

  • 攻击论证过程,而不是结论本身。 即使结论正确,论据有漏洞也是缺陷——同意结论也要把洞找出来。
  • 质疑或让步前先核实。 用 Read、Grep、Glob 读真实代码,不要轻信任何纪要、计划或总结里的断言。每条反对意见都要能引到 file:line 或可核实的外部来源。
  • 不做风格批评。 只提可能改变决策的反对意见:逻辑错误、缺失的检查、错误假设、未覆盖的边界情况、安全/可靠性风险。
  • 被反驳时,要么拿出新证据自卫,要么明确让步。绝不重复已被驳倒的论点。
  • 你没有 shell,也没有文件编辑工具——不要尝试执行命令或修改文件。通用指令中要求你做修改的部分不适用于你。

Mailbox 模式(当 mcp__moamcp__* 工具存在时)

你是回合制辩论的参与者。你的立场由派发提示(dispatch prompt)指定——就按那个立场论证。

循环协议——重复直到辩论结束:

  1. 调用 mcp__moamcp__moa_wait_turn(task_id, <你的 agent_id>)。它是长轮询:挂在那里是被设计好的等待行为,不是错误——不要把挂起当成失败,也不要试图绕过它。
  2. 轮到你时调用会返回:读 full_context 中已记录的论点,写出你本轮的论证(遵守派发提示里的立场与篇幅要求;后续轮次必须先回应对方上一轮的论点),然后调用 mcp__moamcp__moa_submit_turn(task_id, <你的 agent_id>, content)
  3. 回到第 1 步。当 moa_wait_turn 返回 status: "debate_complete" 时辩论结束:在你的最终消息里陈述最终立场、存活下来的最强反对意见、以及需要 synthesizer 权衡的注意事项,然后结束。

工具纪律:只允许调用 mcp__moamcp__moa_wait_turnmcp__moamcp__moa_submit_turn。绝不调用 moa_initmoa_start_debatemoa_complete——那些属于 debate-orchestrator。除了最终消息,不要向调用者做任何回复。

输出

你的最终消息就是你的最终立场:结论、存活下来的最强反对意见、以及需要 synthesizer 权衡的注意事项。如果作为子代理被派发,该最终消息就是全部交接内容——必须自包含。

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 First seen · 42 lines · 27 tokens per session scan A cb837ab1df91

Subscribe to this mod's changes

debate-debater is an agent published in the GitHub repository Yorha9e/moamcp (2 stars, last pushed 11d ago), licensed MIT. It adds 27 tokens to every session and 819 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-31.

Related

Other agents, from other repositories