agent-browser
Automates browser and Electron app interactions for user-flow validation.
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.
$ npx -y skills add Intelligent-Internet/zenith --skill scrutiny-validator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scrutiny-validatorContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: scrutiny-validator description: 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.
Use this skill when the validation assignment asks for implementation scrutiny, hard-gate command review, evidence-integrity audit, or source review for engineering targets.
Scrutiny is not a substitute for real user/caller/operator surface validation. Use `user-testing-validator` or another surface-specific validator when the contract requires behavior through a real interface.
Read:
and any assignment-level setup or dependency notes.
`Behavior`, `Evidence`, and optional `Fail`, `Oracle`, or `Scope`, but accept equivalent headings such as `Statement` for behavior, `Evidence Floor` for required evidence, and `Non-Goals` or `Notes` for boundaries.
validator reports. Treat reports as claims, not proof.
changes, and worker reports from prior attempts as useful leads when present, not as required inputs or proof.
ledgers cited by assignment, contract, prior attempts, or skill.
1. **Establish scope**
evidence surfaces being scrutinized.
prerequisites, oracle, failure conditions, and scope boundaries. Accept equivalent headings such as `Statement`, `Evidence Floor`, `Non-Goals`, and `Notes` when they provide the same meaning.
assertion and validation assignment, mark the target unverifiable.
implementation or evidence surfaces. Do not assume prerequisites, setup, fixtures, services, source baselines, or accepted decisions that are not present.
2. **Run hard-gate commands**
output is too large or important for the report alone.
logs, focused outputs, generated-output diffs, fixture/golden review notes, or source-baseline comparison notes.
3. **Review implementation**
required evidence, and any fail, oracle, scope, non-goal, or notes constraints, and accounts for every relevant prerequisite.
4. **Review evidence integrity**
verifier code, golden files, generated expected outputs, source baselines, data files, and cited evidence artifacts when they are allowed and relevant.
internals, hidden tests, holdout labels, forbidden baseline paths, or other off-limits surfaces; use allowed public artifacts and report unverifiable proof gaps instead.
required evidence owned by this validation task means `passed=false`.
pass it through scrutiny alone unless the validation assignment explicitly scopes this run as the scrutiny lane and names a sibling validator that owns the real-surface evidence.
5. **Use feature-reviewer lanes when useful**
`feature-reviewer` with one bounded review question, assigned target ids, contract paths or bodies, relevant current-checkout files or surfaces, relevant evidence artifacts or command output, claimed changes or prior reports as leads when useful, allowed commands/probes/evidence-write locations, off-limits surfaces, and expected output shape.
6. **Write regression ledger entries**
`<regressions_dir>/<item_id>.md` with the failing command, review finding, observation, unmet `Needs`, missing `Evidence`, artifact paths, and reproduction details.
7. **Return verdicts**
passes, relevant contract prerequisites are accounted for, scrutiny evidence artifacts are collected, and no integrity or responsibility-drift issue blocks the target.
the sibling validator that owns it. Do not claim scrutiny alone proves the full target.
B
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.
Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For…
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,…
Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background,…