argue

Debate topics adversarially between Claude and Gemini and generate a final synthesis.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill argue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argue
Source: https://github.com/kelsi-andrewss/claude-multi-agent-pipeline/tree/main/skills/argue
Command: npx skills add https://github.com/kelsi-andrewss/claude-multi-agent-pipeline --skill argue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adversarial Claude-vs-Gemini debate tool that produces a battle-tested synthesis written to ~/.claude/arguments/finals/<slug>.md.

Core Features & Use Cases

  • Parse topic and optional flags, handle seeds and context, and generate independent opening positions.
  • Conduct a structured back-and-forth debate with convergence checks and a final synthesis.
  • Save outputs to finals and optional history for traceability.

Quick Start

Ask Claude to start a debate on a topic with /argue <topic> to obtain a final synthesis.

Frequently Asked Questions about argue

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

FAQPage Schema
How do I use AI debate to resolve complex topics and synthesize conclusions?

AI debate resolves complex topics by pitting two models against each other to argue opposing positions. This Skill runs an adversarial Claude-vs-Gemini debate with convergence checks, generating a final synthesis saved to ~/.claude/arguments/finals/<slug>.md.

Can I provide context files or seed prompts to guide an adversarial AI debate?

Yes, adversarial AI debates support optional context files and seeds. The workflow parses your topic and optional flags, loads the provided context, and generates independent opening positions before starting the back-and-forth argumentation.

What types of topics are suitable for an adversarial debate synthesis workflow?

Adversarial debate synthesis works with plan, bug, tech, or general topics. The workflow applies multi-step argument parsing, opening positions, back-and-forth debate, and convergence checks to produce a structured final document.

How does the debate convergence process work when resolving technical arguments?

Debate convergence works by conducting a structured back-and-forth exchange between models with periodic convergence checks. Once the arguments align, the workflow generates a final synthesis and writes it to the finals directory with optional history transcripts for traceability.

Does this debate tool require external dependencies or API keys to function?

No external dependencies are required to run the debate workflow. The Skill operates independently using the existing Claude environment and its built-in model integration to execute the adversarial argument parsing and synthesis generation.

Are debate history transcripts saved for later review and traceability?

Yes, debate history transcripts are optionally saved alongside the final synthesis. The workflow outputs the decisive conclusion to the finals directory and can store the full argumentation history, ensuring complete traceability of the back-and-forth debate process.