Skip to main content
ClaudeWave
Slash Command28.8k repo starsupdated today

council

The council command spawns multiple task agents to systematically explore a specified area of a codebase. Use it when you need comprehensive analysis of a particular feature, module, or architectural concern, as it gathers keyword and structural information, then deploys up to ten specialized agents with varied approaches to investigate different aspects before synthesizing findings into actionable plans or solutions.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/simstudioai/sim/HEAD/.claude/commands/council.md -o ~/.claude/commands/council.md
Then start a new Claude Code session; the slash command loads automatically.

council.md

Based on the given area of interest, please:

1. Dig around the codebase in terms of that given area of interest, gather general information such as keywords and architecture overview.
2. Spawn off n=10 (unless specified otherwise) task agents to dig deeper into the codebase in terms of that given area of interest, some of them should be out of the box for variance.
3. Once the task agents are done, use the information to do what the user wants.

If user is in plan mode, use the information to create the plan.