ai-council

Solid

Use when polling external AIs (OpenAI, Anthropic) outside the host session for a neutral second opinion on a roadmap, diff, prompt, or file set — or 'cross-check with another model'.

AI & Automation 10 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Experimental.** AI Council is not yet validated by external users. API costs apply per consultation. <!-- cloud_safe: degrade --> # ai-council ## Council-first — try the council BEFORE the user, on these classes ``` A DESIGN DECISION THE AGENT CANNOT SETTLE FROM THE TREE GOES TO THE COUNCIL FIRST, NOT TO THE USER FIRST. THE USER IS THE ESCALATION, NOT THE DEFAULT. NEVER PRESENT A COUNCIL VERDICT THAT WAS NOT REACHED. AN INCONCLUSIVE RUN IS REPORTED AS INCONCLUSIVE, AND WHATEVER YOU DECIDE INSTEAD IS LABELLED OWN ANALYSIS. ``` Interrupting the user is the expensive path: it costs a round trip and their attention, and on a question two models could have settled it buys nothing they wanted to be asked. So the ordering is **tree → council → user**, and the council leg is the one that gets skipped. **Classes that go to the council first** — each is a judgement with a real trade-off and no answer in the tree: | Class | Example | |---|---| | Competing implementations of one feature | two sessions shipped the same phase; discard, overwrite, or merge | | Which of N designs, all defensible | four declared types with a derived fifth, or five declared | | Reopening a recorded decision | an ADR or honest-null blocks a change that now looks net-positive | | Scope re-cut inside an authorized task | this phase splits into two, or absorbs the next | | Is the evidence sufficient to conclude | n=1 measurement, a proxy metric, an unreplicated finding | **Classes that still go straigh...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

council

Gathers N independent, decorrelated perspectives across model families (external CLIs when present, subagents when not) and arbitrates inline. Use when a decision needs genuine debate — not same-model echo — for critique, review, or judge calls. Honest about degradation: never claims 'consensus' from a single model family.

86 Updated 3 weeks ago
Rune-kit
AI & Automation Listed

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".

17 Updated 4 days ago
Sanexxxx777
AI & Automation Listed

ask-the-council

Convenes a panel of opinionated advisors (parallel Claude subagents, each with a distinct mandate and a forbidden move so they genuinely diverge), then a Chairman synthesis that COMMITS to one recommendation with explicit tradeoffs. Use proactively for any high-stakes design, architecture, or tradeoff decision where credible options genuinely compete. Also on "ask the council", "the council", "get a panel". Not for fact-finding or decisions with one obvious answer — answer those directly.

13 Updated 1 months ago
alonbaron