flowchart LR a["Idea accepted<br/><i>work 2d</i>"] w1(["wait 9d<br/>backlog"]) b["Refinement<br/><i>work 1d</i>"] w2(["wait 4d<br/>awaiting design"]) c["Build<br/><i>work 5d</i>"] w3(["wait 3d<br/>awaiting review"]) d["Code review<br/><i>work 0.5d</i>"] w4(["wait 6d<br/>awaiting test env"]) e["Test<br/><i>work 2d</i>"] w5(["wait 11d<br/>awaiting release window"]) f["Release<br/><i>work 0.5d</i>"] a --> w1 --> b --> w2 --> c --> w3 --> d --> w4 --> e --> w5 --> f f --> tot["Work 11d · Wait 33d<br/>Lead time 44d · Flow efficiency 25%"]
Behavioural View
Value Stream Map
Every step from request to delivery with its work time and its wait time, exposing that most of the elapsed time is queueing.
Flow Metrics
Discovery