agentic-council Documentation¶
Convene agentic specialists on your hardest problems. Distinct perspectives, unified design, actionable plans, every decision tracked.
Hosted docs: https://dtsong.github.io/agentic-council/ · Source: github.com/dtsong/agentic-council
Start here¶
/plugin marketplace add https://github.com/dtsong/agentic-council
/plugin install agentic-council
/council --brainstorm "Should we migrate from Node to Bun?"
Full setup (requirements, optional agent-teams flag, troubleshooting): Install guide.
Guides¶
| Guide | What's in it |
|---|---|
| Usage | Session anatomy, all 8 modes, flags, action paths, session lifecycle, artifacts on disk, practical tips |
| Councils | The four councils — engineering, finance, people, revenue — rosters, conductors, theme outputs, cross-council handoffs |
| Cost guide | --profile lean\|balanced\|max, token estimates, and playbooks for API-billed vs Claude Max users |
| Orchestration | The workflow / teams / sequential backends, what degrades when, troubleshooting |
| Architecture eval | The design record: v1.1 strengths and gaps, the workflows-vs-teams rationale, deferred work |
Quick answers¶
- What does a session cost? ~10–15K tokens for a brainstorm, ~120–180K for a full standard session at the default profile. The engine shows an estimate before anything spawns. → Cost guide
- Do I need the experimental agent-teams flag? No (since v1.2). It's optional — it unlocks live panel steering in
--meetand team-based execution. → Orchestration - Where do my sessions live?
.claude/<council>/sessions/<slug>/in your workspace, one artifact per phase, committed to git. → Usage § Artifacts - Can I resume a session from last week? Yes —
/council --resume(or--listto find it). Profile and backend survive resume. → Usage § Session lifecycle - Which council do I want? Engineering for anything you'd build; finance/people/revenue for those domains' decisions. They never mix. → Councils
Reference¶
- Install · Contributing · Changelog · Platforms
- Engine internals:
commands/_council-engine.md— every phase, gate, and fallback is specified there