Pilot experiment execution — read Pilot Spec YAML, write pilot code, run experiment(Confirm with the user before operation and require the applicant to conduct manual inspection), return results. Called by /ideate Phase 5. Does NOT modify wiki pages or judge pass/fail.

Generate pilot code from Pilot Spec YAML and run diagnostic experiments.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/skill-offline-auto-opti --skill pilot-experiment-execution-read-pilot-spec-yaml-write-pilot-code-run-experiment-confirm-with-the-user-before-operation-and-require-the-applicant-to-conduct-manual-inspection-return-results-called-by-ideate-phase-5-does-not-modify-wiki-pages-or-judge-pass-fail
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Pilot experiment execution — read Pilot Spec YAML, write pilot code, run experiment(Confirm with the user before operation and require the applicant to conduct manual inspection), return results. Called by /ideate Phase 5. Does NOT modify wiki pages or judge pass/fail.
Source: https://github.com/duany049/skill-offline-auto-opti/tree/main/i18n/en/skills/exp-pilot-run
Command: npx skills add https://github.com/duany049/skill-offline-auto-opti --skill pilot-experiment-execution-read-pilot-spec-yaml-write-pilot-code-run-experiment-confirm-with-the-user-before-operation-and-require-the-applicant-to-conduct-manual-inspection-return-results-called-by-ideate-phase-5-does-not-modify-wiki-pages-or-judge-pass-fail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It streamlines turning a Pilot Spec YAML into runnable pilot code and quickly getting diagnostic results without directly altering wiki pages or producing a verdict.

Core Features & Use Cases

  • Pilot code generation from spec: Creates training/evaluation code under experiments/pilot/code/{slug}/ using the pilot_spec fields (setup, metrics, baseline, success criterion, hypothesis, and approach sketch).
  • Local or remote execution with guardrails: Supports local GPU runs and remote SSH execution via tools/remote.py, including connectivity and GPU availability checks.
  • Human-in-the-loop safety: Requires explicit user confirmation before launching runs and instructs manual inspection of code/configurations; does not judge pass/fail and does not modify wiki content.

Quick Start

Ask the AI to run the pilot for idea slug demo-idea in local mode and return the raw results for review.

Frequently Asked Questions about Pilot experiment execution — read Pilot Spec YAML, write pilot code, run experiment(Confirm with the user before operation and require the applicant to conduct manual inspection), return results. Called by /ideate Phase 5. Does NOT modify wiki pages or judge pass/fail.

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

FAQPage Schema
How do I generate and run pilot code from a YAML spec for a research experiment?▼

Pilot code generation from a YAML spec reads fields like setup, metrics, and hypothesis to create runnable scripts under experiments/pilot/code/{slug}/. It requires explicit user confirmation before executing the diagnostic experiment to produce raw metrics.

Can I execute remote SSH pilot training runs and check GPU availability beforehand?▼

Remote SSH pilot execution supports running experiments via tools/remote.py, which includes connectivity and GPU availability checks. You can execute diagnostic runs on remote machines while maintaining human-in-the-loop safety confirmations before launch.

What is the difference between pilot experimentation and final model evaluation in research automation?▼

Pilot experimentation produces raw diagnostic metrics for validating research ideas without judging pass/fail or modifying wiki pages. It focuses on baseline comparison and multi-metric reporting to assess hypotheses quickly before committing to full evaluations.

Does this pilot execution workflow save per-seed JSON results for baseline comparison?▼

Pilot execution saves per-seed JSON results to provide granular diagnostic data for baseline comparison. It outputs raw metrics without producing pass/fail verdicts, ensuring researchers can manually inspect the outcomes for idea validation.

Do I need to manually inspect generated pilot code before running a diagnostic experiment?▼

Yes, manual inspection of the generated pilot code and configurations is required before execution. The workflow enforces human-in-the-loop safety by demanding explicit user confirmation to launch local GPU or remote SSH training runs.

When should I not use automated pilot experimentation for validating research ideas?▼

Automated pilot experimentation should not be used when you need automated pass/fail verdicting or direct wiki page modifications. It is designed strictly for generating raw metrics and baseline comparisons requiring manual review.