Auto-sync: 2026-04-25 16:02

This commit is contained in:
2026-04-25 16:02:46 +08:00
parent 9fccf27053
commit bd2a4c5331
42 changed files with 1890 additions and 25 deletions

View File

@@ -0,0 +1,37 @@
---
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]]