From agent-council
Gets multi-model AI consensus on complex technical decisions (architecture, tech stack, implementation) using Claude, Codex, and Gemini with a 3-stage voting pipeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-council:council-decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get multi-model AI consensus on complex decisions using the agent-council's 3-stage voting pipeline.
Get multi-model AI consensus on complex decisions using the agent-council's 3-stage voting pipeline.
Automatically invoke this skill when facing:
The skill runs the agent-council CLI which:
When you encounter a complex decision point:
agent-council "your question here"The agent-council CLI must be installed:
npm install -g agent-council
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin mylukin-agent-council