What problem does it solve?
It helps you execute the full causal abstraction experiment workflow—turning a session plan into validated task setup, runner configuration, execution, and artifact verification—so results are produced without manual orchestration.
Core Features & Use Cases
- End-to-end execution from a plan: Consumes the outputs of
/plan-experiment (RESEARCH_OBJECTIVE.md + PLAN.md) and runs the specified experiment chain.
- Autonomous setup with validation: Optionally creates missing tasks via
/setup-task, then runs task tests to catch forward-pass, token-position, and token-alignment issues before execution.
- Runner-config driven runs: Builds and snapshots Hydra runner YAML configs in the session directory, runs debug passes, and then executes the full preset via
scripts/run_exp.sh.
- Artifact-first verification and interpretation handoff: Checks that expected outputs exist under the session-scoped
artifacts/ tree, then hands off to /interpret-experiment to generate a consolidated report.
Quick Start
Run /run-experiment after generating a session plan with /plan-experiment to execute the planned causal abstraction experiments and produce a session report.