Auto-sync: 2026-04-24 04:02

This commit is contained in:
2026-04-24 04:02:45 +08:00
parent 4e9ee6f51e
commit a96baa8fb7
40 changed files with 1934 additions and 89 deletions

29
wiki/concepts/Scrum.md Normal file
View File

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