From superpowers
Carries out deep learning experiment plans with isolated worktrees, artifact tracking, and reproducibility checks. Use for implementing experiment scaffolding or running research batches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers:experiment-executionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a research plan with tight control over changes, artifacts, and claims.
Run a research plan with tight control over changes, artifacts, and claims.
experiment-worktree to create an
isolated workspace. The worktree skill records start-state metadata (base commit,
branch, clean-tree status) and sets up the DL environment automatically.
If the user declines worktree isolation, record the start state manually:
result-analysis.experiment-closeout to decide
whether code stays or is reverted. If a worktree is active, experiment-closeout
will invoke finishing-experiment-branch to handle the git mechanics.reproducibility-check.npx claudepluginhub shunyangliu/superpowers_dlConverts approved deep learning experiment designs into concrete multi-step execution plans with code changes, sanity checks, runs, and artifact capture.
Creates detailed ML experiment implementation plans with atomic subtasks, validation criteria, and revision support. Use before writing code for multi-step ML tasks.
Runs deep learning experiments autonomously 24/7 using a Leader-Worker architecture with zero-cost GPU monitoring and constant-size memory. Useful for automated hyperparameter tuning and continuous experiment iteration.