ワンクリックで
student-experiment-design
Design experiments with variables, baselines, ablations, resources, and success criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Design experiments with variables, baselines, ablations, resources, and success criteria.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Supervisor overlay for calling, steering, and closing meetings.
Shared handoff protocol for cross-agent requests, artifact transfer, blockers, and escalation.
Shared Research task board protocol for task state, review gates, artifact linkage, and escalation.
Shared group-meeting protocol covering phases, artifact locations, and readiness rules.
Write conference-style paper reviews over full review packets.
Audit rigor, fairness, and missing evidence in paper-review packets.
| name | student-experiment-design |
| description | Design experiments with variables, baselines, ablations, resources, and success criteria. |
Reviewer-facing risks after ## Risks.Translate a research hypothesis into a concrete, executable experiment plan.
{artifact_dir}/{your-name}/experiment_plan_{id}.md# Experiment Plan: {title}
## Hypothesis
{Specific, testable claim}
## Variables
- **Independent**: What we vary (e.g., attention mechanism type)
- **Dependent**: What we measure (e.g., perplexity, latency)
- **Controlled**: What stays fixed (e.g., model size, dataset, training steps)
## Baselines
1. {Baseline method} — why it's relevant
2. ...
## Datasets
| Dataset | Size | Purpose | Source |
|---|---|---|---|
## Metrics
| Metric | Purpose | Expected Direction |
|---|---|---|
## Protocol
1. Step-by-step execution plan
2. ...
## Ablations
What variations to test:
1. ...
## Resource Estimate
- GPU hours: ...
- Storage: ...
- Expected runtime: ...
## Success Criteria
What results would support/refute the hypothesis.
## Risks
What could go wrong and mitigation strategies.
## Reviewer-facing risks
The objections a reviewer is most likely to raise and how the plan addresses them.