experiment-bridge

Implement planned experiments from EXPERIMENT_PLAN.md into GPU training runs.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Mang30/myskills --skill experiment-bridge-mang30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/Mang30/myskills/tree/main/skills/experiment-bridge
Command: npx skills add https://github.com/Mang30/myskills --skill experiment-bridge-mang30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns an experiment plan into runnable training/evaluation code, deploys experiments to GPU, and collects initial results so you can move from design to evidence quickly.

Core Features & Use Cases

  • Plan-to-code implementation: Reads experiment plan and proposal files to generate the training, evaluation, and logging needed to run the specified milestones in order.
  • Pre-deploy validation and guardrails: Optionally performs cross-model code review, runs a sanity-stage first, and can route large job sets through an experiment queue for safer orchestration.
  • Results collection and tracking: Parses JSON/CSV/log outputs, updates the experiment tracker, checks success criteria, and prepares a handoff to the next review loop.

Quick Start

Use the experiment-bridge skill to run the planned experiments by executing: /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 automate GPU deployment for planned experiments?

To automate GPU deployment for planned experiments, you can parse an EXPERIMENT_PLAN.md file to generate runnable training and evaluation code, route jobs through an experiment queue, and deploy milestones in the correct run order to collect initial results.

What is the best way to turn an experiment plan into runnable code?

Turning an experiment plan into runnable code involves reading proposal context and milestone requirements to automatically generate the necessary training, evaluation, and logging scripts for immediate GPU deployment.

How do I collect structured JSON and CSV results from training runs?

To collect structured JSON and CSV results from training runs, you can parse log outputs, check success criteria against ground-truth evaluation metrics, and automatically update the experiment tracker for the next review loop.

Can I perform cross-model code review before deploying experiments to GPU?

Yes, you can perform cross-model code review before GPU deployment by enabling pre-deploy validation guardrails, which also include running a sanity stage first to ensure ground-truth evaluation is correctly configured.

Do I need a specific experiment tracker to automate evaluation metrics collection?

You do not need a specific experiment tracker to automate evaluation metrics collection; the process parses JSON/CSV/log outputs, checks success criteria, and prepares a structured handoff to update your existing tracking workflow.

What are the limitations of automating milestone-based research workflows?

Limitations of automating milestone-based research workflows include the requirement for a pre-defined EXPERIMENT_PLAN.md and proposal context, as the automation cannot generate initial experiment designs or operate without structured milestone definitions.