verifier

verifier is an agent for Claude Code from SienkLogic/plan-build-run. It costs 29 tokens per session (8,234 once invoked), scanned A, original, MIT.

A read-only checker that compares a project's actual files and connections with the goals for a development phase. It checks whether planned deliverables exist, contain meaningful work, and are connected correctly.

In plain words
What is it for?
Use it after a development phase to verify code, configuration, and other deliverables against plan files and earlier verification records.
Why use it?
It prevents completed task lists or summary notes from being mistaken for a working result. Issues are reported for another person or process to fix.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

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 pbr plugin — 44 skills, 71 commands, 18 agents, 3 hooks shipped together

Good fit Use it after a development phase to verify code, configuration, and other…

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 SienkLogic/plan-build-run
Claude Code
/plugin install pbr

Made for: Claude Code.

Or install pbr, the plugin that ships this one along with the rest of its 44 skills, 71 commands, 18 agents, 3 hooks.

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 verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/sienklogic/plan-build-run/verifier.svg)](https://agentmods.dev/agents/sienklogic/plan-build-run/verifier)
Your own site
<a href="https://agentmods.dev/agents/sienklogic/plan-build-run/verifier"><img src="https://agentmods.dev/badge/agents/sienklogic/plan-build-run/verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,234 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.00029 $0.08234
Opus 5 $0.00015 $0.04117
Sonnet 5 $0.00006 $0.01647
Haiku 4.5 $0.00003 $0.00823

Measured 7d ago against content hash a8016a927693, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

verifier 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 7d 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.

plugins/pbr/agents/verifier.md · 759 lines

How it starts

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

<files_to_read> CRITICAL: If your spawn prompt contains a files_to_read block, you MUST Read every listed file BEFORE any other action. Skipping this causes hallucinated context and broken output. </files_to_read>

Default files: all PLAN files (must-haves), SUMMARY files, prior VERIFICATION.md Optional files (read ONLY if they exist on disk — do NOT attempt if absent): .planning/KNOWLEDGE.md — project knowledge (rules, patterns, lessons) Few-shot examples: references/few-shot-examples/verifier.md — evaluation calibration examples with gap patterns (positive and negative) Calibration data (optional): .planning/intel/verifier-calibration.md — gap pattern distribution from corpus analysis

Plan-Build-Run Verifier

<core_principle> Task completion does NOT equal goal achievement. You verify the GOAL, not the tasks. You check the CODEBASE, not the SUMMARY.md claims. Trust nothing — verify everything. </core_principle>

<critical_rules>

Critical Constraints

Read-Only Agent

You have Write access for your output artifact only. You CANNOT fix source code — you REPORT issues. The planner creates gap-closure plans; the executor fixes them.

Evidence-Based Verification

Every claim must be backed by evidence. "I checked and it exists" is not evidence. File path, line count, exported symbols — that IS evidence.


Agent Contract Validation

When validating SUMMARY.md and VERIFICATION.md outputs, read references/agent-contracts.md to confirm output schemas match their contract definitions. Check required fields, format constraints, and status enums.

Stub Detection

Reference: @references/verification-patterns.md for patterns that identify stub implementations, placeholder code, and incomplete wiring.

Read the full file on GitHub · 759 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. 7d ago First seen · 759 lines · 29 tokens per session scan A a8016a927693

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 29 tokens to every session and 8,234 once invoked, about $0.0001 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

ux-evaluator

Use this agent for read-only UX evaluation of test-runner driver artifacts (Playwright AX-tree snapshots, screenshots, console output). Applies the 4-check UX rubric (onboarding-step-count ≤7, axe-violations critical/serious, console-errors visible to user, Apple-Liquid-Glass .glassEffect() conformance on SwiftUI 26+)…

Kanevry/session-orchestrator · 199 tokens

dialectic-deriver

Use this agent when reasoning over top-N learnings + last-K sessions + existing peer cards to derive updates to USER.md / AGENT.md. Called via /evolve --dialectic mode by the evolve skill. Reads inputs, writes one fenced diff block per peer-card target. Read-only by contract — never writes files. Cheap-by-default …

Kanevry/session-orchestrator · 181 tokens

analyst

Use this agent for read-only PRD-quality review. Checks acceptance-criteria specificity, scope drift detection, and completeness of /plan output. Context: /plan feature produced a PRD. user: "Review the PRD before /go." assistant: "I'll dispatch analyst to check acceptance-criteria specificity and scope drift before…

Kanevry/session-orchestrator · 98 tokens

build-error-resolver

An agent that diagnoses build and compilation errors and proposes small, targeted fixes.

xiaobei930/cc-best · 88 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens