experiment-bridge

Convert EXPERIMENT_PLAN.md into GPU-backed experiments and collect results.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tqLi99/academic-paper-skills --skill experiment-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/tqLi99/academic-paper-skills/tree/main/skills/experiment-bridge
Command: npx skills add https://github.com/tqLi99/academic-paper-skills --skill experiment-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges idea discovery and execution by converting an EXPERIMENT_PLAN into runnable experiments, automating deployment to GPU, and capturing initial results for review.

Core Features & Use Cases

  • Parse and interpret EXPERIMENT_PLAN.md and FINAL_PROPOSAL.md to derive concrete experiment scripts.
  • Implement, deploy, and monitor experiments using the Sonnet execution model, with optional pre-review by GPT-5.4.
  • Collect initial results and update refine-logs trackers for downstream auto-review loops.

Quick Start

Provide an EXPERIMENT_PLAN.md and I will implement the experiments, deploy them to GPU, and collect 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 running GPU experiments from a research plan?

Automating GPU experiments requires parsing an EXPERIMENT_PLAN.md file to derive concrete scripts, then deploying them directly to GPU infrastructure for automated execution and result collection.

How does experiment deployment handle code review before execution?

Code review before execution is managed by respecting the CODE_REVIEW parameter, allowing optional pre-review by GPT-5.4 before the experiment scripts are deployed to the GPU.

Do I need an EXPERIMENT_PLAN.md file to start automated research workflows?

Yes, an EXPERIMENT_PLAN.md file is required as the primary input to derive experiment scripts and initiate the automated deployment workflow to the GPU.

What is the best way to collect initial results from automated experiments?

The best way to collect initial results is to execute the experiments via the Sonnet model, which automatically captures outputs and saves them to refine-logs trackers for downstream auto-review loops.

Can I use this workflow for academic research pipelines without manual scripting?

Yes, you can use this workflow for academic research pipelines by providing an EXPERIMENT_PLAN.md and FINAL_PROPOSAL.md, allowing the system to automatically derive and run scripts without manual coding.

Why are my experiment results not saving to refine-logs?

Results may not save to refine-logs if the result collection parameters are not properly configured or if the initial experiment deployment fails before the auto-review loop begins.