What problem does it solve? ML experiments often produce uninterpretable results because hypotheses, predictions, and analysis plans are decided after seeing the numbers. This Skill enforces pre-registration before launching runs and structured verdicts after, so comparisons actually answer the question they were designed to test. ## Core Features & Use Cases - Pre-Registration: Records the prediction, decision rule, falsifier, analysis path, and search bounds before any training, split into design-phase and method-phase commitments. - Experiment Design: Sizes comparisons from pilot variance (n ≈ 16σ²/Δ²), pairs arms on seeds, checks oracle ceilings, and verifies the regime is not saturated. - Result Verdicts: Classifies outcomes as improve, degrade, noise, broken, or unknown, with explicit exit paths for each, and writes a predicted-versus-observed block to LOG.md. - Use Case: Before launching an ablation sweep, use this Skill to write the hypothesis as a mechanism, size the seed count from pilot variance, and pre-register the decision rule; after the run, get a verdict on whether the effect exceeds noise. ## Quick Start Use the research-run skill to pre-register my ablation comparing the new attention variant against the baseline before I launch the sweep.