experiment-design

Plan ML experiment designs into runnable plans with baselines and ablations.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/EmaRimoldi/Claude-scholar-extended --skill experiment-design-emarimoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-design
Source: https://github.com/EmaRimoldi/Claude-scholar-extended/tree/main/skills/experiment-design
Command: npx skills add https://github.com/EmaRimoldi/Claude-scholar-extended --skill experiment-design-emarimoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Pre-experiment planning that translates hypotheses into concrete, executable experiment plans, including baselines, ablations, sample size, resource estimation, and execution ordering.

Core Features & Use Cases

  • Baseline Selection: choose and justify comparison baselines (trivial, standard, SOTA, ablation).
  • Ablation Planning: design component-level ablations to test claims and interactions.
  • Dataset Representativeness: ensure datasets cover categories with sufficient diversity.
  • Motivation-Metric Alignment: ensure efficiency or other claimed benefits are measured.
  • Sample Size & Seeds: plan seeds, folds, and statistical considerations.
  • Resource Estimation: estimate GPU-hours, storage, and wall time.
  • Execution Ordering: plan quick validation first, then core experiments, then ablations.
  • Compute Requirements: document hardware and time estimates.
  • Expected Results: predefine expected outcomes and interpretation.

Quick Start

Design an end-to-end experiment plan from hypotheses, including baselines, ablations, and resource estimates.

Frequently Asked Questions about experiment-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan ML experiments with baselines and ablations?

Plan ML experiments by translating hypotheses into concrete runbooks that define comparison baselines, component-level ablations, datasets, splits, seeds, metrics, and compute budgets. This generates a structured experiment plan and state file for rigorous execution.

What is the best way to estimate compute budgets and GPU hours for machine learning experiments?

Estimate compute budgets by documenting hardware requirements, GPU-hours, storage, and wall time estimates during pre-experiment planning. This ensures resource availability before execution and outputs structured resource estimates alongside ablation plans.

How do I design an ablation study to test component interactions?

Design ablation studies by planning component-level removals to test specific claims and interactions within your model. The experiment design process structures these ablations alongside baselines and metrics to validate hypotheses rigorously.

Can I plan execution ordering for quick validations before full-scale hypothesis testing?

Yes, plan execution ordering by scheduling quick validations first, then core experiments, followed by ablations. This staged approach optimizes compute usage and validates assumptions before committing to full-scale hypothesis testing.

How do I ensure dataset representativeness and motivation-metric alignment in experiment design?

Ensure dataset representativeness by verifying coverage across categories with sufficient diversity, and align metrics with motivation by confirming efficiency or claimed benefits are explicitly measured in the experiment plan.

What sample sizes and seeds do I need for statistical validity in ML experiments?

Determine sample sizes and seeds by planning statistical considerations including random seeds, cross-validation folds, and sample size calculations. This ensures reproducible and statistically valid results across all experiment runs.