exp-pilot-run

Execute pilot experiments from YAML specs and collect raw JSON results.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill exp-pilot-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exp-pilot-run
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/exp-pilot-run
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill exp-pilot-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you execute a pilot experiment from a spec reliably, producing code and diagnostic results without accidentally changing the wiki or making automated pass/fail judgments.

Core Features & Use Cases

  • Pilot-spec driven execution: Reads experiments/pilot/{slug}.yaml (pilot_spec) to generate and run a short diagnostic experiment for a given idea slug.
  • Deterministic pilot artifacts: Writes pilot code to experiments/pilot/code/{slug}/ and saves raw JSON results (results/seed_{N}.json) plus a pilot.log.
  • Human-in-the-loop safety gate: Requires user confirmation and manual inspection of code/config before deployment/run; does not create graph edges and does not modify wiki pages.

Quick Start

Ask the AI to run a pilot for idea slug "my-idea" in local mode: exp-pilot-run my-idea --env local.

Frequently Asked Questions about exp-pilot-run

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

FAQPage Schema
How do I run a pilot experiment with manual approval before remote execution?

A pilot experiment using a spec YAML generates code and requires human confirmation before remote execution begins. This human-in-the-loop safety gate ensures safe diagnostic training runs by letting you inspect configurations prior to local GPU or remote SSH deployment.

How do I collect raw training evaluation metrics for a specific idea slug?

To collect raw training evaluation metrics, you execute a pilot run for a specific idea slug. The process outputs raw JSON results and a pilot log under a dedicated code directory for baseline comparison and diagnostic reporting.

Does running a pilot experiment automatically modify the wiki or judge pass/fail results?

Running a pilot experiment does not modify the wiki or make automated pass/fail judgments. It strictly focuses on generating deterministic pilot artifacts and collecting raw run data while avoiding automated conclusions or graph edge creation.

Can I use research automation for pilot experiments in local GPU and remote SSH scenarios?

Yes, research automation for pilot experiments supports both local GPU and remote SSH deployment scenarios. The system orchestrates these environments while pausing for user confirmation before executing the generated pilot code.

What is the best way to ensure safe diagnostic training runs without unintended side effects?

The best way to ensure safe diagnostic training runs is using a human-in-the-loop safety gate requiring manual inspection of generated code. This approach prevents unintended side effects by avoiding wiki modifications and automated pass/fail judging.