
from llm-council-skill208
Run decisions through a council of five AI advisors who independently analyze, peer-review, and synthesize a clear recommendation (Karpathy-style).
Implements a structured LLM Council decision workflow: frame a question with workspace context, run five distinct advisors in parallel (Contrarian, First Principles, Expansionist, Outsider, Executor), run anonymized peer reviews, and synthesize a chairman verdict with clear recommendation and a single next step. Produces an HTML report and full transcript for records.
Use this skill for high-stakes decisions or trade-offs where multiple perspectives materially improve outcomes — product strategy, pricing, positioning, launches, and critical business choices. Not for trivial factual queries or simple content generation.
Best used by multi-agent or subagent-capable systems (Claude Code, ACP/agent runtimes) that can spawn parallel sub-agents and produce HTML reports. Works with agents that can read workspace files for context enrichment.
LLM Council is a decision-making methodology skill based on Karpathy's multi-model deliberation approach, adapted for single-model sub-agents. It spawns 5 advisors (Contrarian, First Principles, Expansionist, Outsider, Executor) for independent analysis, then peer review, then chairman synthesis. No scripts bundled — purely instructional SKILL.md with detailed templates and examples. Clean, no security concerns.
Well-crafted skill with clear triggers, step-by-step workflow, prompt templates, and output format. Based on Karpathy's LLM Council methodology. No security issues whatsoever — purely text generation with local file output.