council

Solid

Pressure-tests high-stakes engineering decisions through 5 advisors with distinct thinking styles — independent analysis, anonymous peer review, chairman synthesis. Use when the user says "council this", "run the council", "pressure-test", "stress-test", "red team this", or "devil's advocate" on a real engineering trade-off. Distinct from strategic-analysis — adds adversarial peer review for decisions where the user suspects their first instinct is biased.

AI & Automation 0 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Council ## Overview Claude is agreeable. Ask "should I do X?" and it finds reasons for X. Ask "is X a bad idea?" and it finds reasons against. Same decision, different framing, opposite answers. That's fine for drafting prose. It's dangerous for engineering decisions with stakes. The council fixes this through structured adversarial review: 1. **Frame** the question with workspace context. 2. **Convene** 5 advisors in parallel — each with a fundamentally different thinking style. 3. **Anonymize** responses and run a peer review round (no advisor knows who said what). 4. **Synthesize** into a chairman verdict that names where the council agrees, where it clashes, blind spots only the peer review surfaced, and one concrete next step. 5. **Persist** the full transcript to `.devt/state/` for downstream workflows. Adapted from [Karpathy's LLM Council](https://github.com/karpathy/llm-council). Persona-based Claude Code adaptation pioneered by [@tenfoldmarc](https://github.com/tenfoldmarc/llm-council-skill); this devt version retunes the personas for engineering decisions, auto-pulls `.devt/rules/` context, writes markdown to `.devt/state/`, and supports optional model diversity. ## When To Run It **Run the council on:** - Architecture choices: "monolith vs services", "Postgres vs Mongo for this workload" - Refactor strategies: "rewrite vs strangle", "is this abstraction worth introducing" - API design: "REST vs GraphQL", "synchronous request vs event-driven" - Library/f...

Details

Author
emrecdr
Repository
emrecdr/devt
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

llm-council

Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology. MANDATORY TRIGGERS: 'council this', 'run the council', 'war room this', 'pressure-test this', 'stress-test this', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a council question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.

0 Updated 1 weeks ago
kochellenk-afk
AI & Automation Listed

llm-council

Convene an internal "council" of distinct senior-engineer personas to analyze a problem, stress-test an approach, and produce an implementation plan before writing code — grounding the decision in up-to-date online research (current library/API versions, vendor pricing and limits, regulatory rules) rather than stale training data. Use this whenever the user is analyzing a system, weighing architectural or design trade-offs, planning a non-trivial feature or refactor, evaluating a library/tool/vendor choice, debugging something whose root cause is unclear, or asks to "think through", "plan", "analyze", "research", "review the approach for", or "figure out how to build" something — even if they don't say the word "council". Trigger it especially for decisions that are expensive to reverse (data models, API contracts, infra, auth, migrations) or that depend on external facts that may have changed. Do NOT trigger for trivial one-liners, straightforward lookups, or when the user just wants code written for an alre

1 Updated 4 days ago
nikola-wd
AI & Automation Solid

konsilium

Council — 5 independent AI perspectives + mutual critique + synthesis (adapted from karpathy/llm-council for Claude Code). For high-stakes decisions where the answer does NOT follow unambiguously from the data — go/no-go before real consequences, critiquing a methodology, choosing between competing approaches, pressure-testing a conclusion you're attached to, designing risk controls. NOT for log/data analysis (the council has no data access) and not for factual lookups. Triggers — "convene the council", "run it past the council", "go/no-go", "pressure-test this".

14 Updated 2 days ago
Sanexxxx777