experiment-bridge

Convert EXPERIMENT_PLAN.md files into runnable GPU-backed experiments with automated deployment.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill experiment-bridge-satsuki-64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/satsuki-64/MiniAgentWorkflow/tree/main/.skills/experiment-bridge
Command: npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill experiment-bridge-satsuki-64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turns idea discovery into executable experiments by converting a plan into runnable GPU-backed experiments and collecting initial results.

Core Features & Use Cases

  • Reads refine-logs/EXPERIMENT_PLAN.md to extract run order, datasets, metrics, and setup details.
  • Implements experiment code, performs sanity checks, deploys to GPUs for live evaluation.
  • Collects initial results and prepares for auto-review loops.

Quick Start

Provide refine-logs/EXPERIMENT_PLAN.md and say 'implement experiments' to trigger the bridge and deploy initial results.

Frequently Asked Questions about experiment-bridge

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

FAQPage Schema
How do I automate deployment of GPU experiments from a markdown plan?

To automate deployment of GPU experiments from a markdown plan, you provide an EXPERIMENT_PLAN.md file. The system parses run order, datasets, and metrics, implements the code, deploys to GPUs, and collects initial results.

What is the process for turning an experiment plan into runnable GPU-backed code?

The process for turning an experiment plan into runnable GPU-backed code involves parsing the experiment plan for setup details, automatically implementing the experiment code, performing sanity checks, and deploying directly to GPUs for live evaluation.

Can I use this pipeline to collect initial metrics and prepare for auto-review loops?

Yes, you can use this pipeline to collect initial metrics and prepare for auto-review loops. It deploys live evaluations to GPUs and gathers initial results specifically to satisfy automated review requirements.

Do I need an EXPERIMENT_PLAN.md file to trigger automated experiment implementation?

Yes, you need an EXPERIMENT_PLAN.md file located in the refine-logs directory to trigger automated experiment implementation. This file provides the run order, datasets, metrics, and setup details required for deployment.

What's the best way to bridge idea discovery into executable GPU experiments?

The best way to bridge idea discovery into executable GPU experiments is to define your run order and metrics in an EXPERIMENT_PLAN.md, then trigger the bridge to automatically implement code, deploy, and collect live evaluation results.

Are there configurable safeguards for automated experiment deployment pipelines?

Yes, there are configurable safeguards for automated experiment deployment pipelines. The system includes configurable inputs and safeguards during the parsing, implementation, and deployment phases to ensure controlled execution.