council-of-advisors
v1.0.1
Published
An AI reasoning skill for Claude Code, Gemini CLI, Copilot CLI and Codex — simulates a council of 5 advisors with opposing perspectives arbitrated by a President who delivers a final recommendation, key lessons and action plan.
Maintainers
Readme
Council of Advisors
An AI reasoning skill for Claude Code, Gemini CLI, Copilot CLI and Codex — simulates a council of 5 advisors with opposing perspectives arbitrated by a President who delivers a final recommendation, key lessons and action plan.
The 5 Advisors
| Role | Mission | |------|---------| | The Contrarian | Find flaws, blind spots, false assumptions | | The Thinker | Deep root-cause analysis, underlying dynamics | | The Expansionist | See bigger, find hidden opportunities | | The Observer | Raw facts only, no interpretation | | The Executor | Translate everything into concrete actions |
The advisors analyze the problem independently, then react to each other's ideas without knowing who said what. The Council President reads everything, arbitrates, and delivers:
- A final recommendation
- Key lessons learned
- A concrete action plan
- The main risk to watch
Installation
Option 1 — One-liner (auto-detects your tools)
curl -fsSL https://raw.githubusercontent.com/Enzo0673/council-of-advisors/main/install.sh | bashOption 2 — npx
npx council-of-advisorsOption 3 — Manual (per tool)
Claude Code
git clone https://github.com/Enzo0673/council-of-advisors \
~/.claude/plugins/marketplaces/council-of-advisorsGemini CLI
git clone https://github.com/Enzo0673/council-of-advisors \
~/.gemini/plugins/council-of-advisorsCopilot CLI
git clone https://github.com/Enzo0673/council-of-advisors \
~/.copilot/plugins/council-of-advisorsCodex
git clone https://github.com/Enzo0673/council-of-advisors \
~/.codex/plugins/council-of-advisorsThen restart your AI CLI tool to activate.
Usage
Invoke with the Skill tool or type /council-of-advisors in any supported session.
Works best for:
- Strategic decisions with multiple valid options
- Complex problems where you need multiple angles
- Any situation where you want to stress-test your thinking
Example
"Should I launch my SaaS product now or wait 3 more months?"
The council will analyze it from 5 angles, debate, and the President will give you a clear recommendation with an action plan.
License
MIT
