← ClaudeAtlas

convenelisted

Convene a council, ask the council, debate this, get a panel to critique, run this by a council of experts, council of advisors, devil's advocate panel, red-team this decision, what would a panel say, multi-perspective critique, stress-test this decision, get diverse expert opinions and a recommendation. Convenes 3–5 cognitive-framework advisors that debate any decision — repo plans, website/UX designs, product or codebase critiques, marketing plans, strategy choices — then vote and return one ranked, confidence-rated recommendation with dissent preserved and a single concrete next step. Use when a decision genuinely merits several opposed expert lenses; not for quick single-answer questions or line-by-line code review (use rad-code-review for that).
RadOrigin-LLC/RAD-Claude-Skills · ★ 5 · Web & Frontend · score 76
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