experiment-pipeline

Orchestrate a 4-stage research experiment pipeline with budgets and artifact tracking.

425|44|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/EvoScientist/EvoSkills --skill experiment-pipeline-evoscientist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-pipeline
Source: https://github.com/EvoScientist/EvoSkills/tree/main/skills/experiment-pipeline
Command: npx skills add https://github.com/EvoScientist/EvoSkills --skill experiment-pipeline-evoscientist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined, repeatable workflow to design, execute, and evaluate multi-stage experiments, ensuring reproducibility, budget discipline, and structured learning for EvoScientist-driven research.

Core Features & Use Cases

  • 4-stage experiment pipeline: initial implementation, hyperparameter tuning, proposed method, and ablation study.
  • Budget-aware workflow: enforces attempt budgets and gate conditions to prevent wasted effort.
  • Memory integration: links with evo-memory for proposal evolution, memory-driven strategies, and ESE/IVE triggers.
  • Artifact logging: structured trajectory logs and stage reports to support reproducibility and collaboration.

Quick Start

Run Stage 1 to reproduce baseline and initialize the four-stage pipeline.

Frequently Asked Questions about experiment-pipeline

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

FAQPage Schema
How do I structure a reproducible experiment pipeline with multiple stages?

A reproducible experiment pipeline requires a structured 4-stage workflow: initial implementation, hyperparameter tuning, proposed method evaluation, and ablation study. This ensures consistent artifact logging across multiple seeds and supports collaboration.

What is the best way to enforce budget limits and gate conditions during research experiments?

Budget-aware workflows enforce attempt budgets and gate conditions during research experiments to prevent wasted computational effort. This approach ensures resources are only allocated to stages that meet predefined performance criteria.

How do I integrate evo-memory workflows like ESE and IVE into an experiment pipeline?

Integrating evo-memory into an experiment pipeline links proposal evolution and memory-driven strategies directly to your stages. It specifically triggers ESE and IVE workflows during diagnostic handoffs to capture structured trajectory logs.

How do I run a multi-stage ablation study across multiple seeds?

Running a multi-stage ablation study involves executing the final stage of a 4-stage experiment pipeline after completing baseline implementation, tuning, and proposed method evaluation. This requires tracking artifacts across multiple seeds for reproducibility.

Does this experiment pipeline support artifact logging and stage reports for collaboration?

Yes, the experiment pipeline supports structured artifact logging by generating trajectory logs and stage reports. This ensures reproducibility and enables collaboration by tracking results across all four experiment stages.

When do I need a 4-stage experiment pipeline instead of simple baseline testing?

A 4-stage experiment pipeline is needed when scientists require reproducible experiments that go beyond simple baseline testing to include hyperparameter tuning, proposed method validation, and comprehensive ablation studies with strict budget discipline.