Files
nexus/wiki/concepts/Scrum.md

30 lines
1.0 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: "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]]