
Experiment Review
v0.1.0Tracks experiment hypotheses, variants, metrics, statistical results, and decisions in a structured log — producing a readable experiment readout with confidence intervals and a team-accessible experiment library. Keep your Amplitude and Statsig; replace the experiment results Notion doc nobody finishes writing.
Experiment Review
agents
Growth Analyst
.agents/growth-analyst/
Per-Experiment Readout
Weekly Experiment Review
0 8 * * 1
Product Scientist
.agents/product-scientist/
2
Agents
2
Jobs
1
Depts
3
Pages
Owns experiment metric collection, statistical significance calculation, confidence interval reporting, and the structured experiment readout — ensuring every decision is grounded in properly analyzed data.
Reviews experiment readouts from the Growth Analyst, makes the ship/kill/iterate decision with documented reasoning, extracts learnings, and maintains the experiment library as institutional memory.
Experiment Review
Two agents track every A/B test from hypothesis to decision: the Analyst pulls metrics, calculates statistical significance, and produces the readout; the Product agent reviews results, makes the ship/kill/iterate call, and logs learnings to the experiment library. Every experiment, its hypothesis, variants, metric results, and decision is a file — searchable, diffable, and referenceable in future PRDs.
Keep your Mixpanel, Amplitude, or Statsig. Replace the experiment results Notion doc nobody finishes, the "what did we learn from that test?" Slack thread that goes 3 months unanswered, and the "we tried that before" comment in planning with no evidence behind it.
The team
- [[.agents/growth-analyst]] — Growth Analyst. Owns experiment metric collection, statistical analysis, confidence interval calculation, and the structured readout per experiment.
- [[.agents/product-scientist]] — Product Scientist. Reviews analysis, makes the ship/kill/iterate decision, documents learnings, and maintains the experiment library as a reference for future decisions.
Recurring rhythm
| Cadence | Job | Owner | Output |
|---|---|---|---|
| Weekly (Mon 08:00) | [[.jobs/weekly-experiment-review]] | Growth Analyst → Product Scientist | Updated experiment readouts in [[readout]], decisions logged in /experiments/ |
| On-demand | [[.jobs/per-experiment-readout]] | Growth Analyst | Full readout for a single completed experiment |
How to run the demo
- Open [[readout]] — the experiment readout view: hypothesis, variants A/B with metric lift, confidence interval bars, statistical significance, ship/kill/iterate decision, learnings, and the full experiment log table.
- Browse
/experiments/— structured experiment files the agents maintain. - Open
/learnings/— the extracted learning log the Product Scientist curates.
Connectors
Required: Mixpanel, Amplitude, or Statsig (experiment results, metric data), Jira or Linear (link experiments to features).
Recommended: Slack (post readouts to #experiments channel), BI tool (custom metric queries), Segment (event taxonomy alignment).
Cross-reference [[competitive-intelligence]] for competitor product changes that may confound experiment results.
Every artifact is a file
Every experiment is a structured markdown file in /experiments/<slug>.md. Readouts are written there first; the webapp renders from the file. The experiment library in /learnings/ is the institutional memory.
$ git clone --filter=blob:none --sparse https://github.com/hilash/cabinets.git && cd cabinets && git sparse-checkout set experiment-review