What problem does it solve? Research quests often stall or produce untrustworthy results because experiments are run ad hoc, without a defined contract, comparable baseline, or durable records. This Skill turns a selected idea into auditable evidence by enforcing a disciplined run contract, controlled execution, and honest result recording. ## Core Features & Use Cases - Run Contract Definition: Locks the research question, hypotheses, baseline, metrics, stop conditions, and budget in PLAN.md and CHECKLIST.md before any code changes. - Disciplined Execution: Requires bounded smoke tests before long runs, durable logging via bash_exec, structured progress markers, and explicit monitoring cadences. - Durable Evidence Recording: Produces run manifests, metrics files, claim-validation records, and a structured evaluation summary routed through artifact.record_main_experiment. - Use Case: After accepting a baseline and selecting an idea in a machine-learning research quest, use this Skill to implement the minimal change, run a pilot, execute the full training run with monitored logs, and record a verdict of supported, refuted, or inconclusive against the baseline. ## Quick Start Ask the agent to run the main experiment for the currently selected idea against the accepted baseline and record the results.