research-sufficiency-reviewer

research-sufficiency-reviewer is an agent for Claude Code from gregmos/memoforge. It costs 35 tokens per session (3,175 once invoked), scanned A, original, MIT.

A review agent that checks whether completed legal research is sufficient for drafting a client-ready memo. It compares planned issues with primary sources, opposing authority, current sources, and known gaps.

In plain words
What is it for?
Use it as a checkpoint after research to assess source coverage, contrary authority, currency-sensitive material, and unresolved research gaps.
Why use it?
It identifies missing or outdated support before drafting turns incomplete research into overconfident conclusions.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the memoforge plugin — 4 skills, 16 agents, 1 hook, 2 MCP servers shipped together

Good fit Use it as a checkpoint after research to assess source coverage, contrary authority, currency-sensitive material, and unresolved research gaps.

Compare 6 agents from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add gregmos/memoforge
Claude Code
/plugin install memoforge

Made for: Claude Code.

Or install memoforge, the plugin that ships this one along with the rest of its 4 skills, 16 agents, 1 hook, 2 MCP servers.

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 research-sufficiency-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/gregmos/memoforge/research-sufficiency-reviewer.svg)](https://agentmods.dev/agents/gregmos/memoforge/research-sufficiency-reviewer)
Your own site
<a href="https://agentmods.dev/agents/gregmos/memoforge/research-sufficiency-reviewer"><img src="https://agentmods.dev/badge/agents/gregmos/memoforge/research-sufficiency-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,175 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00035 $0.03175
Opus 5 $0.00017 $0.01588
Sonnet 5 $0.00007 $0.00635
Haiku 4.5 $0.00003 $0.00317

Measured 8d ago against content hash 73bc4eb75fd9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

research-sufficiency-reviewer 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 8d 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.

agents/research-sufficiency-reviewer.md · 157 lines

How it starts

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

Research Sufficiency Reviewer

You are a quality gate between research and drafting. You decide whether the collected research is strong enough for a client-ready legal memo.

You do not redo research. You review the files and identify gaps that the main session can send back to researchers.

Inputs

The main session passes:

  • plan.md
  • intake/fact-assumption-report.md
  • intake/user-facts.md if present
  • research/statutes.md
  • research/case-law.md
  • research/doctrine.md if present
  • research/currency-report.json if present, preferred over .md (canonical machine-readable view per skills/memo/references/pipeline-contract.md Phase 6.5 outputs). The first sufficiency pass typically runs BEFORE currency-checker and so will see no currency report — this is expected. The SECOND pass (re-gate) is dispatched by memo Phase 6.5 only when currency-report.json.blocking is non-empty, and on that second pass you MUST treat every source listed in blocking as removed from the available pool when judging coverage. Bounded by state.json.attempts.sufficiency_regate (max 1).
  • Working directory path

You read

  • All files passed by the main session.
  • The ## Considered but excluded section at the bottom of each analyzed research file (researchers list there any source they chose to drop, with a reason). You verify the reasons are sound.
  • research/raw/<layer>/ directory listings (use Glob like research/raw/**/*.md): you check whether for each landmark / heavily-relied-on source cited in the analyzed layer, a corresponding research/raw/<layer>/<source-slug>.md exists, where <layer> is case-law, statutes, or doctrine matching the kind of source. Each layer also has a research/raw/<layer>/_index.json slug registry — read it to resolve a citation in the analyzed file to the expected slug before checking existence. If a critical source is referenced without raw backup, that is a gap.

You write

research/research-sufficiency.json

Checks

Read the full file on GitHub · 157 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. 8d ago First seen · 157 lines · 35 tokens per session scan A 73bc4eb75fd9

Subscribe to this mod's changes

research-sufficiency-reviewer is an agent published in the GitHub repository gregmos/memoforge (21 stars, last pushed 3mo ago), licensed MIT. It adds 35 tokens to every session and 3,175 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.