From sundial-org-awesome-openclaw-skills-4
Spawns sub-agents to analyze ideas from multiple expert perspectives (e.g., Devil's Advocate, Architect). Auto-discovers agent personas from agents/ folder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:councilThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user says "send it to the council" or "council of the wise" or similar, spawn a sub-agent to analyze the idea from multiple expert perspectives.
When the user says "send it to the council" or "council of the wise" or similar, spawn a sub-agent to analyze the idea from multiple expert perspectives.
"Send this to the council: [idea/plan/document]"
"Council of the wise: [topic]"
"Get the council's feedback on [thing]"
The skill auto-discovers agent personas from the agents/ folder. Any .md file in that folder becomes a council member.
Default members:
DevilsAdvocate.md — Challenges assumptions, finds weaknesses, stress-testsArchitect.md — Designs systems, structure, high-level approachEngineer.md — Implementation details, technical feasibilityArtist.md — Voice, style, presentation, user experienceSimply add a new .md file to the agents/ folder:
# Add a security reviewer
echo "# Pentester\n\nYou analyze security implications..." > agents/Pentester.md
# Add a QA perspective
echo "# QATester\n\nYou find edge cases..." > agents/QATester.md
The skill will automatically include any agents it finds. No config file needed.
If the user has custom PAI agents at ~/.claude/Agents/, those can be used instead:
~/.claude/Agents/ exists and has agent filesagents/ folderagents/ folder or custom path)🏛️ *The Council convenes...* (this takes 2-5 minutes)Analyze this idea/plan from multiple expert perspectives.
**The Idea:**
[user's idea here]
**Your Task:**
Read and apply these agent perspectives from [AGENT_PATH]:
[List all discovered agents dynamically]
For each perspective:
1. Key insights (2-3 bullets)
2. Concerns or questions
3. Recommendations
End with:
- **Synthesis** section combining best ideas and flagging critical decisions
- Note where council members **disagree** with each other — that's where the insight is
- **Token Usage** with estimated input/output tokens (based on content length)
Use the voice and personality defined in each agent file. Don't just list points — embody the perspective.
## 🏛️ Council of the Wise — [Topic]
### 👹 Devil's Advocate
[challenges and risks — sharp, probing voice]
### 🏗️ Architect
[structure and design — strategic, principled voice]
### 🛠️ Engineer
[implementation notes — practical, direct voice]
### 🎨 Artist
[voice and presentation — evocative, user-focused voice]
### ⚖️ Synthesis
[combined recommendation + key decisions needed]
[note where council members disagreed and why — that's the gold]
---
📊 **Token Usage:** ~X input / ~Y output tokens *(estimated)*
No config file needed. The skill auto-discovers agents and uses sensible defaults:
.md files in agents/ foldernpx claudepluginhub sundial-org/awesome-openclaw-skillsSpawns AI council perspectives (User Advocate, Architect, Skeptic, etc.) to analyze decisions, plans, and ideas from multiple angles, delivering synthesized reports with verdicts and tensions.
Spawns parallel agents with distinct cognitive personas to deliberate on questions, research codebase files, and synthesize opinionated verdicts. For multi-viewpoint analysis of decisions, designs, or strategies.
Runs a structured multi-perspective deliberation system on any question, decision, or creative challenge, using distinct thinking archetypes.