ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

roundtable

Multi-agent debate council — spawns 3 specialized sub-agents in parallel (Scholar, Engineer, Muse) for Round 1, then optional Round 2 cross-examination to challenge assumptions and strengthen the final synthesis. Configurable models and templates per role.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/robbyczgw-cla/roundtable
Or

Roundtable 🏛️ — Multi-Agent Debate Council

Spawn 3 specialized sub-agents in parallel to tackle complex problems. You (the main agent) act as Captain/Coordinator — decompose the task, dispatch to specialists, run optional cross-examination, and synthesize the final answer.

When to Use

Activate when the user says any of:

  • /roundtable <question> or /council <question>
  • /roundtable setup (interactive setup wizard)
  • /roundtable config (show saved config)
  • /roundtable help (command quick reference)
  • "ask the council", "multi-agent", "get multiple perspectives"
  • Or when facing complex, multi-faceted problems that benefit from diverse expertise

DO NOT use for: Simple questions, quick lookups, casual chat.

Architecture

User Query
    │
    ▼
┌─────────────────────────────────┐
│  CAPTAIN (Main Agent Session)   │
│  Parse flags + assign roles     │
└────┬──────────┬─────────────────┘
     │          │          │
     ▼          ▼          ▼
┌─────────┐┌─────────┐┌─────────┐
│ SCHOLAR ││ENGINEER ││  MUSE   │
│ Round 1 ││ Round 1 ││ Round 1 │
└────┬────┘└────┬────┘└────┬────┘
     │          │          │
     └──────┬───┴───┬──────┘
            ▼       ▼
     Captain summary of all findings
            │
            ▼
┌─────────┐┌─────────┐┌─────────┐
│ SCHOLAR ││ENGINEER ││  MUSE   │
│ Round 2 ││ Round 2 ││ Round 2 │
│ critique││ critique││ critique│
└────┬────┘└────┬────┘└────┬────┘
     │          │          │
     └──────┬───┴───┬──────┘
            ▼
┌─────────────────────────────────┐
│  CAPTAIN final synthesis        │
│  consensus + dissent + confidence│
└─────────────────────────────────┘

Interactive Setup

When the user sends /roundtable setup, run a guided, conversational setup and ask ONE question at a time. Use Telegram-friendly option formatting with inline button style labels (A), B), C)). Do not ask all steps at once.

Step 1: Models

Ask exactly:

"🏛️ Let's set up your Roundtable! First, how do you want to configure models? A) 🎯 Single model for all agents (simple, cost-effective) B) 🔀 Different models per role (maximum diversity) C) 📦 Use a preset (cheap/balanced/premium/diverse)"

Branching:

  • If user picks A → ask: which model to use for all roles.
  • If user picks B → ask one-by-one for: Scholar model, Engineer model, Muse model.
  • If user picks C → ask which preset: cheap, balanced, premium, or diverse.

Step 2: Round 2

Ask exactly:

"Do you want Round 2 cross-examination by default? (Agents challenge each other's findings — better quality but 2x cost) A) ✅ Yes, always (recommended for important decisions) B) ⚡ No, quick mode by default (faster, cheaper) C) 🤷 Ask me each time"

Interpretation:

  • Around2: true
  • Bround2: false
  • Cround2: "ask"

Step 3: Language

Ask exactly:

"What language should the council respond in? A) 🇬🇧 English B) 🇩🇪 Deutsch C) 🇪🇸 Español D) Other (specify)"

Metadata

Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-robbyczgw-cla-roundtable": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#multi-agent#council#parallel#reasoning#research#creative#collaboration#roundtable#debate#cross-examination#templates#logging#security
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.