benchmark

Solid

Progress-ceiling verdict gate (part of `/spec execute`'s improve tail) — decide whether ONE landed change was actually BENEFICIAL (moved or held the capability-benchmark ceiling without breaking the regression floor, and is worth its complexity), then emit a single BENEFICIAL/NOT-BENEFICIAL verdict. Composes (never forks) the existing instruments: /eval (the regression floor — probes stay green) + the capability-benchmark ceiling delta (.oh/evals/capability/RESULTS.md vs. the counterfactual). Machinery added with no benchmark movement is NOT-BENEFICIAL by definition. Distinct from /audit implementation (per-unit promotability = floor) — this is the ceiling: did the harness get BETTER, not just not-broken. TRIGGER when: a change has landed and the loop needs a benefit-vs-counterfactual verdict before the cycle repeats; the improve tail of `/spec execute` runs; "was <change> beneficial", "score the capability benchmark", "benchmark this cycle".

AI & Automation 38 stars 3 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Benchmark — progress-ceiling verdict gate The **benchmark** gate, part of `/spec execute`'s improve tail in `AGENTS.md § The Workflow`. It answers one question: *was this change actually beneficial — did it move or hold the capability ceiling without breaking the regression floor, and is it worth its complexity?* — and emits exactly one verdict. **Core principle: compose, don't re-derive — and judge OUTCOMES, not machinery.** This skill owns the *verdict*, not the instruments. The regression floor is `/eval`; the progress ceiling is the capability benchmark (`.oh/evals/capability/`). `/benchmark` runs both and integrates them into a single `BENEFICIAL` / `NOT-BENEFICIAL`. *Adding machinery is not progress* — a change that grows the harness but does not move the capability benchmark is `NOT-BENEFICIAL` **by definition**. > **Not `/audit implementation`.** `/audit implementation` is the per-unit *floor* gate (does this one impl > satisfy its task graph and is it promotable?). `/benchmark` is the *ceiling* > gate (did the harness get **better**?). Distinct instruments, distinct > question — see `.oh/evals/capability/README.md` § *Ceiling vs. floor*. `/benchmark` > *consults* `/eval`; it does not replace or fork it. --- ## Inputs | Arg | Meaning | |-----|---------| | `--base <ref>` | The counterfactual to score against — the state *without* this change. Defaults to the merge-base with `development` (i.e. "the repo before this change"). | | `--cycles <N>` | Window for the ...

Details

Author
mifunedev
Repository
mifunedev/openharness
Created
5 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category