From skills
Multi-agent debate system for complex queries. Four agents (Scholar, Logician, Contrarian, Captain) analyze independently, debate, and synthesize a consensus. Use for deeper analysis, second opinions, or stress-testing decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:model-councilThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A multi-agent debate system inspired by Grok 4.20's council architecture. Four specialized agents deliberate on your query, challenge each other's reasoning, and produce a synthesized consensus answer.
A multi-agent debate system inspired by Grok 4.20's council architecture. Four specialized agents deliberate on your query, challenge each other's reasoning, and produce a synthesized consensus answer.
Four agents with distinct roles:
Follow these phases strictly:
PHASE 1 — INDEPENDENT ANALYSIS
Simulate three independent agent perspectives on the user's query:
Scholar (Research & Facts):
Logician (Logic & Code):
Contrarian (Devil's Advocate):
PHASE 2 — DEBATE
Have each agent respond to the others' Phase 1 analysis:
PHASE 3 — SYNTHESIS (Captain)
As the Captain (Coordinator), synthesize the debate using this exact template:
## Council Verdict
**Confidence:** [High | Medium | Low]
### Consensus Answer
[The synthesized answer incorporating the strongest arguments from all agents]
### Key Insights
- [Non-obvious or surprising points that emerged from the debate — not just restatements of known facts]
### Dissenting Points
- [Any unresolved disagreements or risks flagged by the Contrarian]
### Recommended Action
[Clear, actionable next steps]
npx claudepluginhub gokulkrishh/skills --plugin skillsSpawns parallel agents with distinct cognitive personas to deliberate on questions, research codebase files, and synthesize opinionated verdicts. For multi-viewpoint analysis of decisions, designs, or strategies.
Spawns AI council perspectives (User Advocate, Architect, Skeptic, etc.) to analyze decisions, plans, and ideas from multiple angles, delivering synthesized reports with verdicts and tensions.
Orchestrates multi-agent debates with 2-5 dynamic agents in Challenge (select best variant), Strategy (deep analysis with proposals), or Critic (find weaknesses) modes. Triggers on debate, challenge, compare, critique prompts.