/benchmark-validator
Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For engineering VAL-* or legacy engineering targets, prove or disprove the required benchmark/performance assertion.
$ npx -y skills add Intelligent-Internet/zenith --skill benchmark-validator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/benchmark-validator
Context preview
The summary Claude sees to decide when to auto-load this skill.
Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For engineering VAL-* or legacy engineering targets, prove or disprove the required benchmark/performance assertion.
SKILL.md
benchmark-validator.SKILL.mdname: benchmark-validator
description: Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For engineering VAL-* or legacy engineering targets, prove or disprove the required benchmark/performance assertion.
Benchmark Validator
Use this skill for a validation assignment targeting exactly one benchmark-related assertion.
For optimization `EXP-*` targets, you are not selecting the winner or optimizing further. You independently decide whether the experiment produced a trustworthy outcome under its contract.
For optimization `EXP-*` targets, act as an adversarial tester for the selected candidate. The contract is the minimum bar, not the whole test plan. Before promotion, define and run a compact but comprehensive validation plan that attacks the candidate's likely correctness and performance failure modes.
For engineering `VAL-*` or legacy engineering targets, do not use optimization outcome semantics. Pass only when the assigned benchmark, performance, correctness, and guardrail behavior required by the assignment and contract is proven with fresh evidence.
Inputs
Read:
- Validation assignment.
- The single assigned benchmark-related contract.
- `AGENTS.md`.
- Experiment ledger path cited by the assignment or contract.
- Candidate artifact/ref/patch/checksum cited by the assignment, contract, or
ledger.
- Measurement protocol, correctness/guardrail commands, protected files, and source/baseline refs cited by the contract.
- For optimization targets, also inspect visible runtime resources read-only
when useful: changed files, benchmark scripts, fixtures, public outputs, baseline/reference artifacts, verifier-adjacent code, logs, and generated artifacts. Do not mutate these resources, copy protected artifacts into a submission, or make submitted code depend on evaluator-only locations.
If the assignment targets more than one benchmark-related assertion, fail the assignment as too broad and request attention.
Procedure
1. **Identify artifacts**
- Parent/baseline ref.
- Candidate ref or patch artifact.
- Benchmark command, run count, aggregation, variance policy.
- Correctness and guardrail commands.
- Protected benchmark/scoring/data/verifier files.
2. **Audit evidence integrity**
- Inspect candidate changes affecting benchmark scripts, scoring, data, fixtures, golden outputs, correctness verifiers, generated expected outputs, seeds, or measurement config.
- If proof is weakened or unapproved metric surfaces changed, classify an
optimization experiment `invalid`; for an engineering target, mark the item `passed=false`.
3. **Define adversarial validation plan**
- For optimization `EXP-*`, do this before remeasurement. Do not only run the
contract's benchmark command.
- From the contract, ledger, changed files, source, available fixtures,
benchmark scripts, baseline/reference artifacts, public outputs, and visible runtime resources, identify the correctness and performance risk axes this candidate could break.
- Build a compact test plan that includes the contract-required checks plus
targeted/adversarial/proxy cases for changed surfaces. Cover important input, data, media, config, size, timing, cache, concurrency, edge, stress, and failure-mode axes when they are relevant to the candidate.
- For each case, state the expected correctness evidence, the failure
boundary, and whether timing evidence is needed. Record limitations for risk axes that cannot be tested in the validation environment.
- If the contract or ledger does not provide enough oracle, candidate binding,
or correctness information to build a meaningful adversarial plan, classify the optimization experiment `invalid` rather than promoting from aggregate speed alone.
4. **Remeasure independently**
- Reconstruct parent and candidate states using the method assigned by the
assignment or contract.
- Avoid destructive operations on the shared workspace.
- Run parent and candidate under the declared protocol.
- Capture raw outputs, aggregate values, spread/noise, environment, and deviations.
5. **Run correctness and guardrails**
- Required correctness/quality/compatibility/safety checks must run before objective metric comparison can promote a candidate.
- For optimization `EXP-*`, run the adversarial validation plan as well as
the contract-required checks.
- Record per-case correctness and speed evidence before relying on aggregate
metric output.
- Failed checks make the candidate `rejected`, not promoted.
- Missing, stale, skipped, or un-runnable checks make the experiment `invalid`.
6. **Classify outcome**
- First determine whether the assigned target is an optimization `EXP-*`
target or an engineering/legacy target.
- `promoted`: credible integrity, setup complete, correctness/guardrails pass, metric meets promotion rule.
- `rejected`: credible integrity and setup, but correctness/guardrails fail or metric does not win.
- `budget_exhausted`: declared budget prevented completion and the contract allows that honest outcome.
- `invalid`: missing ledger/ref/checks, broken candidate binding, compromised evidence, or unverifiable setup.
For optimization `EXP-*` targets, use `passed=true` for `promoted`, `rejected`, or legitimate `budget_exhausted`; use `passed=false` for `invalid`.
For engineering `VAL-*` or legacy engineering targets, use normal validation semantics: `passed=true` only when the assigned benchmark/performance assertion and required guardrails pass with fresh evidence. A rejected candidate, failed guardrail, missing evidence, or budget-exhausted result is `passed=false` unless the contract explicitly defines that outcome as the required behavior.
7. **Write regression ledger only for invalid**
- If `passed=false`, w
Read more
name: benchmark-validator description: Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For engineering VAL-* or legacy engineering targets, prove or disprove the required benchmark/performance assertion.
Benchmark Validator
Use this skill for a validation assignment targeting exactly one benchmark-related assertion.
For optimization `EXP-*` targets, you are not selecting the winner or optimizing further. You independently decide whether the experiment produced a trustworthy outcome under its contract.
For optimization `EXP-*` targets, act as an adversarial tester for the selected candidate. The contract is the minimum bar, not the whole test plan. Before promotion, define and run a compact but comprehensive validation plan that attacks the candidate's likely correctness and performance failure modes.
For engineering `VAL-*` or legacy engineering targets, do not use optimization outcome semantics. Pass only when the assigned benchmark, performance, correctness, and guardrail behavior required by the assignment and contract is proven with fresh evidence.
Inputs
Read:
- Validation assignment.
- The single assigned benchmark-related contract.
- `AGENTS.md`.
- Experiment ledger path cited by the assignment or contract.
- Candidate artifact/ref/patch/checksum cited by the assignment, contract, or
ledger.
- Measurement protocol, correctness/guardrail commands, protected files, and source/baseline refs cited by the contract.
- For optimization targets, also inspect visible runtime resources read-only
when useful: changed files, benchmark scripts, fixtures, public outputs, baseline/reference artifacts, verifier-adjacent code, logs, and generated artifacts. Do not mutate these resources, copy protected artifacts into a submission, or make submitted code depend on evaluator-only locations.
If the assignment targets more than one benchmark-related assertion, fail the assignment as too broad and request attention.
Procedure
1. **Identify artifacts**
- Parent/baseline ref.
- Candidate ref or patch artifact.
- Benchmark command, run count, aggregation, variance policy.
- Correctness and guardrail commands.
- Protected benchmark/scoring/data/verifier files.
2. **Audit evidence integrity**
- Inspect candidate changes affecting benchmark scripts, scoring, data, fixtures, golden outputs, correctness verifiers, generated expected outputs, seeds, or measurement config.
- If proof is weakened or unapproved metric surfaces changed, classify an
optimization experiment `invalid`; for an engineering target, mark the item `passed=false`.
3. **Define adversarial validation plan**
- For optimization `EXP-*`, do this before remeasurement. Do not only run the
contract's benchmark command.
- From the contract, ledger, changed files, source, available fixtures,
benchmark scripts, baseline/reference artifacts, public outputs, and visible runtime resources, identify the correctness and performance risk axes this candidate could break.
- Build a compact test plan that includes the contract-required checks plus
targeted/adversarial/proxy cases for changed surfaces. Cover important input, data, media, config, size, timing, cache, concurrency, edge, stress, and failure-mode axes when they are relevant to the candidate.
- For each case, state the expected correctness evidence, the failure
boundary, and whether timing evidence is needed. Record limitations for risk axes that cannot be tested in the validation environment.
- If the contract or ledger does not provide enough oracle, candidate binding,
or correctness information to build a meaningful adversarial plan, classify the optimization experiment `invalid` rather than promoting from aggregate speed alone.
4. **Remeasure independently**
- Reconstruct parent and candidate states using the method assigned by the
assignment or contract.
- Avoid destructive operations on the shared workspace.
- Run parent and candidate under the declared protocol.
- Capture raw outputs, aggregate values, spread/noise, environment, and deviations.
5. **Run correctness and guardrails**
- Required correctness/quality/compatibility/safety checks must run before objective metric comparison can promote a candidate.
- For optimization `EXP-*`, run the adversarial validation plan as well as
the contract-required checks.
- Record per-case correctness and speed evidence before relying on aggregate
metric output.
- Failed checks make the candidate `rejected`, not promoted.
- Missing, stale, skipped, or un-runnable checks make the experiment `invalid`.
6. **Classify outcome**
- First determine whether the assigned target is an optimization `EXP-*`
target or an engineering/legacy target.
- `promoted`: credible integrity, setup complete, correctness/guardrails pass, metric meets promotion rule.
- `rejected`: credible integrity and setup, but correctness/guardrails fail or metric does not win.
- `budget_exhausted`: declared budget prevented completion and the contract allows that honest outcome.
- `invalid`: missing ledger/ref/checks, broken candidate binding, compromised evidence, or unverifiable setup.
For optimization `EXP-*` targets, use `passed=true` for `promoted`, `rejected`, or legitimate `budget_exhausted`; use `passed=false` for `invalid`.
For engineering `VAL-*` or legacy engineering targets, use normal validation semantics: `passed=true` only when the assigned benchmark/performance assertion and required guardrails pass with fresh evidence. A rejected candidate, failed guardrail, missing evidence, or budget-exhausted result is `passed=false` unless the contract explicitly defines that outcome as the required behavior.
7. **Write regression ledger only for invalid**
- If `passed=false`, w
Zenith is an agent harness for work that may run for days or weeks, where the dominant failure mode is premature completion rather than inability to make progress.
Repo: Intelligent-Internet/zenith
Other skills on zenith.
- /agent-browser
Automates browser and Electron app interactions for user-flow validation.
Open skill - /engineering-mission-playbook
Use when planning or replanning engineering missions that create, change, port, migrate, integrate, or preserve durable codebase behavior across UI, API, CLI, background jobs, data/migrations, libraries, or operator workflows. Defines investigation, scope inventory, coherent
Open skill - /optimization-mission-playbook
Domain playbook for optimization missions — any task whose goal is to move a metric: performance, latency, throughput, memory, cost, score, quality, compression, ranking, solver, model/eval, and similar metric-improvement work. Defines how to think about and run an optimization
Open skill - /scrutiny-validator
Adversarial scrutiny procedure for engineering validation assignments. Runs hard-gate commands, reviews the current implementation and evidence integrity against assigned contracts, can use feature-reviewer lanes, and returns per-target verdicts.
Open skill - /user-testing-validator
Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background, generated-artifact, migration/data, public-library, or parity surfaces and returns per-target verdicts with fresh evidence.
Open skill

