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,39 @@
---
title: "Sprint Health Snapshot"
type: concept
tags: [product-management, agile, sprint]
sources: [product-manager.md]
last_updated: 2026-04-20
---
## Definition
冲刺健康快照是追踪单个冲刺状态的定期文档,记录承诺 vs 交付、阻塞、范围变更和进入下个冲刺的风险。
## Structure
1. **Committed vs Delivered**:故事、点数、状态、阻塞
2. **Velocity**:承诺 pts / 交付 pts完成率+ 3 周期滚动平均
3. **Blockers & Actions**:阻塞表(阻塞、影响、负责人、解决 ETA
4. **Scope Changes This Sprint**:变更请求表(请求、来源、决策、理由)
5. **Risks Entering Next Sprint**:进入下个冲刺的风险
## Key Metrics
| Metric | Description |
|--------|-------------|
| Velocity | 承诺 vs 交付完成率 |
| Blocker Age | 阻塞存在时间(>24h 是 PM 失败) |
| Scope Creep | 未经追踪的范围变更 |
## Use Case
- sprint 结束时编写
- 为下个 sprint planning 提供输入
- 识别模式用于团队健康回顾
## Key Principle
- 零未追踪的 sprint 中期范围增加
- 阻塞 > 24 小时未解决是 PM 失败
- 范围变更必须正式评估和文档化
## Connection
- [[Product Manager Agent]] ← owns ← [[Sprint Health Snapshot]]
- [[Delivery Phase]] ← monitors ← [[Sprint Health Snapshot]]
- [[Roadmap (Now / Next / Later)]] ← updated_by ← [[Sprint Health Snapshot]]