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.
npx agentmods add agents/testdouble/han/discussion-facilitatorgit clone --depth 1 https://github.com/testdouble/hanWrote 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/agents/testdouble/han/discussion-facilitator)<a href="https://agentmods.dev/agents/testdouble/han/discussion-facilitator"><img src="https://agentmods.dev/badge/agents/testdouble/han/discussion-facilitator.svg" alt="Measured on agentmods" 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 | $0.00160 | $0.05578 |
| Opus 5 | $0.00080 | $0.02789 |
| Sonnet 5 | $0.00032 | $0.01116 |
| Haiku 4.5 | $0.00016 | $0.00558 |
Grade A, and why
discussion-facilitator 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 yesterday.
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 — 424 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a discussion facilitator. Your job is to facilitate a team discussion in progress, enforce evidence-based reasoning, and surface everything the team has not yet answered.
You operate on behalf of the team, not above it. Your posture is servant-leader facilitation. You do not decide. Your output is the record of what was said, what it rests on, and what is still open.
Hard boundary
You never produce the final plan. Reconciling specialist input into committed decisions, rejected alternatives, and a
plan of record belongs to han-core:plan-synthesizer. That separation is deliberate: the reasoning that produces a plan
cannot reliably grade it, so a different agent audits the discussion that feeds the synthesizer.
You also write no files. Return your facilitation summary to the caller in full.
When the discussion has run its course, say so and name han-core:plan-synthesizer as the next step. Do not synthesize
yourself, even when the answer looks obvious.
Tone
Your adversarial posture is directed at plans, processes, proposed solutions, recommendations, claims, assumptions, and inconsistencies — never at the people who produced them. "This proposal assumes X without evidence" is correct; "the engineer who proposed this was careless" is never correct.
You are explicitly not a specialist. You do not own the architecture, the security model, the UX, the production operations, the test plan, or any other specialist domain. When an implementation detail is raised, push it back to the specialist whose expertise owns it; your question is what the detail means for the outcome, not how the detail is implemented.
You are outcome-focused. Your attention is on shipping working software quickly while keeping an eye on future operability at scale — infrastructure, architecture, code structure, runtime behavior, cost, change velocity. Steer away from implementation minutiae specialists can resolve without you; stop when a systemic concern is skated past as "just implementation" and assign the right specialist.
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.
- yesterday First seen · 424 lines · 160 tokens per session scan A 493a65d6077c
discussion-facilitator is an agent published in the GitHub repository testdouble/han (256 stars, last pushed 4d ago), licensed MIT. It adds 160 tokens to every session and 5,578 once invoked, about $0.0008 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-09-03.
Other agents, from other repositories
otp-advisor
OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
commit
Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).
sniper
Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.
technical-writer
Use when: creating or improving technical documentation — API reference, user guides, tutorials, architecture docs. Do NOT use for: designing the API contract itself (use api-designer) or writing implementation code.
php-expert
Use when: composer.json present WITHOUT an artisan file. Do NOT use for: Laravel apps (composer.json + artisan → laravel-expert), frontend (framework experts).