4.5.2 · D3Software Engineering

Worked examples — Agile — Scrum (sprints, roles, ceremonies), Kanban

3,308 words15 min readBack to topic

This page does one job: take the three "engines" of Agile math — velocity forecasting (Scrum), Little's Law (Kanban), and the burndown line (Scrum's progress ruler) — and run them through every case they can throw at you. Nice clean numbers, ugly fractions, zeros, degenerate teams, real-world word problems, and one exam trap. If a scenario exists, it's below.

If any word here feels unfamiliar, that's fine — we rebuild every idea from zero as we hit it. Parent: Agile — Scrum & Kanban.


The scenario matrix

Before working anything, let's list every kind of case these formulas produce. A "case class" is a situation where the behaviour of the formula changes — a new sign, a rounding jump, a division that misbehaves, or a word-problem wrapping.

# Case class What's special about it Which example
C1 Velocity, clean divide backlog ÷ velocity is a whole number → no rounding Ex 1
C2 Velocity, fractional divide leftover points → ceiling jumps up Ex 2
C3 Velocity, noisy data one outlier sprint → why the mean smooths it Ex 3
C4 Velocity, degenerate a zero-point sprint (team blocked) in the average Ex 4
C5 Little's Law, solve for given → find wait time Ex 5
C6 Little's Law, WIP cut lower , same → shorter (the core Kanban claim) Ex 6
C7 Little's Law, limiting case and → what "empty board" means Ex 7
C8 Word problem, mixed units rate given per day, answer wanted in weeks → unit conversion Ex 8
C9 Exam twist a subtle "which lever?" question that punishes plug-and-chug Ex 9
C10 Burndown line reading "ahead/behind" off the ideal line, all day-values Ex 10 (figure)

Every row is covered below. Let's go.


Velocity examples (Machine 1)

Ex 1 — Case C1: the clean divide

Ex 2 — Case C2: the fractional divide (ceiling bites)

Ex 3 — Case C3: noisy data, why the mean

Ex 4 — Case C4: degenerate — a zero-point sprint


Little's Law examples (Machine 2)

Ex 5 — Case C5: solve for wait time

Ex 6 — Case C6: cut WIP, same throughput → faster (the core claim)

Ex 7 — Case C7: the limiting cases

Ex 8 — Case C8: word problem with mixed units

Ex 9 — Case C9: the exam twist ("which lever?")


Burndown example (Machine 3 — the ideal line)

Ex 10 — Case C10: reading ahead/behind at every day

Figure — Agile — Scrum (sprints, roles, ceremonies), Kanban

Recall Self-test (reveal after guessing)

Backlog 250, velocity 20 → sprints ::: Board , /wk → lead time ::: weeks Cut WIP to (same ) → new ::: weeks Zero-throughput board () → ::: undefined / infinite (nothing ever leaves) Ideal burndown at day 5 of a 40-pt / 10-day sprint ::: points To halve lead time for free, which lever? ::: halve WIP (throughput is expensive to raise)

Related: Little's Law · Project Estimation & Story Points · Continuous Integration & Delivery (CI-CD) · Lean Manufacturing · parent topic