ワンクリックで
student-run-experiment
Execute experiments reproducibly and publish usable results instead of private logs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute experiments reproducibly and publish usable results instead of private logs.
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-run-experiment |
| description | Execute experiments reproducibly and publish usable results instead of private logs. |
Execute an experiment according to a published experiment plan, ensuring reproducibility and proper logging.
{artifact_dir}/{student}/experiment_plan_{id}.mdworkspace/{artifact_dir}/{your-name}/experiment_results_{id}.md{artifact_dir}/{your-name}/support/{id}/bash ../../scripts/lab-kanban.sh -caller <your-name> -submit -id <ID> -artifacts "..."Before running, verify:
requirements.txt or environment.yml)# Experiment Results: {title}
## Setup
- **Plan**: {artifact_dir}/{student}/experiment_plan_{id}.md
- **Code snapshot**: {artifact_dir}/{your-name}/support/{id}/code/
- **Environment**: Python X.Y, PyTorch X.Y, CUDA X.Y
- **Hardware**: GPU type, count
- **Seeds**: [42, 123, 456]
- **Git hash**: ...
## Results
### Main Results
| Method | Metric1 | Metric2 | Metric3 |
|---|---|---|---|
### Ablation Results
| Variant | Metric1 | Metric2 |
|---|---|---|
## Analysis
Key observations and interpretation.
## Figures
- `figures/main_comparison.png`
- `figures/ablation.png`
## Logs
- `{artifact_dir}/{your-name}/support/{id}/run_001.log`
## Issues
Any problems encountered during execution.
question