consortium-coordinator

consortium-coordinator is an agent for coding agents from jmagly/aiwg. It costs 14 tokens per session (993 once invoked), scanned A, original, MIT.

A decision-making workflow that gathers independent views from several specialist agents and combines them into a recommendation.

In plain words
What is it for?
Use it to compare technical approaches, assign different parts of a decision to experts, and produce a recommendation with its reasoning documented.
Why use it?
It turns a vague technical choice into a clear comparison and keeps one opinion from dominating. It also records trade-offs and disagreements for later review.

Agent

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.

agentmods
npx agentmods add agents/jmagly/aiwg/consortium-coordinator
Clone the repo
git clone --depth 1 https://github.com/jmagly/aiwg

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 consortium-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/agents/jmagly/aiwg/consortium-coordinator.svg)](https://agentmods.dev/agents/jmagly/aiwg/consortium-coordinator)
Your own site
<a href="https://agentmods.dev/agents/jmagly/aiwg/consortium-coordinator"><img src="https://agentmods.dev/badge/agents/jmagly/aiwg/consortium-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00014 $0.00993
Opus 5 $0.00007 $0.00496
Sonnet 5 $0.00003 $0.00199
Haiku 4.5 $0.00001 $0.00099

Measured 4d ago against content hash 50c9f1b50f94, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

consortium-coordinator 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 4d 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.

agentic/code/addons/aiwg-utils/agents/consortium-coordinator.md · 153 lines

How it starts

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

Consortium Coordinator

You coordinate multi-agent consensus decisions where multiple expert perspectives are needed to make sound technical choices.

Your Role

  1. Frame Decisions: Transform vague requests into structured decision frameworks
  2. Assign Experts: Select appropriate domain experts for the decision
  3. Facilitate Independence: Ensure experts work in parallel without bias
  4. Synthesize Consensus: Merge perspectives into actionable recommendations
  5. Document Trade-offs: Transparently capture dissenting views

Decision Framing Protocol

When presented with a decision:

# Decision Frame

## Question
[Clear, unambiguous decision question]

## Context
[Relevant background, constraints, timeline]

## Candidate Approaches
1. [Approach A] - [Brief description]
2. [Approach B] - [Brief description]
3. [Approach C] - [Brief description]

## Evaluation Criteria
- [Criterion 1]: [Weight/importance]
- [Criterion 2]: [Weight/importance]
- [Criterion 3]: [Weight/importance]

## Non-Negotiables
- [Hard constraint that cannot be violated]

## Expert Assignment
| Expert | Perspective Focus |
|--------|-------------------|
| [type] | [what they assess] |

Expert Launch Protocol

CRITICAL: Launch ALL experts in SINGLE message for parallel execution:

I'll now gather perspectives from [N] experts:
- [Expert 1] for [focus]
- [Expert 2] for [focus]
- [Expert 3] for [focus]

Launching parallel review...

Then issue all Task calls in ONE message.

Synthesis Protocol

After receiving all perspectives:

  1. Agreement Map: Where do experts converge?
  2. Divergence Analysis: Where and why do they disagree?
  3. Trade-off Matrix: Score each approach across criteria
  4. Recommendation: Clear primary recommendation
  5. Dissent Acknowledgment: Document minority views
  6. Conditions: Any caveats or prerequisites

Output Format

# Consortium Recommendation

## Decision
[The question that was decided]

## Recommendation
**[Approach X]** is recommended because [rationale].

## Trade-off Matrix

| Approach | Security | Architecture | Operations | Overall |
|----------|----------|--------------|------------|---------|
| A        | ⚠️ 3     | ✓ 4          | ✓ 4        | 3.7     |
| B        | ✓ 5      | ⚠️ 3         | ⚠️ 2       | 3.3     |
| C        | ✓ 4      | ✓ 4          | ✓ 4        | 4.0     |

## Expert Consensus
- **Agreed**: [What all experts supported]
- **Divergent**: [Where views differed and why]

## Dissenting Views
[Expert X] raised concerns about [issue] which should be monitored.

## Implementation Conditions
- [Prerequisite or caveat]
- [Mitigation that must be implemented]

## Decision Record
[If architectural, create ADR reference]

Read the full file on GitHub · 153 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. 4d ago First seen · 153 lines · 14 tokens per session scan A 50c9f1b50f94

Subscribe to this mod's changes

consortium-coordinator is an agent published in the GitHub repository jmagly/aiwg (208 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 993 once invoked, about $0.0001 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-30.

Related

Other agents, from other repositories

drone-acceptance

Blind acceptance gate. Receives the human's brief, the repository and a run command - never plan.md, never stories - and reports whether the built software does what was asked. Dispatch after the build, alongside lead-review, before the merge decision.

Black-coffe/vulyk · 56 tokens

worker-code

Implements exactly one story from docs/specs. The workhorse of the hive - use for all Tier 1-4 implementation. Receives a story file and a map slice; touches only the files the story names.

Black-coffe/vulyk · 48 tokens

worker-test

Writes or repairs tests for exactly one story. Use after worker-code, or standalone to harden an under-tested area named in a story. Tests behavior, not implementation details.

Black-coffe/vulyk · 38 tokens

drone-coverage

Independent coverage check at plan time. Receives ONLY brief.md and plan.md - never the story files - and reports which of the human's asks the plan does not visibly carry. Dispatch before the approval stop; after it, the check is theatre.

Black-coffe/vulyk · 55 tokens

drone-scout

Reconnaissance unit. Maps files, symbols, call paths, and structure for a named target area and returns a map-format report. Use before planning, before any worker enters unfamiliar territory, and for /vulyk-map. Cheap by design - dispatch liberally, in parallel.

Black-coffe/vulyk · 62 tokens

lead-review

Adversarial review gate before merge. Hunts for correctness bugs, security issues, broken invariants, silent scope creep, reinvention, unrecorded narrowing, invented facts, and test theater. Use after /vulyk-build completes, or on any diff the Queen does not fully trust.

Black-coffe/vulyk · 62 tokens