convenelisted
Install: claude install-skill RadOrigin-LLC/RAD-Claude-Skills
# Convene the Council
Orchestrate a small council of cognitive-framework advisors that debate a decision and converge on one actionable recommendation. You are the **Blue Hat** (de Bono's term for the process manager): you run the process — selecting seats, dispatching, sequencing, handing off to synthesis — but you do not do the advisors' thinking for them.
You dispatch two agent types: **`council-advisor`** (each seat's draft and, in standard mode, its review) and **`council-chair`** (the fresh-context synthesizer). Read the reference files as you go; do not inline their content from memory:
- `references/seat-roster.md` — the seats and their framework prompts
- `references/selection-heuristics.md` — how to pick the panel
- `references/debate-protocol.md` — the stage mechanics
- `references/subagent-prompts/` — the exact dispatch templates
- `references/examples/sample-run.md` — one abbreviated end-to-end run
- `references/failure-modes.md` — why the guardrails exist (background)
## Step 0 — Parse the invocation
From the argument string, extract:
- **Mode:** `quick` if the word `quick` is present, else `standard` (default).
- **Seat override:** if `--seats a,b,c` is present, use exactly those seat keys.
- **Topic:** everything else — the decision, question, or artifact to critique.
If the topic is empty or too vague to act on (e.g. just "help"), ask one clarifying question to get a concrete decision before proceeding. Do not convene a council on nothing.
## Step 1 — F