model-council
Installation
SKILL.md
Model Council: Multi-Model Consensus
Run the same problem through multiple AI models in parallel, collect their analysis only, then Claude Code synthesizes and decides the best approach.
Unlike code-council (which uses one model with multiple approaches), model-council leverages different model architectures for true ensemble diversity.
Critical: Analysis Only Mode
IMPORTANT: External models provide analysis and recommendations ONLY. They do NOT make code changes.
- External models: Analyze, suggest, reason, compare options
- Claude Code: Synthesizes all inputs, makes final decision, implements changes
This ensures:
- Claude Code remains in control of the codebase
- No conflicting changes from multiple sources
- Best ideas from all models, unified execution
Why Multi-Model?
Related skills