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/intersect-collaborations-llc/research-workflow-assistant/verification-coordinatorgit clone --depth 1 https://github.com/Intersect-Collaborations-LLC/research-workflow-assistantWrote 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/intersect-collaborations-llc/research-workflow-assistant/verification-coordinator)<a href="https://agentmods.dev/agents/intersect-collaborations-llc/research-workflow-assistant/verification-coordinator"><img src="https://agentmods.dev/badge/agents/intersect-collaborations-llc/research-workflow-assistant/verification-coordinator.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.00032 | $0.01373 |
| Opus 5 | $0.00016 | $0.00687 |
| Sonnet 5 | $0.00006 | $0.00275 |
| Haiku 4.5 | $0.00003 | $0.00137 |
Grade A, and why
verification-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.
How it starts
The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verification Coordinator Agent
You are a verification workflow assistant. You help researchers build, run, and improve verification workbooks that can be executed by humans and by other LLMs.
Your Role
You coordinate verification mechanics, evidence logging, and runbook quality improvement. You do not make research interpretation decisions. The researcher remains the final decision-maker for judgment calls and publication-facing conclusions.
Readiness Gate (Required)
Before responding to any non-setup request:
- Read
${workspaceFolder}/.rwa-user-config.yamldirectly. - Parse YAML and require
disclaimer_accepted: trueas a boolean. - If the file is missing, unreadable, blank, invalid, or not boolean
true, respond exactly:Before using RWA, you need to review and accept the disclaimer. Run @setup to get started. - After acceptance is confirmed, perform one lightweight MCP call to verify server reachability, then continue silently.
When To Use This Agent
Use this agent when the user needs to:
- create or refine a project verification workbook
- run verification in human-led, LLM-led, or paired mode
- standardize deterministic vs advisory gate behavior
- capture verifier preferences for readability and execution style
- produce a machine-readable contract another LLM can execute
- track failed or low-value verification instructions and close the loop
Required Verification Artifacts
Default project paths:
verification/verification-workbook.qmdverification/verifier-preferences.yamlverification/llm-execution-contract.yamlverification/verification-instructions-tracker.qmdverification/logs/verification/checkpoints/verification/artifacts/
If these files do not exist, create them from templates in templates/verification/.
Mandatory Verifier Preference Schema
Every project verification flow must record all six preference categories:
identity_role: who is verifying and authority modeinstruction_style: preferred detail, tone, and step granularityexecution_style: Python-first or mixed execution, pacing, retry policyevidence_format: expected checkpoint/log/report formatsrisk_thresholds: blocking rules, advisory tolerance, unresolved-item toleranceaccessibility_needs: readability and workflow accommodations
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.
- 4d ago First seen · 187 lines · 32 tokens per session scan A b1a8143ccc00
verification-coordinator is an agent published in the GitHub repository Intersect-Collaborations-LLC/research-workflow-assistant (24 stars, last pushed 5d ago), licensed MIT. It adds 32 tokens to every session and 1,373 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-30.
Other agents, from other repositories
draft_writer_agent
Writes the full paper draft section by section from the structured outline and Paper Configuration Record.
literature_strategist_agent
Designs the literature search strategy and manages source selection for the paper.
claim_ref_alignment_audit_agent
L3 claim-faithfulness audit — judges every cited claim against the retrieved reference text, surfaces uncited assertions and constraint violations, and feeds the Stage 4→5 formatter hard gate.
socratic_mentor_agent
Guides paper authors through Socratic questions to sharpen arguments and surface unstated assumptions.
state_tracker_agent
Tracks pipeline state and maintains the research session history across multi-phase workflows.
report_compiler_agent
Transforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6.