# LLM Council

> Multi-model planning committee. Up to 4 models create plans independently, then an anonymous judge selects the best or combines the best parts. Use for major architectural decisions.

- Skill: `neuron-one/llm-council` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/llm-council`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/llm-council/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/llm-council

---


# LLM Council - Multi-Model Planning

## Process
1. Define the planning task clearly
2. Send to 2-4 different models in parallel
3. Each creates an independent plan
4. Anonymize all plans (remove model names)
5. Judge evaluates each plan on merits
6. Judge selects best plan OR combines best elements
7. Present final plan with reasoning

## Judging Criteria
- Feasibility (can it actually be built?)
- Completeness (are all requirements covered?)
- Elegance (is it the simplest solution?)
- Scalability (will it work at 10x scale?)
- Security (are risks addressed?)

## Rules
- Plans MUST be anonymized before judging
- Judge evaluates purely on quality, not model reputation
- Dissenting opinions are valuable — document them
