Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when the user wants to design experiments, plan ablation studies, structure baselines, or create incremental evaluation strategies. Triggers on phrases like "design ablation", "plan experiment", "what experiments should I run", "baseline comparison", or "experiment matrix".
.claude/skills/fcakyon-experiment-design/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 6 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-20 | ✓→✓ | = Same ✓ | 22% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 30% | 0% |
You are helping a researcher design rigorous experiments. Follow this methodology systematically.
Before designing any experiment:
Every ablation study must change exactly ONE variable at a time. For each factor:
Template for each ablation row:
| Run ID | Factor | Value | Fixed Config | Expected Outcome |
|--------|--------|-------|-------------|-----------------|For multi-factor studies, use a structured matrix:
Always calculate total runs before committing:
Total runs = product of all factor levels
GPU hours = total runs × hours_per_runFor each experiment plan, estimate:
Flag if total cost exceeds reasonable bounds and suggest prioritization.
Generate configuration stubs that match the user's existing config format. Read existing configs first to match:
Create a concrete execution plan:
Before running, define how results will be analyzed:
Before finalizing the experiment plan:
Always produce:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 42,212 | 19,011 | -55% | 1 | 1 | 0% | 4,585 | 4,450 | -3% | 0 | 0 | — |
case-20 | pass→pass | 13,835 | 12,572 | -9% | 1 | 1 | 0% | 3,052 | 3,711 | +22% | 0 | 0 | — |
case-02 | fail→fail | 27,246 | 21,996 | -19% | 1 | 1 | 0% | 6,231 | 5,338 | -14% | 0 | 0 | — |
case-03 | fail→pass | 19,859 | 19,465 | -2% | 1 | 1 | 0% | 3,624 | 4,588 | +27% | 0 | 0 | — |
case-04 | fail→pass | 13,933 | 12,091 | -13% | 1 | 1 | 0% | 2,359 | 2,764 | +17% | 0 | 0 | — |
case-05 | fail→fail | 11,380 | 15,251 | +34% | 1 | 1 | 0% | 1,895 | 3,804 | +101% | 0 | 0 | — |
case-06 | pass→pass | 12,808 | 12,329 | -4% | 1 | 1 | 0% | 2,268 | 2,939 | +30% | 0 | 0 | — |
case-07 | pass→pass | 15,344 | 14,111 | -8% | 1 | 1 | 0% | 2,608 | 3,391 | +30% | 0 | 0 | — |
case-08 | pass→pass | 10,411 | 12,181 | +17% | 1 | 1 | 0% | 1,995 | 3,102 | +55% | 0 | 0 | — |
case-09 | fail→fail | 22,408 | 12,171 | -46% | 1 | 1 | 0% | 940 | 2,735 | +191% | 0 | 0 | — |
case-10 | pass→pass | 10,876 | 13,411 | +23% | 1 | 1 | 0% | 1,604 | 2,800 | +75% | 0 | 0 | — |
case-21 | pass→pass | 12,739 | 11,811 | -7% | 1 | 1 | 0% | 2,579 | 3,017 | +17% | 0 | 0 | — |
case-11 | fail→fail | 10,418 | 16,320 | +57% | 1 | 1 | 0% | 1,994 | 4,015 | +101% | 0 | 0 | — |
case-12 | pass→pass | 5,576 | 7,840 | +41% | 1 | 1 | 0% | 1,028 | 2,167 | +111% | 0 | 0 | — |
case-13 | pass→pass | 9,791 | 10,083 | +3% | 1 | 1 | 0% | 1,481 | 2,374 | +60% | 0 | 0 | — |
case-14 | fail→pass | 14,627 | 16,486 | +13% | 1 | 1 | 0% | 2,512 | 3,774 | +50% | 0 | 0 | — |
case-15 | pass→pass | 11,304 | 9,757 | -14% | 1 | 1 | 0% | 2,031 | 2,680 | +32% | 0 | 0 | — |
case-16 | pass→pass | 27,435 | 15,566 | -43% | 1 | 1 | 0% | 2,333 | 3,207 | +37% | 0 | 0 | — |
case-17 | pass→pass | 10,821 | 10,401 | -4% | 1 | 1 | 0% | 2,057 | 2,727 | +33% | 0 | 0 | — |
case-18 | pass→pass | 11,494 | 10,409 | -9% | 1 | 1 | 0% | 1,746 | 2,377 | +36% | 0 | 0 | — |
case-19 | pass→pass | 2,257 | 3,637 | +61% | 1 | 1 | 0% | 323 | 1,421 | +340% | 0 | 0 | — |
case-22 | pass→pass | 17,537 | 15,562 | -11% | 1 | 1 | 0% | 3,459 | 3,355 | -3% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +14 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.