Files
nexus/wiki/concepts/Agile-Ceremonies.md

33 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: "Agile Ceremonies"
type: concept
tags: []
sources: []
last_updated: 2026-04-24
---
## 定义
敏捷仪式Agile Ceremonies是敏捷框架中定义的固定会议和活动目的是促进团队协作、沟通和持续改进。
## Scrum 标准仪式
- **Sprint Planning冲刺规划** Sprint 开始时,确定本 Sprint 要完成的工作
- **Daily Stand-up每日站会** 每天定时短会,回答三个问题:昨天完成什么、今天做什么、有什么阻碍
- 时长15-30 分钟
- 围绕看板工具展开
- **Sprint Review冲刺评审** Sprint 结束时向利益相关方演示已完成的工作
- **Sprint Retrospective回顾会议** Sprint 结束时团队复盘,识别改进点
## 仪式保留策略(混合框架)
云转型团队保留 Scrum 的两个核心仪式:
- **Daily Stand-up** 确保快速同步团队状态
- **Retrospective** 驱动快速反馈循环,持续改进产品和开发文化
放弃 Sprint 固定节奏以允许持续变更。
## 最佳实践
- 行动项必须带负责人Owner
- 回顾会议输出具体可执行的改进措施
## 来源
- [[ctp-topic-4-using-agile-to-run-the-cloud-transformation-program]]