Metrics Review
Turn numbers into product decisions while preserving data and causal uncertainty.
Workflow
- Confirm each metric's definition, population, period, comparison, target, source, and known data-quality issues.
- Organize metrics as a North Star, product-health indicators, and diagnostic metrics. Use acquisition, activation, engagement, retention, monetization, and satisfaction only where relevant.
- Calculate absolute and relative changes correctly. Inspect trends, rate of change, anomalies, cohorts, and segments rather than relying on one aggregate snapshot.
- Connect changes to launches, incidents, campaigns, seasonality, or experiments, but label correlation and hypotheses separately from demonstrated causation.
- Prioritize a small set of investigations, experiments, investments, or alerts. Give each action an owner or next decision when context allows.
Output
## Metrics Review
### Summary
Overall health, most important change, and main caveat.
### Scorecard
| Metric | Current | Previous | Change | Target | Status |
|---|---:|---:|---:|---:|---|
### Findings
Material trends, segments, anomalies, and confidence.
### Bright Spots and Concerns
What to sustain and what needs attention.
### Hypotheses
Possible explanations, evidence for and against, and validation needed.
### Actions
Investigation, experiment, investment, or alert; expected decision unlocked.
### Data Caveats
Definition changes, missing data, bias, and comparability limits.
Quality Gates
- Never invent missing targets, baselines, or causal explanations; mark them
TBD.
- Avoid vanity metrics without a link to user value or a decision.
- Show denominators for rates and sample sizes when available.
- Keep the action list smaller than the finding list.
1---2name: metrics-review3description: Review product metrics against prior periods and targets, diagnose meaningful changes, and recommend actions. Use for weekly, monthly, or quarterly reviews and investigations of spikes, drops, funnels, cohorts, or experiments.4---56# Metrics Review78Turn numbers into product decisions while preserving data and causal uncertainty.910## Workflow11121. Confirm each metric's definition, population, period, comparison, target, source, and known data-quality issues.132. Organize metrics as a North Star, product-health indicators, and diagnostic metrics. Use acquisition, activation, engagement, retention, monetization, and satisfaction only where relevant.143. Calculate absolute and relative changes correctly. Inspect trends, rate of change, anomalies, cohorts, and segments rather than relying on one aggregate snapshot.154. Connect changes to launches, incidents, campaigns, seasonality, or experiments, but label correlation and hypotheses separately from demonstrated causation.165. Prioritize a small set of investigations, experiments, investments, or alerts. Give each action an owner or next decision when context allows.1718## Output1920```markdown21## Metrics Review2223### Summary24Overall health, most important change, and main caveat.2526### Scorecard27| Metric | Current | Previous | Change | Target | Status |28|---|---:|---:|---:|---:|---|2930### Findings31Material trends, segments, anomalies, and confidence.3233### Bright Spots and Concerns34What to sustain and what needs attention.3536### Hypotheses37Possible explanations, evidence for and against, and validation needed.3839### Actions40Investigation, experiment, investment, or alert; expected decision unlocked.4142### Data Caveats43Definition changes, missing data, bias, and comparability limits.44```4546## Quality Gates4748- Never invent missing targets, baselines, or causal explanations; mark them `TBD`.49- Avoid vanity metrics without a link to user value or a decision.50- Show denominators for rates and sample sizes when available.51- Keep the action list smaller than the finding list.