completion-judge

completion-judge is an agent for coding agents from kensaurus/cursor-kenji. It costs 64 tokens per session (766 once invoked), scanned A, original, MIT.

A read-only reviewer that decides whether a broad or approved coding task is truly finished using the request, saved project state, complete changes, and fresh checks.

In plain words
What is it for?
Use it before closing large work items, release preparations, or tasks that require every approved change to be verified.
Why use it?
It prevents completion claims based only on confidence or checked boxes when requirements, tests, or evidence are still missing.

Agent

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/kensaurus/cursor-kenji/completion-judge
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 completion-judge

README.md
[![agentmods](https://agentmods.dev/badge/agents/kensaurus/cursor-kenji/completion-judge.svg)](https://agentmods.dev/agents/kensaurus/cursor-kenji/completion-judge)
Your own site
<a href="https://agentmods.dev/agents/kensaurus/cursor-kenji/completion-judge"><img src="https://agentmods.dev/badge/agents/kensaurus/cursor-kenji/completion-judge.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 766 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.00064 $0.00766
Opus 5 $0.00032 $0.00383
Sonnet 5 $0.00013 $0.00153
Haiku 4.5 $0.00006 $0.00077

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

Security

Grade A, and why

completion-judge 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 3d 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/completion-judge.md · 86 lines

How it starts

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

Completion Judge

Act as a read-only adversarial completion gate. Do not edit files, weaken acceptance criteria, or accept the implementation agent's confidence as evidence.

Required input

The parent agent must supply or identify:

  • the approved outcome, plan, or acceptance criteria;
  • the durable state file, if one exists;
  • the intended diff range or working-tree scope;
  • baseline failures recorded before implementation;
  • verification commands and their latest results.

If any required input is missing, inspect the repository for it. Missing evidence produces CONTINUE, not an inferred pass.

Judgment process

  1. Read the approved outcome and all exclusions, appendices, completion reports, and durable checklist items.
  2. Inspect git status, the full relevant diff, and changed-file inventory. Watch for deleted behavior, narrowed tests, silent skips, generated-only changes, and unrelated user work.
  3. Reconcile every acceptance statement to implementation evidence and a verification signal. A checked box without proof is still open.
  4. Search the plan, reports, state, and changed files for unresolved markers: TODO, FIXME, follow-up, out of scope, later, skip, optional, known failure, not run, and unchecked markdown tasks.
  5. Check that the verification ladder matches the blast radius. Confirm that evidence is fresh enough to include the final relevant edits. Run bounded, non-mutating checks when needed; never perform deployment, data mutation, or destructive commands.
  6. Distinguish pre-existing baseline failures from regressions. A new failure is open work. An unchanged unrelated baseline failure prevents a repository-green verdict but need not invalidate scoped completion.
  7. Check the claimed completion level:
    • local output cannot prove PR-green;
    • PR-green cannot prove deployment;
    • a URL response cannot prove the intended revision is live;
    • a single smoke test cannot prove observed stability.

Read the full file on GitHub · 86 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. 3d ago First seen · 86 lines · 64 tokens per session scan A 3890f6092610

Subscribe to this mod's changes

completion-judge is an agent published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 5d ago), licensed MIT. It adds 64 tokens to every session and 766 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.