debate

Coordinate multi-LLM debates with a moderator to synthesize final solutions.

126|22|Updated Jun 22, 2025
One-click install
npx skills add https://github.com/raine/consult-llm --skill debate-raine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debate
Source: https://github.com/raine/consult-llm/tree/main/skills/debate
Command: npx skills add https://github.com/raine/consult-llm --skill debate-raine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates multi-LLM debates to produce well-reasoned solutions, with a moderator that synthesizes final implementations.

Core Features & Use Cases

  • Multi-model debate orchestration: coordinates several models to argue alternatives and expose weaknesses.
  • Synthesis & implementation: integrates the best-drafted plan into actionable steps.
  • Phase-driven negotiation: manages loading the consult-llm skill, phase prompts, and round-based rebuttals.

Quick Start

Start a debate with at least two debaters by loading the consult-llm skill and describing a task for them to debate.

Frequently Asked Questions about debate

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

FAQPage Schema
How do I use multi-LLM debates to synthesize architecture plans and code reviews?

Multi-LLM debates synthesize architecture plans by orchestrating at least two debaters to argue alternatives and expose weaknesses. A moderator integrates the best-drafted plan into actionable implementation steps.

What is multi-model debate orchestration and how does it work for AI agent workflows?

Multi-model debate orchestration coordinates several LLMs to critique alternatives and expose weaknesses in AI agent workflows. It manages phase prompts and round-based rebuttals to produce well-reasoned solutions.

How do I start a multi-turn LLM debate for strategy planning?

Start a multi-turn LLM debate by loading the consult-llm skill, defining at least two debaters, and describing a task. You can manage negotiation phases using flags like --dry-run and --rounds.

Can I use the consult-llm contract to manage round-based rebuttals?

Yes, the consult-llm contract is required for phase-driven negotiation. It manages loading the consult-llm skill, applying phase prompts, and executing round-based rebuttals between models.

What is the best way to coordinate multiple models for code reviews?

Coordinating multiple models for code reviews works best through phase-driven negotiation that argues alternatives and exposes weaknesses. A moderator then synthesizes the debated findings into final implementations.

Are there limitations to using LLM orchestration for strategy debates?

LLM orchestration for strategy debates requires at least two debaters and the consult-llm skill. You can anticipate edge cases and control execution overhead using the --dry-run flag to test before running full rounds.