敏捷指标应该揭示流动和可预测性,而不是对个人进行排名。最有用的是那些描述工作如何在团队中流动的指标:burndown、velocity、cycle time 和 throughput。将它们一起阅读,可以看出团队是否健康且在改进。
核心指标
text
BURNDOWN remaining work over the Sprint; flags scope/pace issues
VELOCITY points completed per Sprint; forecasting aid
CYCLE TIME time from "start" to "done" per item; flow speed
THROUGHPUT items completed per period; flow volume
cumulative flow diagram 可视化了各列中的 WIP 和瓶颈。
具体例子
一个团队的 burndown 在一周内保持平坦,然后在末尾急剧下降——这是大型、后期完成项目的迹象。他们通过将故事切割得更小来应对,cycle time 随之下降。
