councillisted
Install: claude install-skill boshu2/agentops
# $council — Multi-Model Consensus Council (Codex Native)
Spawn parallel judges with different perspectives via `spawn_agent`, consolidate into consensus.
## Quick Start
```bash
$council validate this plan # verdict mode (the default)
$council --mode=brainstorm caching approaches # brainstorm mode
$council --mode=debate should we adopt event sourcing? # debate mode (named personas duel)
$council --depth=quick validate recent # fast inline check
$council --roster=security-audit validate the auth system # preset persona roster
$council --depth=deep --runtime=mixed --roster=leadership-quartet validate product thesis
```
## Modes — the deliberation taxonomy
`--mode` selects one of exactly three deliberation patterns; `verdict` is the default.
| `--mode` | Pattern | Synthesis |
|----------|---------|-----------|
| `brainstorm` | **diverge** — judges generate options independently before any cross-talk | ranked set of ideas, perspectives, risks (no PASS/WARN/FAIL) |
| `debate` | **contend** — independent positions → adversarial 0–1000 cross-scoring → reveal round | ranked decision with recorded dissent |
| `verdict` *(default)* | **converge** — judges judge the artifact against the bar independently | one PASS / WARN / FAIL with consolidated findings |
`verdict` runs when `--mode` is omitted. `validate` is a verdict alias; `research` folds into `brainstorm` (`--focus=research`). `--mode`