agent-browser
Automates browser and Electron app interactions for user-flow validation.
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.
/benchmark-validatorContext 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.
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.
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.
Read:
ledger.
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.
1. **Identify artifacts**
2. **Audit evidence integrity**
optimization experiment `invalid`; for an engineering target, mark the item `passed=false`.
3. **Define adversarial validation plan**
contract's benchmark command.
benchmark scripts, baseline/reference artifacts, public outputs, and visible runtime resources, identify the correctness and performance risk axes this candidate could break.
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.
boundary, and whether timing evidence is needed. Record limitations for risk axes that cannot be tested in the validation environment.
or correctness information to build a meaningful adversarial plan, classify the optimization experiment `invalid` rather than promoting from aggregate speed alone.
4. **Remeasure independently**
assignment or contract.
5. **Run correctness and guardrails**
the contract-required checks.
metric output.
6. **Classify outcome**
target or an engineering/legacy target.
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**
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
Automates browser and Electron app interactions for user-flow validation.
Use when planning or replanning engineering missions that create, change, port, migrate, integrate, or preserve durable codebase behavior across UI, API, CLI,…
Domain playbook for optimization missions — any task whose goal is to move a metric: performance, latency, throughput, memory, cost, score, quality,…
Adversarial scrutiny procedure for engineering validation assignments. Runs hard-gate commands, reviews the current implementation and evidence integrity…
Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background,…