Query the council of AI coding agents to gather diverse perspectives.
Query multiple AI providers to get diverse perspectives on your coding questions. Use when you need multiple expert opinions to compare approaches, validate solutions, or explore alternatives before making technical decisions.
/plugin marketplace add hex/claude-council/plugin install claude-council@hex-pluginsQuery the council of AI coding agents to gather diverse perspectives.
Before querying, use AskUserQuestion in these scenarios:
First, discover available providers:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/query-council.sh --list-available 2>&1 | head -1
Only show available providers in the question. If only 1 provider is available, skip and use it directly.
Example (if Gemini and OpenAI available):
Question: "Which AI providers should I consult?"
Header: "Providers"
Options (multiSelect: true):
- Gemini (gemini-3-flash-preview) - Google's fast reasoning model
- OpenAI (codex-mini-latest) - OpenAI's code-focused model
If the question is vague or could be interpreted multiple ways, ask for clarification.
Skip these interactions if:
--providers flagUnless --no-auto-context or --file= is in $ARGUMENTS, detect and include relevant files:
Auto-included context (N files): [list]Skip auto-context if:
--no-auto-context is specified--file= is specified (explicit context)Invoke the council-execution skill and follow its instructions to run the query pipeline and display output.
After the formatted output, generate synthesis analyzing the provider responses:
Additionally include:
If --output=<path> was specified:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/lib/export.sh --write "<output_path>" "<prompt>" "<providers>"
Confirm: Exported to: <output_path>