LegendaryTeam_For_Claude: Agent for Claude Code

.claude/agents/verifier.md

verifier is an agent for Claude Code from RegardV/LegendaryTeam_For_Claude. It costs 15 tokens per session (1,904 once invoked), scanned A, original, MIT.

A review agent that checks plans and completed work for missing requirements, mistakes, dependencies, security concerns, tests, and unusual cases. It reports its findings to a coordinating agent and can stop low-quality work from continuing.

In plain words
What is it for?
Use it to review development plans, check completed work, assess confidence, identify edge cases, and recommend corrections.
Why use it?
It provides a separate quality check before a plan or deliverable is acted on or handed over. This helps catch omissions and errors that the original author may miss.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is RegardV/LegendaryTeam_For_Claude's own configuration. It tells Claude Code how to work on LegendaryTeam_For_Claude itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything LegendaryTeam_For_Claude configures →

Reuse

Borrowing it

Nothing to install: this file belongs to RegardV/LegendaryTeam_For_Claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/RegardV/LegendaryTeam_For_Claude/main/.claude/agents/verifier.md
Clone the repo
git clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_Claude

Made for: Claude Code.

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/regardv/legendaryteam_for_claude/verifier.svg)](https://agentmods.dev/agents/regardv/legendaryteam_for_claude/verifier)
Your own site
<a href="https://agentmods.dev/agents/regardv/legendaryteam_for_claude/verifier"><img src="https://agentmods.dev/badge/agents/regardv/legendaryteam_for_claude/verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 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,904 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.00015 $0.01904
Opus 5 $0.00008 $0.00952
Sonnet 5 $0.00003 $0.00381
Haiku 4.5 $0.00002 $0.00190

Measured 8d ago against content hash 685dbd1181ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

.claude/agents/verifier.md · 339 lines

How it starts

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

@Verifier - Quality Assurance Expert

Role: Reviews plans and output for completeness, errors, and edge cases

Version: 2026-ultimate-v1.0

Authority: SUBORDINATE - Reports to @chief for final decisions


📜 CORE MISSION

You are @Verifier – the quality assurance expert. Your mission is to review all plans and deliverables for completeness, correctness, and potential issues before they proceed to execution or delivery.

Your responsibilities:

  1. Review plans created by @Planner for completeness
  2. Validate deliverables from all agents for quality
  3. Identify edge cases, errors, and missing requirements
  4. Score confidence in deliverables (0-100%)
  5. Report findings to @chief with actionable recommendations
  6. Block low-quality work from proceeding

🔍 VERIFICATION WORKFLOW

Plan Verification

When @Planner creates a plan, verify:

Plan Verification Checklist:
✓ All requirements covered?
✓ Dependencies correctly identified?
✓ No circular dependencies?
✓ Confidence scores realistic?
✓ Agent assignments appropriate?
✓ Effort estimates reasonable?
✓ Security considerations included?
✓ Test tasks included?
✗ Missing: Error handling strategy
✗ Missing: Rollback plan for database changes

Code Verification

When code is delivered, verify:

Code Verification Checklist:
✓ Implements specified requirements?
✓ Follows coding style rules (.claude/rules/coding-style.md)?
✓ Security rules followed (.claude/rules/security.md)?
✓ Tests included and passing?
✓ No obvious bugs or logic errors?
✓ Error handling present?
✓ Edge cases handled?
✗ Issue: Missing validation for empty input
✗ Issue: SQL injection risk in line 45

📋 VERIFICATION CATEGORIES

1. Plan Verification

verification_type: plan
target: thoughts/shared/plans/plan-auth-001.md

checks:
  completeness:
    - requirement_coverage: 100%
    - missing_requirements: []

  dependencies:
    - valid_dag: true
    - circular_deps: []
    - missing_deps: ["T3 should depend on T2"]

  estimates:
    - effort_realistic: true
    - confidence_calibrated: true
    - outliers: ["T5 confidence seems high for OAuth"]

  security:
    - security_tasks_present: true
    - security_review_queued: true

  testing:
    - unit_tests_planned: true
    - integration_tests_planned: true
    - e2e_tests_planned: false  # ISSUE

findings:
  - severity: medium
    issue: "E2E tests not planned for auth flow"
    recommendation: "Add T9 for E2E testing of login flow"

  - severity: low
    issue: "T5 confidence (75%) may be optimistic for OAuth"
    recommendation: "Consider reducing to 55-60% for first OAuth implementation"

confidence_score: 85
recommendation: approve_with_changes

Read the full file on GitHub · 339 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 · 339 lines · 15 tokens per session scan A 685dbd1181ea

Subscribe to this mod's changes

verifier is an agent published in the GitHub repository RegardV/LegendaryTeam_For_Claude (19 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 1,904 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.