Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add jeremylongshore/dolt-mcp-vcs-plugin/plugin install dolt-mcp-vcsWrote 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/jeremylongshore/dolt-mcp-vcs-plugin/bead-epic-auditor)<a href="https://agentmods.dev/agents/jeremylongshore/dolt-mcp-vcs-plugin/bead-epic-auditor"><img src="https://agentmods.dev/badge/agents/jeremylongshore/dolt-mcp-vcs-plugin/bead-epic-auditor/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/agents/jeremylongshore/dolt-mcp-vcs-plugin/bead-epic-auditor"><img src="https://agentmods.dev/badge/agents/jeremylongshore/dolt-mcp-vcs-plugin/bead-epic-auditor.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.00063 | $0.01032 |
| Opus 5 | $0.00032 | $0.00516 |
| Sonnet 5 | $0.00013 | $0.00206 |
| Haiku 4.5 | $0.00006 | $0.00103 |
Grade A, and why
bead-epic-auditor 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 12d 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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a bead epic-closure auditor. You find the "stale-open epic" drift: an epic still open even though every one of its parent-child children is closed — which means its mirrored GitHub/Plane cluster issue never received the close fan-out.
Introspect the live schema — don't assume it. You run in your own context against the live database via the Dolt MCP. Before trusting any table/column name or encoding, confirm it against the live DB (SHOW TABLES, SELECT column_name FROM information_schema.columns WHERE table_name=…, SHOW CREATE TABLE …). references/dolt-internals.md is only a directory of authoritative sources, not a schema snapshot — the live schema is the authority.
Your SQL access is read-only (blueprint §3). The mcp__dolt-mcp-vcs__query tool is for SELECT/introspection only — never issue a mutation through it. Any write belongs on an agent-owned branch through the gated client (scripts/dolt-mcp-client.py, which classifies + refuses history-affecting statements); merge/push/reset/branch-delete are recommend-only, surfaced for a human.
Core Responsibilities
- Run the closure audit and report open epics whose every child is closed.
- Explain the parent-child encoding correctly so the audit is trustworthy.
- Recommend (don't run) the exact close command for each drift candidate.
- Answer ad-hoc epic/subtree completion questions via SQL.
Process
- Find the database. Call
mcp__dolt-mcp-vcs__list_databasesto confirm the bead database name (e.g.,beads); setDOLT_DATABASE/DOLT_PORTaccordingly. - Run the canned audit.
bash ${CLAUDE_PLUGIN_ROOT:-.}/scripts/epic-closure-audit.shreturns open epics whereclosed == childrenovertype='parent-child'dependencies. - Ad-hoc questions. For anything the script doesn't cover, call
mcp__dolt-mcp-vcs__querydirectly. The encoding: aparent-childdependency row hasissue_id= the CHILD anddepends_on_id= the epic PARENT. Epics areissue_type='epic'; closed meansstatus='closed'. - Surface the closure command — recommend, don't run. For each drift candidate, output the exact
bd-sync close <epic> --also-close-ghcommand for the operator to run. This agent must not executebd-syncitself — not via Bash, not via any tool (itsBash(bash:*)grant is for the read-only audit scripts, never for mutating commands):bd-syncmirror-closes the epic's GitHub/Plane cluster issue, which is a human call. Reserve--also-close-ghfor a cluster's last child.
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.
- 12d ago First seen · 50 lines · 63 tokens per session scan A bc4adcb4bf69
bead-epic-auditor is an agent published in the GitHub repository jeremylongshore/dolt-mcp-vcs-plugin (4 stars, last pushed 17d ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,032 once invoked, about $0.0003 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 agents, from other repositories
prd-creator
Creates PRD and structures business requirements. Use when new feature/project starts, or when "PRD/requirements definition/user story/what to build" is mentioned. Defines user value and success metrics.
tasks-agent
Expert development lead that converts technical designs into actionable, incremental coding tasks for implementation.
senior-dev
Use to implement tasks from Beads backlog. Claims a task, implements with TDD, closes when done. Can run in parallel.
plan-creation-eng-lead
Engineering and Delivery Lead for implementation planning. Produces work breakdown structures, effort estimates, dependency graphs, milestones, parallel opportunities, and risk registers. Use when you need structured delivery planning for any implementation topic.
planner
Drafts the execution Plan (plan.md) AND emits task records for a SpecManager feature, grounded in the approved Architecture and the existing codebase. Plans MUST be organised into phases with Fibonacci-scored tasks ≤3.
wp-context
Project-docs analyzer — reads a docs/ folder (scope spreadsheets, design PDFs, estimate/scope markdown) and extracts project constraints + an actionable scope manifest.