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

33
wiki/concepts/Kanban.md Normal file
View File

@@ -0,0 +1,33 @@
---
title: "Kanban"
type: concept
tags: []
sources: []
last_updated: 2026-04-24
---
## 定义
Kanban 是一种敏捷框架强调持续流动continuous flow无固定 Sprint 边界,允许随时调整优先级和需求。
## 核心特征
- **持续交付:** 无需等待 Sprint 结束即可发布
- **随时变更:** 优先级可在任何时候调整
- **可视化看板:** 通过列(列名)管理任务状态
- **限制在制品WIP** 控制同时进行的工作数量
## 与 Scrum 的对比
| 维度 | Scrum | Kanban |
|------|-------|--------|
| 迭代周期 | 固定 Sprint1-4周 | 无固定周期 |
| 变更时机 | Sprint 期间禁止 | 随时可调整 |
| 发布节奏 | Sprint 结束时批量发布 | 持续交付 |
| 仪式 | Sprint Planning/Review/Retrospective | 可选 ceremonies |
## 企业实践:混合框架
云转型团队采用以 Kanban 为主 + 保留 Scrum 仪式(每日站会和回顾会议)的混合方案,兼顾灵活性和反馈循环。
## 来源
- [[ctp-topic-4-using-agile-to-run-the-cloud-transformation-program]]
## 别名
- Kanban Framework