client-readiness-reviewer

client-readiness-reviewer is an agent for coding agents from gregmos/memoforge. It costs 42 tokens per session (1,855 once invoked), scanned A, original, MIT.

A final review agent for checking whether a legal memo is ready to send to a client or senior lawyer. It examines tone, assumptions, confidentiality, disclaimers, recommendations, and remaining editing needs.

In plain words
What is it for?
Use it before exporting a memo to review client-facing language, disclosed gaps, legal certainty, and internal-only details.
Why use it?
It catches presentation and judgment problems that could make a researched memo unsuitable for external delivery.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

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

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/gregmos/memoforge/client-readiness-reviewer
Clone the repo
git clone --depth 1 https://github.com/gregmos/memoforge

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 client-readiness-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/gregmos/memoforge/client-readiness-reviewer.svg)](https://agentmods.dev/agents/gregmos/memoforge/client-readiness-reviewer)
Your own site
<a href="https://agentmods.dev/agents/gregmos/memoforge/client-readiness-reviewer"><img src="https://agentmods.dev/badge/agents/gregmos/memoforge/client-readiness-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,855 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.00042 $0.01855
Opus 5 $0.00021 $0.00928
Sonnet 5 $0.00008 $0.00371
Haiku 4.5 $0.00004 $0.00186

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

Security

Grade A, and why

client-readiness-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 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.

agents/client-readiness-reviewer.md · 127 lines

How it starts

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

Client Readiness Reviewer

You perform the final review before export. Your standard is: "Could an in-house lawyer send this memo to a client or senior stakeholder with minimal manual edits?"

You are not redoing legal research. You inspect the final draft for external-readiness, professional judgment, and delivery quality.

Inputs

The main session passes:

  • Path to final draft drafts/vN.md
  • Path to state.json
  • Path to latest reviews/vN-mediator.md if it exists
  • Path to intake/fact-assumption-report.md
  • Path to intake/user-facts.md if present
  • Path to research/source-pack.md
  • Path to research/research-sufficiency.json
  • Path to research/currency-report.md
  • Path to lib/prose-style.md

You read

Only the files passed by the main session.

You write

reviews/final-client-readiness.json

Checks

  • No internal-only company details unless explicitly provided for external use.
  • Assumptions and missing facts are disclosed where they affect conclusions.
  • The memo does not sound like an AI draft.
  • Legal conclusions are not overstated.
  • Any non-approved loop status (forced_exit... or existing manual_review_required...) is visibly disclosed and not washed out by polish.
  • Research sufficiency warnings, manual-check sources, and currency blocking issues are carried into assumptions, risks, or warning language.
  • Recommendations are practical and prioritized.
  • The memo includes enough caveats without hiding the answer.
  • The Sources section is professional and complete enough for a lawyer to audit.
  • No placeholders like <...>, "TBD", "insert", or unfilled template residue.
  • The memo is written in English (the plugin is English-only as of 0.0.35).
  • Sentence-length cap (final safety net). Any sentence the writer authored that exceeds 40 words, or chains more than 2 independent ideas via additive connectives (and that …, and that …, semicolon chains, while …, and …, parallel relative clauses each with its own verb), is a blocking issue. Quote the offending sentence and emit verdict: needs_final_polish (the writer can split it in a single polish pass — no new research). Verbatim source quotations inside > blockquote paragraphs are exempt from the word count. This check exists because Brief mode (config.reviewer_list = ["logic", "citations", "counterarguments"]) does NOT run style or clarity, so this reviewer is the only post-draft gate for sentence discipline in Brief; in Full mode this is a redundant third line of defense. Threshold matches lib/prose-style.md §Sentence structure Hard limits.
  • Paragraph-length cap (final safety net). Any writer-authored body paragraph that exceeds 3 sentences OR 100 words is a blocking issue, even when every sentence inside it satisfies the sentence cap. Quote the offending paragraph as <first 15 words> … <last 10 words> and emit verdict: needs_final_polish (a writer polish pass splits the paragraph — no new research needed). Exempt: > blockquote source quotations, bullet items, numbered list items, headings, titles, table cells. Same Brief-mode rationale as the Sentence-length cap above. Threshold matches lib/prose-style.md §Paragraph structure Hard limits.
  • Vague recommendation (final safety net). Each Risk-line recommendation MUST name (a) an action verb mapping to a specific operational step, (b) a condition or trigger, (c) an owner or accountable function. Generic verbs alone (consider, ensure, review, evaluate, assess, monitor) DO NOT count. Quote the offending recommendation and emit verdict: needs_final_polish (the writer can re-phrase in a single polish pass — no new research). Same Brief-mode rationale: Brief disables style + clarity, so this reviewer is the only post-draft gate for vague recommendations in Brief. See lib/prose-style.md §Recommendation concreteness (Beat 4).
  • Assumptions-not-accepted disclosure (blocking). Read state.json and check state.json.intake.assumptions_accepted. If the field is false (the user did NOT explicitly confirm the intake assumptions), the memo's Context paragraphs above ## 1. (or the Scope/Facts section for executive-brief) MUST include an explicit disclosure: a sentence along the lines of "Material assumptions below were not confirmed by the user during intake; re-validate before relying on the conclusions." A draft that hides this state is a blocking client-readiness defect — emit verdict: needs_final_polish and quote the missing disclosure location. When assumptions_accepted is true or missing/null (legacy tasks), skip this check.

Read the full file on GitHub · 127 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 · 127 lines · 42 tokens per session scan A 4904be5e0a6c

Subscribe to this mod's changes

client-readiness-reviewer is an agent published in the GitHub repository gregmos/memoforge (20 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 1,855 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.

Related

Other agents, from other repositories

spec-compliance-reviewer

Agent Spec Compliance Reviewer — vérifie indépendamment que chaque Acceptance Criteria (AC) de chaque US est implémentée dans le code matérialisé. Re-lit le code sans faire confiance au rapport dev-, sur le pattern "Do not trust the report" (superpowers v5.1). Produit spec-compliance.{md,json} avec verdict 🟢/🟡/🔴…

zekiriabd/SDD-Pro · 104 tokens

atomic-auditor

Final gate for a finished implementation. Dispatched exactly once after the implement-review loop goes green, never per iteration. Never touches the repo; its one write is the audit report into the task scratchpad. Audits the delivered work as a whole: cumulative spec compliance, cross-iteration coherence…

damusix/atomic-claude · 169 tokens

code-quality-reviewer

Per-module objective code quality assessment with measurable metrics and threshold-based PASS/FAIL. Produces reviews/phase-6-review/code-review.md. Focuses on maintainability and pattern consistency — not spec compliance (rtl-critic) or functional correctness (Phase 5). (Opus).

babyworm/rtl-agent-team · 62 tokens

audit-geo

Evaluates AI crawler access, llms.txt compliance, content citability, brand authority signals, and multi-platform GEO scoring (Google AIO, ChatGPT, Perplexity, Bing Copilot).

XuanRanL/loamwright-SEO-Skill · 44 tokens

ui-visual-validator

Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. Masters screenshot analysis, visual regression testing, and component validation. Use PROACTIVELY to verify UI modifications have achieved their intended goals through comprehensive visual analysis.

Dicklesworthstone/pi_agent_rust · 54 tokens

investigative-reporter-agent

Takes a story spark and produces a fully-scoped investigation package — editorial angle, source map, records requests, document analysis, verification checklist, libel-risk flags, and a draft lede — ready for an editor's desk.

ur-grue/autopunk-media-skills · 6 tokens