Loading...
Loading...
Help a CS or AI PhD student design hypothesis-driven experiments with baselines, variables, metrics, controls, logging, and stop conditions. Use this skill whenever the user is about to run experiments, compare models, plan an ablation, debug inconclusive results, prepare an experiment section, or wants to avoid changing too many things at once.
npx skill4agent add a-green-hand-jack/phd-skills experiment-design-planner~/phd-log/experiments/YYYY-MM-DD-[short-name].md# Experiment Plan — [Short Name]
## Research question
[Question]
## Hypotheses
- Primary:
- Alternatives:
- Falsification condition:
## Setup
- Dataset:
- Split:
- Baseline:
- Method:
- Metrics:
- Seeds / repeats:
- Compute:
- Environment:
## Variables
| Type | Variable | Value(s) | Notes |
|---|---|---|---|
| Independent | | | |
| Controlled | | | |
| Nuisance | | | |
## Run table
| Run | Change | Expected result | Status | Notes |
|---|---|---|---|---|
## Logging checklist
- [ ] Config saved
- [ ] Code commit recorded
- [ ] Dataset version recorded
- [ ] Seed recorded
- [ ] Metrics saved
- [ ] Failure notes saved
- [ ] Plot/table path saved
## Decision rule
If [condition], then [next step]. If not, [fallback].