Flow-Based Events in Scrum

Level: Advanced Module: Kanban for Scrum Teams 3 min read Lesson 39 of 52

Overview

  • What you’ll learn: How to integrate flow metrics into Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective; using throughput for forecasting; Cumulative Flow Diagrams.
  • Prerequisites: Lessons 33–38, plus Module 3 (Scrum Events).
  • Estimated reading time: 15 minutes

Introduction

The Kanban Guide for Scrum Teams does not add new events. Instead, it enhances existing Scrum events with flow-based thinking and data. Each Scrum event becomes more effective when informed by flow metrics.

Flow in Sprint Planning

Traditional Sprint Planning often uses velocity (story points completed per Sprint) for capacity planning. Flow-enhanced Sprint Planning uses throughput (number of items completed per Sprint) instead.

Why throughput over velocity? Because throughput is objective (you either finished it or you didn’t), while velocity depends on estimation accuracy (which is notoriously unreliable). With throughput data, you can use Monte Carlo simulations to answer: “Given our throughput range of 6-10 items per Sprint, what is the probability we can finish these 8 items?”

Additionally, review the WIP situation from the previous Sprint. Did items carry over? If so, consider whether your Sprint Backlog was too ambitious or whether blockers caused delays.

Flow in Daily Scrum

We covered the flow-focused Daily Scrum in Lesson 38: walk the board right-to-left, identify aging items, address blockers, and check WIP limits. The key shift is from person-focused (“What did I do?”) to work-focused (“What needs to happen for these items to flow?”).

Flow in Sprint Review

In Sprint Review, share flow metrics with stakeholders. This builds transparency and trust:

  • Throughput: “We completed 9 items this Sprint, compared to an average of 8.”
  • Cycle Time: “Our average cycle time was 4 days, down from 6 last Sprint.”
  • Blocked items: “Two items were blocked for 5 days waiting on API access from the partner team.”

Stakeholders who see data become partners in improvement. Stakeholders who only see demos remain spectators.

Flow in Sprint Retrospective

The retrospective is where flow data becomes improvement action. Use the Cumulative Flow Diagram (CFD) to visualize how work flowed through the Sprint:

  • Widening bands in the CFD indicate growing WIP — work is entering a state faster than it is leaving.
  • Flat lines indicate no work moved through that state during that period — a bottleneck or idle time.
  • Consistent bands indicate healthy, steady flow.

Ask: Where did flow break down? What caused the bottleneck? What one thing can we change to improve flow next Sprint?

The Cumulative Flow Diagram (CFD)

A CFD is a stacked area chart showing the quantity of work items in each state over time. It is the single most powerful visualization tool for flow. Reading a CFD:

  • The vertical distance between two bands = WIP in that state.
  • The horizontal distance between two bands = approximate cycle time.
  • The slope of the top band = throughput (items arriving).
  • The slope of the bottom band = throughput (items completing).

Key Takeaways

  • Use throughput (not velocity) for Sprint Planning forecasting.
  • Focus on work flow, not individual status, in Daily Scrum.
  • Share flow metrics with stakeholders in Sprint Review.
  • Use CFD and flow data to drive improvements in Retrospective.
  • The CFD is the most powerful visualization for flow analysis.
本課中文版

概述

看板指南不增加新的事件。相反,它用流動思維和數據增強現有的 Scrum 事件。

Sprint Planning 中的流動

傳統的 Sprint Planning 用速度(velocity)做容量規劃。流動增強的 Sprint Planning 用產出量(throughput)。為什麼用產出量?因為產出量是客觀的(你完成了就是完成了),而速度取決於估算準確度(出了名的不可靠)。

Daily Scrum 中的流動

關鍵轉變是從以人為中心(「我做了什麼?」)到以工作為中心(「這些項目需要什麼才能流動?」)。從右到左走板子,識別老化項目,處理阻礙。

Sprint Review 中的流動

與利害關係人分享流動指標。看到數據的利害關係人會成為改善的夥伴。只看 Demo 的利害關係人只是觀眾。

Sprint Retrospective 中的流動

使用累積流程圖(CFD)來視覺化工作如何在 Sprint 中流動。加寬的帶表示 WIP 增長,平坦的線表示瓶頸,一致的帶表示健康流動。

重點整理

  • 用產出量(不是速度)做 Sprint Planning 預測。
  • Daily Scrum 聚焦於工作流動,而非個人狀態。
  • 在 Sprint Review 與利害關係人分享流動指標。
  • CFD 是流動分析最強大的視覺化工具。
日本語版

概要

カンバンガイドは新しいイベントを追加しない。既存のスクラムイベントをフローベースの思考とデータで強化する。

スプリントプランニングでのフロー

従来のスプリントプランニングはベロシティでキャパシティを計画する。フロー強化版はスループットを使う。スループットは客観的(完了したかしないか)であり、ベロシティは見積もり精度に依存する。

デイリースクラムでのフロー

人中心(「何をしたか?」)から作業中心(「これらの項目が流れるために何が必要か?」)への転換。ボードを右から左へ歩き、エイジング項目を特定する。

スプリントレビューでのフロー

ステークホルダーとフローメトリクスを共有する。データを見るステークホルダーは改善のパートナーになる。デモだけ見るステークホルダーは傍観者のままだ。

スプリントレトロスペクティブでのフロー

累積フロー図(CFD)を使って作業の流れを可視化する。帯の拡大はWIP増加、水平な線はボトルネック、一定の帯は健全なフローを示す。

重要ポイント

  • スプリントプランニングの予測にスループット(ベロシティではなく)を使う。
  • デイリースクラムでは個人の状態ではなく作業のフローに焦点。
  • スプリントレビューでステークホルダーとフローメトリクスを共有。
  • CFDはフロー分析に最も強力な可視化ツール。

You Missed