convolutional-debate-agent

Coordinate multi-model debate pipelines with RWEA scoring and Aristotle verification.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ZealousEar/claude-skills --skill convolutional-debate-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convolutional-debate-agent
Source: https://github.com/ZealousEar/claude-skills/tree/main/claude-code/convolutional-debate-agent
Command: npx skills add https://github.com/ZealousEar/claude-skills --skill convolutional-debate-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Convolutional Debate Agent orchestrates a multi-model reasoning process to generate diverse solver drafts, challenge them with adversarial reviews, and produce a reliable final answer using a reliability-weighted aggregation.

Core Features & Use Cases

  • Slash-command driven orchestration: /debate invokes the pipeline across multiple models.
  • Independent solver drafts + adversarial reviews: parallel generation and evaluation to reduce single-model bias.
  • RWEA scoring and optional Aristotle formal verification: domain-aware weighting and formal checks improve trust.
  • Flexible routing and prompting: model-selection and prompting overrides are configured in settings for reproducible behavior.
  • Use cases include high-stakes architecture decisions, complex problem solving, and rigorous research synthesis.

Quick Start

Invoke the debate skill with /debate <your question> to start a multi-model reasoning session and receive a final answer.

Frequently Asked Questions about convolutional-debate-agent

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

FAQPage Schema
How do I use multi-model orchestration to get reliable answers for complex reasoning tasks?

Multi-model orchestration generates diverse solver drafts across multiple models, challenges them with adversarial reviews, and synthesizes a reliability-weighted final answer to reduce single-model bias.

What is reliability-weighted aggregation in LLM debate pipelines?

Reliability-weighted aggregation scores and weighs solver drafts from multiple LLMs during a debate pipeline, applying domain-aware weighting to produce a final synthesis with improved trust.

How do I run a multi-model debate session for high-stakes architecture decisions?

Invoke the debate pipeline by entering the slash command /debate followed by your architecture question, which triggers parallel model generation, adversarial reviews, and final synthesis.

Can I configure model routing and prompting overrides for reproducible multi-model verification?

Yes, model selection routing and per-model prompting overrides can be configured in settings to ensure reproducible behavior across multi-model verification and debate sessions.

When should I use cross-model validation with adversarial reviews instead of a single LLM?

Use cross-model validation with adversarial reviews for high-stakes or ambiguous reasoning tasks, complex problem solving, and rigorous research synthesis where single-model bias is a concern.

Does the multi-model debate pipeline support formal verification checks?

Yes, the multi-model debate pipeline supports optional Aristotle formal verification alongside RWEA scoring to provide formal checks and domain-aware weighting for improved answer trust.