Turn Claude into a council of AI advisors that debate before giving a final answer.
| Feature | Description |
|---|---|
| 5-Advisor Council | Strategist, Critic, Pragmatist, Innovator, Synthesizer |
| Strategy Assessment | Optimist / Realist / Pessimist debate |
| Product Decision | Engineering / Business / User perspectives |
| Research Review | Academic / Practitioner / Critic triad |
| API Ready | Works with Claude API via Messages endpoint |
| Zero Dependencies | System prompt only — no packages, no setup |
- Copy one of the council system prompts from
SKILL.md - Paste it into claude.ai or your Claude API call
- Ask your question
- Claude roleplays the debate and synthesises the answer
Works with any Claude model that supports extended thinking.
claude-council/
├── SKILL.md # Council configurations and system prompts
├── README.md # This file
├── README.zh-TW.md # Traditional Chinese documentation
├── LICENSE # MIT
└── .gitignore
- Anthropic Advisor Tool — Official docs for the executor + advisor model pairing
- Claude Prompt Caching — Reduce costs for repeated council patterns
MIT © lunkerchen