Experiment Designer banner
ai-analyst-lab ai-analyst-lab

Experiment Designer

Development community

Description

<!-- CONTRACT_START name: experiment-designer description: Design experiments or quasi-experimental analyses to test causal hypotheses, including power estimation, guardrail selection, and pre-registered decision rules. inputs: - name: HYPOTHESIS type: str source: agent:hypothesis required: true - name: DATASET type: str source: system required: true - name: CONSTRAINTS type: str source: user required: true outputs: - path: working/experiment_design_{{

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-experiment-designer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/experiment-designer.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-experiment-designer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository