experiment-bridge

Implement training and evaluation code from EXPERIMENT_PLAN.md and deploy to GPUs.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill experiment-bridge-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/experiment-bridge
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill experiment-bridge-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

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".

Frequently Asked Questions about experiment-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an experiment plan document into executable training code?

Yes, you can run staged machine learning workflows by executing a small sanity experiment first, then deploying the full milestone sequence. This approach includes checkpointing and result collection to ensure safe, structured experiment progression.

How do I deploy machine learning training scripts to a GPU?

Automated experiment planning requires reading EXPERIMENT_PLAN.md plus supporting proposal and tracker files, then implementing the specified training and evaluation logic. The Skill extracts workflow orchestration details to generate reproducible scripts and deploy them safely.

Can I run staged machine learning workflows with sanity checks before full GPU deployment?

Pre-deploy code review for machine learning experiments catches correctness issues and metric-ground-truth mistakes before GPU execution. The Skill optionally runs a cross-model review to validate evaluation metrics and code accuracy prior to deployment.

What is automated experiment planning and workflow orchestration from markdown files?

To convert an experiment plan into executable training code, the Skill reads EXPERIMENT_PLAN.md and supporting tracker files to implement reproducible scripts exactly as specified. It bridges written plans into working training and evaluation pipelines ready for GPU deployment.

Does pre-deploy code review catch evaluation metric errors in machine learning experiments?

Deploying machine learning training scripts to a GPU involves implementing the code from your plan, verifying ground-truth-based evaluation, and safely executing the pipeline. The Skill manages this deployment while saving results in parseable formats for downstream review.

Do I need an EXPERIMENT_PLAN.md file to generate training and evaluation code?

Yes, you need an EXPERIMENT_PLAN.md file along with supporting plan, tracker, and proposal files to generate training and evaluation code. The Skill reads these documents to implement reproducible scripts and deploy them for initial result collection.