new-llm-council
Installation
SKILL.md
Create a new LLM Council project
Scaffold a fresh LLM Council repository tailored to a specific purpose, based on one of three public template repos or built bespoke.
Background
LLM Council is a deliberation pattern (Karpathy — https://github.com/karpathy/llm-council) where multiple perspectives deliberate on a question, then a chairman synthesizes. Three public templates are available:
- LLM-Council-Template (
danielrosehill/LLM-Council-Template) — baseline: six personality-based system prompts, single model, three stages (perspectives → peer review → chairman synthesis). Best for: general ideation, brainstorming, multi-angle commentary. - LLM-Council-Grounded (
danielrosehill/LLM-Council-Grounded) — Template + retrieval layer (Pinecone for domain knowledge, Tavily for real-time web). Best for: factual questions, research-backed deliberations. - LLM-Council-Decide (
danielrosehill/LLM-Council-Decide) — swaps personalities for formal decision-making frameworks (Pros/Cons, Weighted Matrix, Pre-Mortem, 10/10/10, Regret Minimization, etc.). Best for: "should I do X?" decisions. - Bespoke — a clean scaffold following the council pattern but with council members defined from scratch for a specific domain.
See references/templates.md for full comparison and references/frameworks.md for the Decide framework catalogue.