experiment-bridge

Turn EXPERIMENT_PLAN.md into runnable GPU experiments and collect results.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill experiment-bridge-thufanzd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/THUFanZd/Sewed_pipeline/tree/main/.agents/skills/experiment-bridge
Command: npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill experiment-bridge-thufanzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads EXPERIMENT_PLAN.md and implements experiments by turning plans into runnable code, deploying to GPUs, and collecting initial results to close the loop between ideation and evaluation.

Core Features & Use Cases

  • Reads EXPERIMENT_PLAN.md and FINAL_PROPOSAL.md to implement experiments, deploys on GPUs, and collects results
  • Automates code generation, deployment, and result logging for streamlined experiment cycles
  • Supports sanity checks, parallel runs, and result aggregation for auto-review workflows

Quick Start

Provide an EXPERIMENT_PLAN.md and say "实现实验" to trigger automatic deployment.

Frequently Asked Questions about experiment-bridge

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

FAQPage Schema
How do I automate turning an experiment plan into runnable GPU code?▼

To automate turning an experiment plan into runnable GPU code, you provide an EXPERIMENT_PLAN.md file to trigger automatic code generation, GPU deployment, and result collection. This workflow closes the loop between experiment ideation and evaluation seamlessly.

What files do I need to prepare before automating experiment deployment?▼

Before automating experiment deployment, you need to prepare an EXPERIMENT_PLAN.md file outlining your experiment design, and optionally a FINAL_PROPOSAL.md. These files provide the necessary context for the system to generate runnable code and deploy it to GPUs.

Can I run parallel GPU experiments and aggregate the results automatically?▼

Yes, you can run parallel GPU experiments and aggregate the results automatically. The workflow supports parallel runs and result aggregation, feeding the collected data into auto-review workflows and updating refine-logs trackers with the initial outcomes.

How does automated experiment deployment integrate with existing research logs?▼

Automated experiment deployment integrates with existing research logs by updating refine-logs trackers with the collected results. It also integrates with the /run-experiment command, ensuring that deployment outcomes are systematically recorded for subsequent review cycles.

What are the limitations of automating experiment implementation from a plan?▼

A key limitation of automating experiment implementation is that it requires an existing EXPERIMENT_PLAN.md to function, meaning it cannot generate experiments from scratch. It is designed to deploy and collect initial results rather than handle full-scale, long-term experiment management autonomously.