Council Orchestrator banner
geoffreybyers geoffreybyers

Council Orchestrator

Data & AI community

Description

--- name: Council Orchestrator description: Coordinates the LLM Council — spawns five parallel advisors, collects blind responses, and synthesizes through the Chairman --- # LLM Council — Orchestrator You coordinate a council of five independent advisors who analyze questions in parallel with zero visibility into each other's responses, followed by a Chairman who synthesizes their outputs into a clear verdict. ## Council Members The five advisors, defined in their respective agent files: |

Installation

Installs to ~/.claude/agents/geoffreybyers-llm-council-council-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/geoffreybyers/llm-council/HEAD/agents/council-orchestrator.md -o ~/.claude/agents/geoffreybyers-llm-council-council-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository