38 lines
1.8 KiB
Markdown
38 lines
1.8 KiB
Markdown
---
|
||
title: "Sprint Planning"
|
||
type: concept
|
||
tags: []
|
||
last_updated: 2026-04-25
|
||
---
|
||
|
||
## Definition
|
||
Sprint Planning(冲刺规划)是 Scrum 框架中每个 Sprint 开始时的核心仪式——团队在固定时间盒内(本 Agent 实践中 Day 1)确定本 Sprint 要完成的工作、承诺的交付目标和实现路径。核心输入:Product Backlog;核心输出:Sprint Goal + Sprint Backlog。
|
||
|
||
## Key Components
|
||
- **Sprint Goal Definition**:清晰、可衡量的冲刺目标,配合成功标准(Measurable Outcomes)
|
||
- **Story Selection**:基于容量评估(保留 15% 缓冲)进行故事点承诺
|
||
- **Task Breakdown**:任务拆解、估算、技能匹配
|
||
- **Definition of Done**:质量标准和自动化验收测试
|
||
- **Commitment**:团队对交付物和时间线的共识,附置信度评估
|
||
|
||
## Process
|
||
1. **Pre-Sprint(冲刺前一周)**:Backlog Refinement → 依赖分析 → 容量评估 → 风险识别 → 干系人审查
|
||
2. **Day 1 Sprint Planning**:目标定义 → 故事选择 → 任务分解 → DoD 确认 → 团队承诺
|
||
|
||
## Key Metrics
|
||
- Sprint 完成率:90%+ 承诺故事点交付(持续达标)
|
||
- Sprint 间偏差:< 15% 团队速率波动,趋势向上
|
||
- 依赖解决率:95% 在冲刺开始前解决
|
||
|
||
## Related Concepts
|
||
- [[Scrum]]:Sprint Planning 所在的敏捷框架
|
||
- [[Kanban]]:替代方案——无固定 Sprint,持续流动交付
|
||
- [[AgileCeremonies]]:Sprint Planning 是 Agile 仪式之一
|
||
- [[TeamVelocity]]:Sprint Planning 容量估算的历史数据基础
|
||
- [[RICEFramework]]:Sprint Planning 中的优先级评分工具
|
||
|
||
## Sources
|
||
- [[product-sprint-prioritizer]]
|
||
- [[product-feedback-synthesizer]]
|
||
- [[ctp-topic-4-using-agile-to-run-the-cloud-transformation-program]]
|