concilium-brainstorm

concilium-brainstorm is a command for Claude Code from raichominev/concilium. It costs 48 tokens per session (1,135 once invoked), scanned A, original, Apache-2.0.

A command for running an open-ended idea research campaign with several AI models, each using a read-only copy of the project’s code or data. Findings include evidence and are collected for human review.

In plain words
What is it for?
Use it to explore problems where usual approaches have failed, compare independent ideas, and produce evidence-backed dossiers for people to review.
Why use it?
It helps investigate difficult questions without risking changes to the project or hiding ideas in an automatic shortlist.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the concilium plugin — 1 skill, 3 commands shipped together

Good fit Use it to explore problems where usual approaches have failed, compare independent ideas, and produce evidence-backed dossiers for people to review.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/raichominev/concilium/concilium-brainstorm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/raichominev/concilium

Made for: Claude Code.

Or install concilium, the plugin that ships this one along with the rest of its 1 skill, 3 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for concilium-brainstorm

README.md
[![agentmods](https://agentmods.dev/badge/commands/raichominev/concilium/concilium-brainstorm/github.svg)](https://agentmods.dev/commands/raichominev/concilium/concilium-brainstorm)
Your own site
<a href="https://agentmods.dev/commands/raichominev/concilium/concilium-brainstorm"><img src="https://agentmods.dev/badge/commands/raichominev/concilium/concilium-brainstorm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for concilium-brainstorm

Your own site · 80×15
<a href="https://agentmods.dev/commands/raichominev/concilium/concilium-brainstorm"><img src="https://agentmods.dev/badge/commands/raichominev/concilium/concilium-brainstorm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.01135
Opus 5 $0.00024 $0.00567
Sonnet 5 $0.00010 $0.00227
Haiku 4.5 $0.00005 $0.00113

Measured 10d ago against content hash 32056b1503ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

concilium-brainstorm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/concilium-brainstorm.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run a brainstorming campaign on: $ARGUMENTS

Brainstorming is forge's open-book inversion, for a question where the conventional methods are exhausted and nobody knows where the door is. Seats get a LIVE READ-ONLY copy of the system under discussion — its data and/or its source tree, whichever exist; volume is quotaed by boldness tier; every idea carries re-executable evidence; ideas end in human-reviewed dossiers, never an orchestrator shortlist. Read references/brainstorming-mode.md FIRST and follow its evidence tiers — wire nothing marked [open] as a rule. The governing pipeline rules live in references/modes.md: §"IDEAS are never synthesised", §"A research session does NOT implement", §"Every multi-seat round ends in a SYNTHESIS" (findings only).

If $ARGUMENTS is a question (new campaign)

  1. Instrument before brief. An isolated guest holds a throwaway READ-ONLY replica of whatever the system has: source tree as a private copy per seat; data as an immutable snapshot each seat can query but not damage. When the data lives in a database, the proven wiring is a rootless Postgres restore with ONE SELECT-only role per seat (default_transaction_read_only = on, statement timeout) and log_statement='all' so the server's own log is the per-seat dig log; for file-shaped data, read-only copies plus shell-history capture play the same roles. Fixture freshness is a validity condition — gate every round on a fixture-vs-live drift check; a stale snapshot has manufactured a confident three-vendor convergent falsehood.
  2. Write the brief with, non-negotiably: the boldness quota (4 incremental / 4 aggressive / 4 "laughed out of the room", tier-3s stating why_absurd + what_must_be_true — fewer than 4 tier-3 is a failed run); the evidence contract (the query or command you RAN and what it RETURNED — both are replayed); the denominator rule (every rate names its population); THREE deliverables (ideas, FINDINGS — the fast payoff, resource REQUESTS); the known-intentional-absences list (or seats rediscover them every round); ground-truth boundaries (what in the data is the system's own output and therefore never a correctness signal).
  3. Run the seats in parallel where transports are disjoint. Big packets go to the seat as a FILE in its cwd with a pointer prompt (Linux caps one argv string at 128 KiB). Checkpoint-as- you-go is mandatory in every prompt. Verify ARTIFACTS, never exit codes or markers; retry a failed seat once; salvage order is final-answer vs checkpoint, richer wins.
  4. Replay every evidence query/command against the same fixture and score. Then write the FINDINGS synthesis (convergent / disagreements / single-seat / retracted — the disagreement section is mandatory and the payoff), verify the load-bearing findings fixture-side, and spawn implementation sessions for anything touching live — the brainstorming session never verifies against live "just this once".

Read the full file on GitHub · 68 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 68 lines · 48 tokens per session scan A 32056b1503ba

Subscribe to this mod's changes

concilium-brainstorm is a command published in the GitHub repository raichominev/concilium (2 stars, last pushed 15d ago), licensed Apache-2.0. It adds 48 tokens to every session and 1,135 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.