agent-debate

Coordinate multi-agent debates with round-by-round task files and transcript storage.

23|5|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/WenyuChiou/agent-collab-skills --skill agent-debate-wenyuchiou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-debate
Source: https://github.com/WenyuChiou/agent-collab-skills/tree/main/skills/agent-debate
Command: npx skills add https://github.com/WenyuChiou/agent-collab-skills --skill agent-debate-wenyuchiou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate robust, adversarial debates between AI agents to surface clear disagreements and informed syntheses for consequential decisions.

Core Features & Use Cases

  • Structured multi-round debates between agents (Codex, Gemini, Claude) to elicit strong pro/con arguments.
  • Explicit task-file workflow with per-round prompts and a final synthesis written by Claude.
  • Transcript-centric outputs stored in .coord/debate_<topic>.md and .ai/*.md task artifacts for traceability and reproducibility.

Quick Start

Trigger a debate by providing a topic and optional sides, then run two debate rounds to generate the transcript and a synthesis.

Frequently Asked Questions about agent-debate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a multi-agent debate for architectural trade-offs?

To coordinate a multi-agent debate, you provide a topic and optional sides to trigger a structured protocol. This generates round-by-round task files and a final synthesis written by Claude to resolve architectural trade-offs.

What is the debate protocol for multi-agent decision-making?

The debate protocol for multi-agent decision-making enforces explicit pro/con framing across agents like Codex, Gemini, and Claude. It structures topic framing, generates per-round task prompts, and concludes with a bottom-line synthesis.

Can I use Claude, Codex, and Gemini together to surface design decisions?

Yes, you can use Claude, Codex, and Gemini together to surface design decisions. The protocol coordinates these agents to elicit strong pro/con arguments, with Claude generating the final synthesis and storing the transcript.

How do I store and trace multi-agent debate transcripts?

To store and trace multi-agent debate transcripts, the protocol saves outputs in `.coord/debate_<topic>.md` and `.ai/*.md` task artifacts. This ensures full traceability and reproducibility for your decision-making process.

When should I use an adversarial multi-agent debate for policy choices?

You should use an adversarial multi-agent debate for policy choices when decisions benefit from explicit pro/con framing. It surfaces clear disagreements and informed syntheses for consequential decisions through structured multi-round arguments.