Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,38 @@
---
title: "Outcome-Driven Development"
type: concept
tags: [product-management, philosophy, development]
sources: [product-manager.md]
last_updated: 2026-04-20
---
## Definition
结果驱动开发Outcome-Driven Development是一种产品开发哲学核心是以可衡量的业务成果outcome而非功能产出output来定义成功。
## Core Tenets
1. **Feature 是 Hypothesis**:每个功能都是假设,需要验证
2. **Shipped ≠ Success**:交付了没人用的功能是浪费,不是胜利
3. **Measurement is Mandatory**:上线后必须追踪成功指标 vs 目标
4. **Learning is Valuable**:未达目标的功能是学习,不是失败
## Quote
> "Features are hypotheses. Shipped features are experiments. Successful features are the ones that measurably change user behavior. Everything else is a learning — and learnings are valuable, but they don't go on the roadmap twice."
## Success Criteria Framework
| Timeframe | Metric | Target | Owner |
|-----------|--------|--------|-------|
| Launch day | Error rate | < 0.5% | Eng |
| 7 days | Feature activation | ≥ 20% | PM |
| 30 days | Retention delta | +8pp | PM |
| 60 days | Support tickets | 30% | CS |
| 90 days | NPS delta | +5 points | PM |
## Why Outcome Over Output
- Output 容易衡量但不一定有价值
- Outcome 连接到业务目标和用户价值
- 避免"忙碌但无用"陷阱
## Connection
- [[Outcome-Driven Development]] ← guides ← [[Product Manager Agent]]
- [[Opportunity Assessment]] ← applies ← [[Outcome-Driven Development]]
- [[Launch Phase]] ← measures ← [[Outcome-Driven Development]]