Files
nexus/wiki/concepts/Kanban.md

34 lines
1.2 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: "Kanban"
type: concept
tags: [project-management, agile]
sources: [project-state-management, overnight-mini-app-builder]
last_updated: 2026-04-27
---
## 定义
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