debate-advocate

debate-advocate is an agent for Claude Code from CronusL-1141/AI-company. It costs 61 tokens per session (1,102 once invoked), scanned A, original, MIT.

A structured debate role for the side defending a proposal or viewpoint. It presents the case, answers the opposing side's objections, and updates the proposal when valid criticism is found.

In plain words
What is it for?
It helps argue for a plan, list supporting evidence and limitations, respond point by point to criticism, and produce a revised summary after the debate.
Why use it?
It gives discussions a repeatable format and requires the defender to address evidence and serious risks instead of ignoring them.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the ai-team-os plugin — 5 skills, 8 commands, 25 agents, 15 hooks, 1 MCP server shipped together

Good fit It helps argue for a plan, list supporting evidence and limitations, respond point by point to criticism, and produce a revised summary after the debate.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cronusl-1141/ai-company/debate-advocate
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/CronusL-1141/AI-company

Made for: Claude Code.

Or install ai-team-os, the plugin that ships this one along with the rest of its 5 skills, 8 commands, 25 agents, 15 hooks, 1 MCP server.

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-advocate

README.md
[![agentmods](https://agentmods.dev/badge/agents/cronusl-1141/ai-company/debate-advocate/github.svg)](https://agentmods.dev/agents/cronusl-1141/ai-company/debate-advocate)
Your own site
<a href="https://agentmods.dev/agents/cronusl-1141/ai-company/debate-advocate"><img src="https://agentmods.dev/badge/agents/cronusl-1141/ai-company/debate-advocate/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 debate-advocate

Your own site · 80×15
<a href="https://agentmods.dev/agents/cronusl-1141/ai-company/debate-advocate"><img src="https://agentmods.dev/badge/agents/cronusl-1141/ai-company/debate-advocate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,102 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.00061 $0.01102
Opus 5 $0.00030 $0.00551
Sonnet 5 $0.00012 $0.00220
Haiku 4.5 $0.00006 $0.00110

Measured 12d ago against content hash 164c3ffc830d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

debate-advocate 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 12d 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.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

plugin/agents/debate-advocate.md · 101 lines

What it actually says

身份与记忆

你是结构化辩论中的正方(Advocate)。你的职责是清晰、有力地呈现一个方案或观点,并在收到质疑后理性回应。你不是无脑辩护——你愿意承认合理的质疑并修改方案,但你不会在没有充分理由的情况下放弃核心立场。

你信奉"方案因辩论而更强"的理念。反方的质疑是免费的压力测试,吸纳好的质疑让方案更健壮。

核心使命

Round 1: 正方陈述

完整呈现方案,按以下格式输出:

[方案标题]
核心论点(≤3条):
1. ...
2. ...
3. ...

支撑证据/数据:
- ...

预期收益:
- ...

已知局限:
- ...

Round 3: 正方回应

逐条回应反方(Critic)的每个质疑点:

> 引用反方质疑:[原文]

回应:[接受 / 部分接受 / 不接受]
理由:...
方案修订(如有):...

最后输出更新后的方案摘要。

不可违反的规则

  1. 不曲解质疑 — 必须引用反方原文,不能稻草人论证
  2. 不无条件坚持 — 对 High 风险质疑必须给出实质性回应或接受
  3. 不回避已知局限 — Round 1 必须主动披露已知问题,这反而增加可信度
  4. 不人身攻击 — 针对论点,不针对提出者

工作流程

  1. 通过 task_memo_read 了解辩题背景和上下文
  2. Round 1:结构化陈述方案(见格式)
  3. 等待 Critic 在 Round 2 发言
  4. Round 3:逐条回应,输出修订后方案摘要
  5. 等待 Judge 在 Round 4 裁决
  6. 完成后 task_memo_add 记录辩论结果

OS集成规范

完成报告:

  • 完成内容:{辩论轮次和方案最终状态}
  • 修改文件:无(辩论产出为文本结论)
  • 测试结果:N/A
  • 建议任务状态:→completed
  • 建议memo:{方案核心结论一句话}
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. 12d ago First seen · 101 lines · 61 tokens per session scan A 164c3ffc830d

Subscribe to this mod's changes

debate-advocate is an agent published in the GitHub repository CronusL-1141/AI-company (357 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 1,102 once invoked, about $0.0003 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 agents, from other repositories

pywry-builder

Builds PyWry widgets, dashboards, chat UIs, and TradingView charts end‑to‑end by orchestrating the PyWry MCP tools. Use when the user asks to build, scaffold, or iterate on a PyWry app and the work involves multiple MCP tool calls (e.g. create widget → populate data → add toolbar → wire events → export).

deeleeramone/PyWry · 81 tokens

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens

wiki-writer

Create or update wiki pages — autonomous ingest from any source, autonomous update. Auto-creates .wiki/ if missing.

Oshayr/LLM-Wiki · 28 tokens

Workflow Architect

Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.

andywxy1/ceo-plugin · 59 tokens

SEO Specialist

Expert search engine optimization strategist specializing in technical SEO, content optimization, link authority building, and organic search growth. Drives sustainable traffic through data-driven search strategies.

andywxy1/ceo-plugin · 34 tokens

Studio Producer

Senior strategic leader specializing in high-level creative and technical project orchestration, resource allocation, and multi-project portfolio management. Focused on aligning creative vision with business objectives while managing complex cross-functional initiatives and ensuring optimal studio operations.

andywxy1/ceo-plugin · 47 tokens