원클릭으로
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.