From superpowers
Systematic approach to debugging ML training failures: divergence, NaNs, memory issues, inconsistent metrics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:training-debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat model failures like research incidents: isolate, measure, and prove the root cause before changing multiple things.
Treat model failures like research incidents: isolate, measure, and prove the root cause before changing multiple things.
Reduce the problem:
Classify the issue before fixing it:
Read references/failure-patterns.md when you need concrete probes.
reproducibility-check before saying the issue is fixed.npx claudepluginhub shunyangliu/superpowers_dl --plugin superpowersSystematically diagnoses ML training failures: convergence issues, anomalous behavior, and performance bottlenecks. Uses structured evidence gathering before proposing fixes.
Diagnoses ML/AI failures like OOM, NaN, divergence, crashes, bad throughput, wrong outputs, and dependency conflicts using grounded framework docs and citations.
Diagnoses failing ML experiments by probing system state, GPU stats, logs, and checkpoints before forming hypotheses. Enforces evidence-before-action protocol.