author: luo-kai
name: measure-experiment-results
description: Documents the results of a completed experiment or A/B test with statistical analysis, learnings, and recommendations. Use after experiments conclude to communicate findings, inform decisions, and build organizational knowledge.
phase: measure
version: "2.0.0"
updated: 2026-01-26
license: Apache-2.0
metadata:
category: reflection
frameworks: [triple-diamond, lean-startup, design-thinking]
author: product-on-purpose
Experiment Results
An experiment results document captures what happened when you tested a hypothesis, including statistical outcomes, segment analysis, learnings, and clear recommendations. Good results documentation turns individual experiments into organizational knowledge that improves future decision-making.
When to Use
- After an A/B test or experiment reaches statistical significance
- When an experiment is ended early (for any reason)
- To communicate findings to stakeholders who weren't involved
- During decision-making about whether to ship, iterate, or kill a feature
- To build a repository of learnings that inform future experiments
Instructions
When asked to document experiment results, follow these steps:
Summarize the Experiment
Provide context: what was tested, when it ran, how much traffic it received. Link to the original experiment design document if one exists.
Restate the Hypothesis
Remind readers what you believed would happen and why. This frames the results interpretation.
Present Primary Results
Show the primary metric outcome clearly: what were the values for control and treatment? Include statistical significance (p-value), confidence intervals, and sample sizes. Be honest about whether results are conclusive.
Analyze Secondary Metrics
Present guardrail metrics that ensure you didn't cause unintended harm. Note any secondary metrics that moved unexpectedly—both positive and negative.
Segment the Data
Look for differential effects across user segments (platform, tenure, plan type, etc.). Sometimes overall results mask important segment-level insights.
Extract Learnings
What did you learn beyond the numbers? Include surprising findings, questions raised, and implications for the product hypothesis. Negative results are valuable learnings.
Make a Recommendation
Be clear: should we ship, iterate, or kill? Support the recommendation with the evidence. If the decision is nuanced, explain the trade-offs.
Define Next Steps
Specify what happens now—engineering work to ship, follow-up experiments, metrics to continue monitoring, or documentation to update.
Output Format
Use the template in references/TEMPLATE.md to structure the output.
Quality Checklist
Before finalizing, verify:
Examples
See references/EXAMPLE.md for a completed example.
1---2name: measure-experiment-results3description: <!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->4---5<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->6---7author: luo-kai8name: measure-experiment-results9description: Documents the results of a completed experiment or A/B test with statistical analysis, learnings, and recommendations. Use after experiments conclude to communicate findings, inform decisions, and build organizational knowledge.10phase: measure11version: "2.0.0"12updated: 2026-01-2613license: Apache-2.014metadata:15 category: reflection16 frameworks: [triple-diamond, lean-startup, design-thinking]17 author: product-on-purpose18---19# Experiment Results2021An experiment results document captures what happened when you tested a hypothesis, including statistical outcomes, segment analysis, learnings, and clear recommendations. Good results documentation turns individual experiments into organizational knowledge that improves future decision-making.2223## When to Use2425- After an A/B test or experiment reaches statistical significance26- When an experiment is ended early (for any reason)27- To communicate findings to stakeholders who weren't involved28- During decision-making about whether to ship, iterate, or kill a feature29- To build a repository of learnings that inform future experiments3031## Instructions3233When asked to document experiment results, follow these steps:34351. **Summarize the Experiment**36 Provide context: what was tested, when it ran, how much traffic it received. Link to the original experiment design document if one exists.37382. **Restate the Hypothesis**39 Remind readers what you believed would happen and why. This frames the results interpretation.40413. **Present Primary Results**42 Show the primary metric outcome clearly: what were the values for control and treatment? Include statistical significance (p-value), confidence intervals, and sample sizes. Be honest about whether results are conclusive.43444. **Analyze Secondary Metrics**45 Present guardrail metrics that ensure you didn't cause unintended harm. Note any secondary metrics that moved unexpectedly—both positive and negative.46475. **Segment the Data**48 Look for differential effects across user segments (platform, tenure, plan type, etc.). Sometimes overall results mask important segment-level insights.49506. **Extract Learnings**51 What did you learn beyond the numbers? Include surprising findings, questions raised, and implications for the product hypothesis. Negative results are valuable learnings.52537. **Make a Recommendation**54 Be clear: should we ship, iterate, or kill? Support the recommendation with the evidence. If the decision is nuanced, explain the trade-offs.55568. **Define Next Steps**57 Specify what happens now—engineering work to ship, follow-up experiments, metrics to continue monitoring, or documentation to update.5859## Output Format6061Use the template in `references/TEMPLATE.md` to structure the output.6263## Quality Checklist6465Before finalizing, verify:6667- [ ] Statistical methods and significance are clearly stated68- [ ] Confidence intervals are included (not just p-values)69- [ ] Segment analysis checked for differential effects70- [ ] Secondary/guardrail metrics are reported71- [ ] Learnings go beyond just the numbers72- [ ] Recommendation is clear and actionable73- [ ] Negative or inconclusive results are reported honestly7475## Examples7677See `references/EXAMPLE.md` for a completed example.