council
Installation
Summary
Parallel multi-model consensus review with configurable perspectives, debate rounds, and deep exploration.
- Supports three task modes: validate (PASS/WARN/FAIL verdicts), brainstorm (explore alternatives), and research (deep analysis with trade-offs)
- Spawns 2–3 independent judges by default; scales to 6+ agents with
--deep,--mixed(Claude + Codex), and--explorerssub-agents, capped at 12 total - Debate mode (
--debate) runs two-round adversarial review with verdict exchange and position revision for high-stakes decisions - Built-in presets (security-audit, architecture, code-review, plan-review, doc-review, retrospective) assign perspective-specific prompts; custom perspectives via
--perspectivesor YAML file
SKILL.md
/council — Multi-Model Consensus Council
Spawn parallel judges with different perspectives, consolidate into consensus. Works for any task — validation, research, brainstorming.
Quick Start
/council --quick validate recent # fast inline check
/council validate this plan # validation (2 agents)
/council brainstorm caching approaches # brainstorm
/council research kubernetes upgrade strategies # research
/council --preset=security-audit validate the auth system # preset personas
/council --deep --mixed --preset=leadership-quartet validate product thesis
/council --deep --explorers=3 research upgrade automation # deep + explorers
/council --debate validate the auth system # adversarial 2-round review
/council # infers from context
Council works independently — no RPI workflow, no ratchet chain, no ao CLI required.
Related skills