From team-attention-agent-council
Collects opinions from multiple AI agents via bash scripts and synthesizes a unified response. Activates on multi-perspective requests or via /agent-council.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-attention-agent-council:agent-councilThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Collect multiple AI opinions and synthesize one answer.
Collect multiple AI opinions and synthesize one answer.
Run a job and collect results:
JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"
One-shot:
./skills/agent-council/scripts/council.sh "your question here"
references/overview.md — workflow and background.references/examples.md — usage examples.references/config.md — member configuration.references/requirements.md — dependencies and CLI checks.references/host-ui.md — host UI checklist guidance.references/safety.md — safety notes.Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin team-attention-agent-council