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.
git clone --depth 1 https://github.com/raichominev/conciliumWrote 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.
[](https://agentmods.dev/commands/raichominev/concilium/concilium-brainstorm)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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)
- 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) andlog_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. - 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).
- 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.
- 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".
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.
- 10d ago First seen · 68 lines · 48 tokens per session scan A 32056b1503ba
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.
Other commands, from other repositories
review
System prompt for /review slash command.
psql-query
Run ad-hoc PostgreSQL analytics queries against dev/test database.
review
Recent git commits: !git log --oneline -10.
refactor-code
Suggest refactorings that improve readability and structure without changing behavior, ranked by payoff.
vector.batch_upsert
Upsert multiple vectors in one itemwise batch.
multi-execute
Multi-model collaborative execution: prototype from plan, refactor, multi-model audit, delivery.