Persistent panels & memory
Experts, panels, and full debate transcripts persist in a local SQLite database, so each debate builds on the last instead of starting cold.

A single chatbot gives you one confident answer. Council convenes a structured panel — experts challenge each other, a moderator keeps them honest, and you walk away with a synthesis you can defend.
Runs on GitHub Copilot today · OpenAI and Anthropic planned
Your first session
Every command below runs today. Council auto-composes a panel, runs a structured debate, and persists the full transcript locally — so you can export it, share it, or revisit it later.
# Install — requires Node.js 24+ and a GitHub Copilot subscription
$ npm install -g @council-ai/cli
# Check that Council can reach the Copilot engine
$ council doctor
# Convene a panel — Council designs the experts from your topic
$ council convene "Should we adopt event sourcing for our orders service?"
# Review past debates, then export the decision as an ADR
$ council sessions
$ council export <panel> --format adr Why Council
Experts, panels, and full debate transcripts persist in a local SQLite database, so each debate builds on the last instead of starting cold.
Devil's-advocate and consensus-check moderation strategies force genuine disagreement — a stress-tested answer instead of agreeable mush.
Turn any debate into Markdown, JSON, an Architecture Decision Record, or a launch-ready share document with one command.
Link your own reference documents to a panel and experts argue from your facts — retrieval-augmented debate, grounded in your sources.
How it works
Let Council auto-compose experts from your topic, or pick a built-in template like code-review or architecture-review.
Experts deliberate in rounds and challenge each other while a moderator drives toward synthesis. Need a quick take? Ask one expert with council ask, or hold a conversation with council chat.
Capture the outcome as an ADR or share-ready document with council export — a decision your team can actually review.
Use cases
COUNCIL
Runs on GitHub Copilot today — no API keys, no OpenAI account, no credits to manage. OpenAI and Anthropic providers are on the roadmap.
npm install -g @council-ai/cli