| name | council-of-wisdom |
| description | A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed. |
Council of Wisdom
A multi-agent deliberation hub with 3 core agents and extensible extended agents.
When to Activate
Auto-Trigger
- Decision words: should I, should we, better to, which option
- Risk signals: dangerous, risk, worried, concerned, scared
- Complex words: analyze, compare, think, help me
- Explicit: council:, ask the council
Auto-Skip
hello, hi, hey, thanks, thank you
what time, weather, temperature
yes, no, ok, sure
define, what is
Architecture
Query โ Check Skip List
โ
โผ (if not skipped)
โโโโโโโโโโโโโโโโโโโโ
โ CORE AGENTS โ (always run)
โ - Intent Decoderโ
โ - Risk Checker โ
โ - Tone Designer โ
โโโโโโโโโโโโโโโโโโโโ
โ
โผ (if extended triggered)
โโโโโโโโโโโโโโโโโโโโ
โ EXTENDED AGENTS โ (included)
โโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโ
โ WORKSPACE SKILLS โ (if needed)
โโโโโโโโโโโโโโโโโโโโ
โ
โผ
Enriched Response
Core Agents (Always Run)
Intent Decoder
What does the user actually want?
Risk Checker
What could go wrong?
Tone Designer
How should this feel?
Extended Agents (Included)
| Agent | Trigger Keywords |
|---|
| System Designer | api, database, architecture, system |
| Complexity Assessor | complex, analyze, compare |
| Values Guardian | ethical, moral, values, fair |
Calling Workspace Skills
The council can call skills from your workspace when specialized knowledge is needed.
Example:
- Query about Quran โ call quran-search-engine-mcp
- Query about GitHub โ call github-mcp
- Query about security โ call penetration-tester agent
To add workspace skills:
- Skills go in
workspace/skills/
- Agents go in
workspace/agents/
- The council detects keywords and calls them when needed
Adding Custom Extended Agents
Create a new .md file in agents/ folder:
# Your Agent Name
Trigger: keyword1, keyword2
Your analysis...
Output
Implicit Mode (Default)
Skill runs silently. Apply analysis to shape response.
Explicit Mode (When Asked)
Use council: prefix to see full analysis.
Simple Rules (80% of Value)
IF query contains: dangerous, risk, worried, scared
THEN: Risk Checker flag = high
IF query contains: frustrated, angry, upset
THEN: Tone = empathetic
SEO
Keywords: multi-agent, AI router, agent council, decision support, AI deliberation, extensible hub, workspace skills
Use cases: personal AI assistant, decision making, risk assessment