From superpowers
Establishes skill-first discipline for deep learning research: experiment design, execution, debugging, result analysis, and reproducibility checks. Loads relevant research skills before acting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:using-superpowersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
If there is even a small chance a research skill applies, load it before responding or acting.
User instructions still win. Skills define how to work, not what the human wants.
Skills use Claude Code tool names. On other platforms, read:
references/codex-tools.mdreferences/gemini-tools.mdUse process skills before doing work:
paper-to-implementation for a paper idea or reproduction requestexperiment-design before proposing changes to model, loss, data, augmentation, training, or evaluationexperiment-planning once the hypothesis and design are approvedexperiment-worktree to create an isolated workspace before making experiment changesexperiment-execution when carrying out the plan (calls experiment-worktree automatically)training-debugging for NaNs, divergence, OOMs, metric mismatches, or other failuresresult-analysis when runs finish and you need to compare evidenceexperiment-closeout when a run has ended and you must decide whether to keep or revert the code changes (calls finishing-experiment-branch for git cleanup)finishing-experiment-branch to merge, push, pause, or discard an experiment branchreproducibility-check before claiming an improvement or handing results to othersStop and load the relevant skill if you catch yourself thinking:
npx claudepluginhub shunyangliu/superpowers_dl --plugin superpowersCarries out deep learning experiment plans with isolated worktrees, artifact tracking, and reproducibility checks. Use for implementing experiment scaffolding or running research batches.
Orchestrates automated ML research loops: reads protocol, dispatches researcher subagent, runs eval and compliance, manages git state, and accumulates experience across iterations.
Acts as AI/ML research collaborator: searches literature with query variations, analyzes codebases/logs, designs minimal falsification experiments, records predictions, and audits bugs.