Skip to main content
ClaudeWave
Slash Command28.8k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/simstudioai/sim/HEAD/.claude/commands/council.md -o ~/.claude/commands/council.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.