experiment-bridge

Transform EXPERIMENT_PLAN.md into GPU-backed experiments with structured logging.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill experiment-bridge-xqinag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-bridge
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/experiment-bridge
Command: npx skills add https://github.com/xqinag/ARIS-new --skill experiment-bridge-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the gap between idea discovery and executable experimentation by turning an EXPERIMENT_PLAN.md into runnable GPU-backed experiments with a structured results flow.

Core Features & Use Cases

  • Reads EXPERIMENT_PLAN.md, implements experiment code, deploys to GPU, and collects initial results.
  • Supports optional code review (CODE_REVIEW), automatic deployment (AUTO_DEPLOY), sanity-first checks, and multi-stage milestone execution.
  • Works with base repositories (BASE_REPO) and compact mode (COMPACT) to adapt the workflow to different contexts.

Quick Start

Provide an EXPERIMENT_PLAN.md and say "implement experiments" to deploy initial GPU runs.

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-backed experiments from an EXPERIMENT_PLAN.md file?

To automate GPU-backed experiments, provide an EXPERIMENT_PLAN.md and trigger the workflow to implement code, deploy automatically, run sanity checks, and collect structured initial results.

What is the best way to execute multi-stage milestone experiments on a GPU?

Executing multi-stage milestone experiments on a GPU involves reading an EXPERIMENT_PLAN.md, implementing the code, and deploying it sequentially across milestones while collecting parseable logs and initial results.

Does the automated experiment workflow support optional code review before deployment?

Yes, the automated experiment workflow supports optional code review, allowing teams to validate implementation against the plan before automatic deployment to GPU resources.

Can I run automated experiments using a base repository and compact mode?

Yes, you can run automated experiments by configuring the workflow with a BASE_REPO and enabling COMPACT mode to adapt the execution and deployment process to your specific context.

How do I ensure my automated GPU experiment deployment produces parseable logs?

To ensure parseable logs during GPU experiment deployment, the workflow executes sanity-first checks and structures the logging output automatically for easy evaluation of initial results.

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

Automating experiment implementation relies entirely on a provided EXPERIMENT_PLAN.md, meaning deployments cannot proceed without a structured plan and correctly configured GPU resources.