From datapowers
Use when you have a written experiment plan to execute end-to-end with reproducibility and tracking checkpoints
How this skill is triggered — by the user, by Claude, or both
Slash command
/datapowers:executing-experiment-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute every task, report when complete.
Load plan, review critically, execute every task, report when complete.
Announce at start: "Using datapowers:executing-experiment-plans to implement the plan."
Prefer subagents: If your harness supports subagents, use datapowers:subagent-driven-experimentation instead — quality is significantly higher.
docs/datapowers/plans/.For each task:
in_progress.datapowers:experiment-tracking.completed only after the verification command's output confirms success.After each phase (data, features, modeling, validation):
datapowers:preventing-data-leakage.After all tasks pass:
datapowers:reproducibility-verification end-to-end in a clean environment.datapowers:writing-model-cards.datapowers:finishing-an-experiment to close out."datapowers:finishing-an-experiment.STOP immediately when:
Ask for clarification — don't guess. Guessing in DS quietly corrupts results.
If a later task reveals an earlier assumption was wrong (e.g., your "stratify" was wrong, your label has leakage), STOP. Go back. Re-run from the first invalidated step. Don't patch downstream.
| Failure | What it usually means | Fix |
|---|---|---|
| Test passes immediately | Test doesn't test what you think | Re-write test, watch it fail first |
| Metric far above baseline | Probably leakage | Re-check splits & feature timing |
| Metric below baseline | Bug or feature is harmful | Inspect, don't tune to mask |
| Cannot reproduce locally | Untracked env or data | Pin both before continuing |
Before claiming the plan complete:
datapowers:writing-experiment-plansdatapowers:subagent-driven-experimentationdatapowers:reproducibility-verification, datapowers:writing-model-cards, datapowers:finishing-an-experimentnpx claudepluginhub creyesp/datapowers --plugin datapowersGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.