Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
[2019.12 Meetup] [LIGHTNING TALK 05] Joao Miran...
Search
DevOps Lisbon
December 16, 2019
Technology
0
65
[2019.12 Meetup] [LIGHTNING TALK 05] Joao Miranda - Managing flow for fast and predictable delivery
DevOps Lisbon
December 16, 2019
Tweet
Share
More Decks by DevOps Lisbon
See All by DevOps Lisbon
[2020.11 Meetup] Lisa Crispin - Testing in DevOps
devopslx
0
71
[2020.10 Meetup][TALK] Andrey Budzar - How Linedata Streamlined CI/CD and Optimized Cloud Spend
devopslx
1
570
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
75
[2020.07 Meetup] [INTRO] DevOps Lisbon
devopslx
0
120
[2020.07 Meetup] [Talk] May Poppendieck - Six Decades of Software Engineering
devopslx
0
170
[2020.06 Meetup] [INTRO] DevOps Lisbon
devopslx
1
110
[2020.06 Meetup] [Talk] Patrick Debois - Trust Me, We're Doing DevSecOps
devopslx
2
470
[2020.05 Meetup] [Talk#1] João Tiago - Load testing UK’s biggest food publisher using AWS & Artillery
devopslx
0
120
[2020.05 Meetup] [Talk#2] Miguel Palhas - Automating your Way to Confidence
devopslx
1
100
Other Decks in Technology
See All in Technology
データエンジニアリング領域におけるDuckDBのユースケース
chanyou0311
9
2.6k
ABWG2024採択者が語るエンジニアとしての自分自身の見つけ方〜発信して、つながって、世界を広げていく〜
maimyyym
1
230
マルチアカウント環境における組織ポリシーについて まとめてみる
nrinetcom
PRO
2
110
Aurora PostgreSQLがCloudWatch Logsに 出力するログの課金を削減してみる #jawsdays2025
non97
1
250
IAMのマニアックな話2025
nrinetcom
PRO
6
1.5k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
19k
MLflowはどのようにLLMOpsの課題を解決するのか
taka_aki
0
140
Ruby on Railsで持続可能な開発を行うために取り組んでいること
am1157154
3
170
"TEAM"を導入したら最高のエンジニア"Team"を実現できた / Deploying "TEAM" and Building the Best Engineering "Team"
yuj1osm
1
240
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
エンジニアの健康管理術 / Engineer Health Management Techniques
y_sone
4
1.2k
x86-64 Assembly Essentials
latte72
4
550
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1369
200k
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Product Roadmaps are Hard
iamctodd
PRO
51
11k
GraphQLとの向き合い方2022年版
quramy
44
14k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.4k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
How STYLIGHT went responsive
nonsquared
99
5.4k
Done Done
chrislema
182
16k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
115
51k
Writing Fast Ruby
sferik
628
61k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Transcript
Managing flow for fast and predictable delivery A preliminary report
Everybody wants to be faster and more predictable
Just a bit of context...
10 Scrum development teams 60+ people Credit, Document Mgmt., BPM
... a few concepts...
Cycle time. The number of days it took from starting
to work on an item until it was pushed into production. Analysis Development Acceptance Production
Work in Progress Age. The number of days that passed
since we started working on an item. Analysis Development Acceptance Production
Work in Progress. The number of items we have started
to work on but are still not finished. Analysis Development Acceptance Analysis Development 2
Alright, moving on… faster!
We decided to believe in Little’s Law and Flow.
Avg. Cycle Time Avg. Work In Progress Avg. Throughput
Avg. Cycle Time Avg. Work In Progress Avg. Throughput This
one we can manage!
Managing WIP
Before...
After...
Aging Work In Progress
Before…
After…
Cycle Time
Cycle Time “Cleaning up”
Cycle Time Best since Jan 2017
26% improvement of cycle time from January 2019
% On Time “Cleaning up”
% On Time Best since Jun 2018
43% improvement of delivery on time from January 2019
The Takeaways
Manage your WIP… Keep as few circles as possible
Pull! Pick these ones first, and then pull from the
ones on the immediate left.
Keep your items young! Don’t let them go up!
And that’s about it.