From superpowers
Converts approved deep learning experiment designs into concrete multi-step execution plans with code changes, sanity checks, runs, and artifact capture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:experiment-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert an approved experiment design into an execution plan that another researcher could follow without guessing.
Convert an approved experiment design into an execution plan that another researcher could follow without guessing.
Save the plan to docs/experiments/plans/YYYY-MM-DD-<topic>.md.
Start every plan with:
# [Topic] Experiment Plan
**Goal:** [What hypothesis this plan tests]
**Baseline:** [Exact run, config, or checkpoint to compare against]
**Primary Metric:** [Metric and selection rule]
**Budget:** [GPUs, wall-clock, run count]
---
experiment-execution.npx claudepluginhub shunyangliu/superpowers_dlCreates detailed ML experiment implementation plans with atomic subtasks, validation criteria, and revision support. Use before writing code for multi-step ML tasks.
Carries out deep learning experiment plans with isolated worktrees, artifact tracking, and reproducibility checks. Use for implementing experiment scaffolding or running research batches.
Creates a detailed, reproducible research and experiment plan from a validated idea. Steps break goals, data, methods, ablation/sensitivity/robustness tests, significance checks, scheduling, risk, and cost estimates into actionable entries.