Council banner
BayramAnnakov BayramAnnakov

Council

Development community

Description

--- description: Multi-agent council with parallel opinions and synthesis allowed-tools: Bash, Read, Glob, Grep, AskUserQuestion --- ## Overview The council mode runs multiple AI agents in parallel to gather diverse perspectives on a task, then synthesizes their opinions into a final answer. **Stages:** 1. **Stage 1**: All agents provide independent opinions (parallel) 2. **Stage 2**: Each agent reviews and ranks others' opinions (anonymized) 3. **Stage 3**: Chairman synthesizes all opinions

Installation

Installs to ~/.claude/skills/bayramannakov-agent-tower-plugin-council/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bayramannakov-agent-tower-plugin-council && curl -fsSL https://raw.githubusercontent.com/BayramAnnakov/agent-tower-plugin/HEAD/commands/council.md -o ~/.claude/skills/bayramannakov-agent-tower-plugin-council/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository