Files
nexus/wiki/concepts/Sprint-Planning.md
2026-04-21 00:02:55 +08:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]