Display comprehensive help information for the LLM Council plugin.
Displays comprehensive help information for the LLM Council multi-model deliberation plugin.
/plugin marketplace add xrf9268-hue/llm-council-plugin/plugin install llm-council-plugin@llm-councilclaude-haiku-4-5-20251001Display comprehensive help information for the LLM Council plugin.
The LLM Council is a multi-model deliberation system that consults three AI assistants (Claude, OpenAI Codex, and Google Gemini) to provide consensus-driven technical recommendations.
| Command | Description |
|---|---|
/council "<question>" | Summon the full council for deliberation |
/council-help | Display this help information |
/council-status | Check CLI availability and configuration |
/council-config | View and modify council settings |
The council operates in three phases:
Each available council member independently analyzes your question and provides their response. Queries are sent in parallel for efficiency.
Each member reviews the responses from other members anonymously (labeled as "Response A" and "Response B"). This helps identify:
The Council Chairman (Claude Opus) synthesizes all opinions and reviews into a final verdict, including:
| Member | CLI | Role |
|---|---|---|
| Claude | claude | Required - Primary council member |
| OpenAI Codex | codex | Optional - Additional perspective |
| Google Gemini | gemini | Optional - Additional perspective |
# Technical architecture question
/council "What's the best approach for implementing real-time updates in a React application?"
# Code review
/council "Review this authentication implementation for security issues"
# Best practices
/council "How should I structure a microservices application for scalability?"
Use /council-config to:
Run /council-status to:
For installation instructions and detailed documentation, see the project repository.