experiment-readout
Installation
SKILL.md
【模板: 实验复盘 / Experiment Readout】 【意图】这不是普通数据报告、不是 dashboard。目标是回答: "这个实验说明了什么, 我们下一步应该上线、停止、继续跑, 还是重新设计?"
【适合输入】
- A/B test、增长实验、定价实验、onboarding 改版、功能灰度、邮件实验
- 可以是 markdown、CSV、表格粘贴或混合记录
【必须输出的结构】
- Header: 实验名称、owner、日期、实验状态、decision。
- Hypothesis: 原始假设, 必须改写成可验证句式。
- Setup: audience、variant、duration、sample size、primary metric、guardrail metrics。
- Result snapshot: primary metric lift、absolute delta、sample、confidence / caveat。
- Metric table: Control vs Variant, primary + secondary + guardrail。
- Interpretation: 解释结果为什么发生, 区分 signal、noise、unknown。
- Decision: Ship / iterate / extend / stop 四选一, 并给理由。
- Follow-up experiments: 2-4 个下一步实验, 每个包含 hypothesis、expected impact、effort。
- Instrumentation notes: 数据缺口、埋点问题、样本偏差。