From superpowers-ml
Use when turning a rough ML idea into a runnable experiment - define the experiment card (question, hypothesis, baseline, primary metric, budget, cheapest verification rung) before writing training code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-ml:ml-experiment-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
An ML idea is not runnable until it is a CARD. This skill turns a rough idea into a compact, one-screen experiment card — rung R0, the precondition for planning or launching anything. Fill it WITH your human partner; do not write training code until the card is settled.
An ML idea is not runnable until it is a CARD. This skill turns a rough idea into a compact, one-screen experiment card — rung R0, the precondition for planning or launching anything. Fill it WITH your human partner; do not write training code until the card is settled.
Core principle: One change under test, one locked metric, one decision rule. If you cannot state in advance what result would change your mind, you are not ready to run.
Upstream: the idea comes from superpowers-ml:brainstorming.
Downstream: the card drives superpowers-ml:ml-feedback-ladder (how to verify it cheaply) and superpowers-ml:writing-plans (the tasks).
Settle every field. Keep each to a line or two — a card, not a document.
superpowers-ml:ml-feedback-ladder).A variant is ONE change, or you cannot attribute the result — two changes is two experiments. If your human partner wants to vary many things, that is a study: write a card per change, then design a ladder for each.
Question: ...
Hypothesis: changing X will <increase|decrease> <metric> because ...
Baseline: <config / commit>
Variant: <the single change>
Primary metric: <one, locked> Success: <threshold set in advance>
Guardrails: <must-not-regress>
Data / split: <train / val / test> Leakage check: <...>
Seeds: <n, fixed | swept>
Budget: <GPU-hours / wall-clock ceiling>
Start rung: <cheapest useful rung>
Exploratory-only: <what will not count as confirmation>
A card you can fill in five minutes saves a burned cluster job. Write it first.
npx claudepluginhub pengzhangzhi/superpowers-ml --plugin superpowers-mlGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.