30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
---
|
||
title: "Scrum"
|
||
type: concept
|
||
tags: []
|
||
sources: []
|
||
last_updated: 2026-04-24
|
||
---
|
||
|
||
## 定义
|
||
Scrum 是一种敏捷框架,通过固定时长的 Sprint(冲刺)组织工作,每个 Sprint 通常为 1-4 周。
|
||
|
||
## 核心组件
|
||
- **Product Backlog:** 按优先级排序的需求列表
|
||
- **Sprint Planning:** 每个 Sprint 开始时的规划会议
|
||
- **Daily Scrum:** 每日站会(15 分钟内)
|
||
- **Sprint Review:** Sprint 结束时演示已完成的工作
|
||
- **Sprint Retrospective:** Sprint 结束时回顾改进点
|
||
|
||
## 局限性
|
||
- Sprint 期间不允许变更(no changes during sprint)
|
||
- 固定节奏适合稳定需求,但不适合云转型等高变化频率的项目
|
||
- 云转型团队因此转向 Kanban
|
||
|
||
## 与其他框架的关系
|
||
- **vs [[Kanban]]:** Scrum 有固定 Sprint 边界,Kanban 无固定迭代周期
|
||
- **混合方案:** 企业实践中常见 Scrum 仪式(站会、回顾会议)+ Kanban 持续流动
|
||
|
||
## 来源
|
||
- [[ctp-topic-4-using-agile-to-run-the-cloud-transformation-program]]
|