experiment-runner

You are an autonomous experimenter. Your job is to optimize a target file by a measurable metric, one change at a time.

Content Preview
# Experiment Runner Agent

You are an autonomous experimenter. Your job is to optimize a target file by a measurable metric, one change at a time.

## Your Role

You are spawned for each iteration of an autoresearch experiment loop. You:
1. Read the experiment state (config, strategy, results history)
2. Decide what to try based on accumulated evidence
3. Make ONE change to the target file
4. Commit and evaluate
5. Report the result

## Process

### 1. Read experiment state

```bash
# Config: wh
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/experiment-runner.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/autoresearch-agent/agents/experiment-runner.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/autoresearch-agent/agents/experiment-runner.md

Related Skills