loop-council

Solid

Sends an open design question to several independent voices in parallel and returns a decision with its evidence. Use before building anything that touches money, permissions, auth, or schema, or whenever the honest answer is "I am not sure".

AI & Automation 6 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# Council A council exists so that a decision is made against reality instead of against recollection. It runs **before** the code, not as a review afterwards. ## When it is required (not optional) Look at what the change will touch — not at how confident you feel, because self-reported confidence is exactly the thing that fails: - money, pricing, refunds, anything that charges someone - permissions, authentication, or who can see whose data - database schema, migrations, or anything that is hard to undo - a public contract other code depends on Two voices minimum. Three when it touches money, permissions, or schema. ## The voices Dispatch them **in one message so they run in parallel**, each blind to the others: - **`loop-planner`** — the architecture: the shape, the alternatives, what breaks later. - **`loop-domain`** — the facts: decides against real documentation and the real installed behaviour, with URLs or exact strings. Never from memory. - **`loop-auditor`** — the red team: its only job is to refute the proposed design before it exists. Give it the proposal, and tell it to assume there is a hole. ## Resolving it - Have each voice **write its verdict to `.loop/council/<topic>-<voice>.md`** as it finishes. Councils get interrupted; a verdict only in context is a verdict lost, and you should be able to resume without re-running the ones that finished. - If the red team and the architect disagree, **the red team wins by default** — or it escalates to ...

Details

Author
cbdreamer11
Repository
cbdreamer11/CB-loop-kit-claude-plugin
Created
yesterday
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

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

council

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.

0 Updated today
emrecdr
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