What problem does it solve? Research quests need a trustworthy reference system before any comparison work can begin, but baselines are often unverified, stale, broken, or missing entirely. This Skill guides the full lifecycle of attaching, importing, reproducing, or repairing a baseline and verifying its metrics before downstream comparison. ## Core Features & Use Cases - Four baseline routes: Attach an existing reusable baseline, import a baseline package, reproduce from a source paper and repo, or repair a broken baseline line. - Verification and comparability contract: Classify results as verified_match, verified_close, verified_diverged, or broken, and record dataset, split, metric keys, and deviations in a canonical metric_contract.json. - Durable artifacts and gates: Produce PLAN.md, CHECKLIST.md, verification notes, and a confirmed baseline gate via artifact.confirm_baseline before downstream stages proceed. - Use Case: A quest needs to compare a new video codec against NVRC. Use this Skill to reproduce the NVRC baseline with uv-managed environments, run a bounded smoke test, verify reported metrics against the paper, and publish the accepted baseline artifact. ## Quick Start Ask the agent to establish and verify a baseline for the current quest by reproducing the source repo's evaluation path and confirming the baseline gate.