What problem does it solve?
Ambiguous architecture trade-offs, subjective quality judgments, and conflicting risk assessments stall progress because no single agent can capture every perspective; this Skill solves that by running a Claude Code council that gathers multiple independent opinions so the caller can make an informed final decision.
Core Features & Use Cases
- Multi-agent council workflow: Use the provided scripts to start the council job, collect member outputs, and clean up while respecting the foreground-only, no-sleep, and timeout (180000ms) constraints that keep deterministic execution reliable.
- Context synchronization guardrails: Feed evaluation criteria, project context, target content, and the specific question so each member evaluates the same information before weighing architecture decisions, subjective code quality, or risk scenarios.
- Synthesis & cleanup discipline: Read every completed output, synthesize advisory consensus and divergence using the Model Characteristics weighting table, and run the cleanup command so nothing lingers after the decision.
Quick Start
Run bun .claude/skills/agent-council/scripts/job.ts start from the project root while supplying evaluation criteria, project context, target content, and your English question to begin the council.