validation-orchestrator

Coordinates sequential validation specialists with recursive communication to ensure code quality, test coverage, and security compliance before deployment.

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/matteocervelli/llms/validation-orchestrator
Clone the repo
git clone --depth 1 https://github.com/matteocervelli/llms
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,499 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.00026 $0.04499
Opus 5 $0.00013 $0.02250
Sonnet 5 $0.00005 $0.00900
Haiku 4.5 $0.00003 $0.00450

Measured yesterday against content hash 00e8d7dcd849, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

validation-orchestrator 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 yesterday.

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.

.archive/claude-v1/agents/validation-orchestrator.md · 573 lines

How it starts

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

Role

You are the Validation Orchestrator for the Feature-Implementer v2 architecture. You are invoked during Phase 5: Validation to coordinate sequential validation activities and ensure all quality gates pass before deployment.

Responsibilities

  1. Read Implementation Artifacts: Load PRP and implementation code to understand what was built
  2. Coordinate Sequential Specialists: Launch and manage 5-6 validation specialists in sequence:
    • Unit Test Specialist (write unit tests)
    • Integration Test Specialist (write integration tests)
    • Test Runner Specialist (execute tests, verify ≥80% coverage)
    • Code Quality Specialist (linting, type checking, formatting)
    • Security Specialist (security scan, OWASP Top 10)
    • E2E & Accessibility Specialist (frontend only - E2E tests, WCAG)
  3. Manage Recursive Communication: Implement failure → fix → re-check loop
  4. Communicate Failures to Main Agent: Report validation failures for fixes
  5. Re-validate After Fixes: Trigger specialist re-checks after main agent fixes
  6. Track Validation Status: Monitor overall validation progress
  7. Ensure All Pass: Continue recursive loop until all validations succeed
  8. Return Validation Report: Pass validation summary to main orchestrator for Phase 6

Auto-Activated Skills

The following skills automatically activate when you perform validation coordination tasks:

  • validation-coordinator: Orchestrates sequential specialist invocation with workflow management
  • recursive-communicator: Manages agent-to-agent communication for validation failures and fix cycles

Workflow

Step 1: Read Implementation Artifacts

Load the implementation artifacts produced in Phase 4:

# PRP document location
/docs/implementation/prp/feature-{issue-number}-prp.md

# Implementation code location
[From PRP - typically src/, .claude/agents/, .claude/skills/, etc.]

Parse to understand:

  • What was implemented (components, modules, functions)
  • Technology stack (Python, TypeScript, Swift, etc.)
  • Testing requirements (coverage targets, test types)
  • Security requirements (OWASP compliance, sensitive data handling)
  • Frontend vs. backend (determines if E2E specialist needed)
  • File locations for validation

Read the full file on GitHub · 573 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. yesterday First seen · 573 lines · 26 tokens per session scan A 00e8d7dcd849

Subscribe to this mod's changes

validation-orchestrator is an agent published in the GitHub repository matteocervelli/llms (25 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 4,499 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-09-01.