What problem does it solve?
It turns a written experiment plan into working, review-checked code and initial deployed results, so you can start validating ideas quickly instead of getting stuck assembling training/evaluation pipelines by hand.
Core Features & Use Cases
- Plan-to-code implementation: Reads EXPERIMENT_PLAN.md (and related logs/proposal) to implement training and evaluation exactly as specified.
- Pre-deploy safety review: Optionally runs a cross-model code review to catch correctness issues and metric-ground-truth mistakes before GPU deployment.
- Sanity-first and staged deployment: Runs a small sanity experiment first, then deploys the full milestone sequence with checkpointing and result collection.
- Initial results handoff: Updates experiment trackers/logs and prepares the next step for automated review loop iterations.
Quick Start
Run the skill to bridge from your experiment plan file to deployed experiments with initial results by asking: /experiment-bridge "refine-logs/EXPERIMENT_PLAN.md".