32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
||
title: "Sprint Planning"
|
||
type: concept
|
||
tags: [agile, scrum, ceremony]
|
||
sources: [raw/Agent/agency-agents/product/product-sprint-prioritizer.md]
|
||
last_updated: 2026-04-20
|
||
---
|
||
|
||
## Definition
|
||
敏捷开发中的核心仪式,定义 sprint 目标并选择可交付的故事。
|
||
|
||
## Process
|
||
### Pre-Sprint Planning(冲刺前一周)
|
||
1. Backlog Refinement:故事规模、验收标准、Done 定义审核
|
||
2. Dependency Analysis:跨团队协调需求与时间线映射
|
||
3. Capacity Assessment:团队可用性、假期、会议、培训评估
|
||
4. Risk Identification:技术未知项、外部依赖缓解策略
|
||
5. Stakeholder Review:优先级验证和范围对齐
|
||
|
||
### Sprint Planning(第一天)
|
||
1. Sprint Goal Definition:清晰可衡量的目标与成功标准
|
||
2. Story Selection:基于容量的承诺,包含 15% 缓冲
|
||
3. Task Breakdown:实施规划、估算与技能匹配
|
||
4. Definition of Done:质量标准和自动化验收测试
|
||
5. Commitment:团队对交付物和时间线的共识
|
||
|
||
## Related Concepts
|
||
- [[Team Velocity]]
|
||
- [[Capacity Planning]]
|
||
- [[RICE Framework]]
|
||
- [[Product Sprint Prioritizer]]
|