SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Hi Ryan, I am Ashley. I have heard
that you have worked in both
Kanban and Scrum teams. Would
you please let us know about your
experience in both the teams?
Hi Ashely. Yes, I have. Though the underlying
principles are the same, these two
frameworks have their unique features. Let
us explore in what terms these two agile
frameworks are different.
Agenda
1. What is Agile Software Development?
2. Similarities Between Scrum & Kanban
3. How does Scrum work?
4. How does Kanban work?
5. Scrum vs Kanban: Key Differences
6. The Takeaway
01
What is Agile Software
Development?
What is Agile Software Development?
- It is an umbrella term for a set of frameworks and practices that break down
complex projects into small manageable goals.
Complex Project Small Achievable Goals
Ability to adapt and change
Very flexible
Quickly adapts to changes
Quick launch of product
Enables fast decision-making
Improved communication
Emphasis on continuous improvement
Agile Frameworks
and
Methodologies
02
Similarities Between Scrum
& Kanban
Similarities Between
Scrum and Kanban
With pull system you create a workflow where work is
pulled only if there is a demand for it.
Pull System
Pull System
Limit Work-in-progress (WIP)
Limiting WIP will allow teams to identify bottlenecks and
improves throughput
Break Down Complex Tasks
They allow large and complex tasks to be broken down
and completed efficiently
High Value on Continual Improvement
They place a high value on continual improvement,
optimization of the work and the process
Limit WIP
Break down
complex tasks
Value Continual
Improvement
03
How Does Scrum Work?
Origin of Scrum
Jeff Sutherland implemented first
Scrum project at the Easel
Corporation
Ken Schwaber and Jeff Sutherland co-present
a paper called “The Scrum Development
Process” at the OOPSLA Conference
The term ‘Scrum’ was first introduced by professors
Hirotaka Takeuchi and Ikujiro Nonaka in their article
“The New New Product Development Game” at Harvard
Business Review.
They borrowed the name 'Scrum' from the game of
rugby, to stress the importance of teamwork to deal
with a complex problem.
The Scrum
Process
In Scrum, you break down the phases of your project into smaller
pieces that can be completed by a cross-functional team within a
prescribed time period (called a sprint).
The duration of the sprint in scrum is anywhere from 2 to
4 weeks to almost a month
Shippable Product
Increment
Once the sprint begins, you aren't allowed to add any new
requirements.
TO DO BUILD TEST DONERequirement 1
Requirement 2
Requirement 3
Requirement 9
Requirement 1
Requirement 2
Requirement 3
Requirement 9
Prioritized
Backlog
Sprint Planning
Meeting
Requirement 1
Requirement 9
Requirement 3
Requirement …
Sprint Backlog
Daily Scrum
Scrum Review
Shippable Product
Increment
Scrum Retrospective
04
How Does Kanban Work?
Origin of Kanban
A Toyota engineer, named Taiichi Ohno, created a
system that used paper cards for signaling and tracking
demand in his factory, naming the new system Kanban.
The way the items were restoked in the marketplaces
inspired Taiichi. If there are empty shelves in the
shop, then more inventory is ordered to meet the
demand again.
Taiichi brought this JIT (just-in-time)
principle to the Toyota facilities to ramp up
the car development process.
In 2004, David J. Anderson was the first to
apply Kanban to IT, software development.
TO DO IN PROGRESS DONE
Kanban
Kanban focuses on maintaining a continuous task flow and continuous delivery. At the same time,
the team is never given more work than it can handle. This is accomplished through the two primary
principles of Kanban:
Visualize your work, Limiting Work-in-progress
Project
Requirements
Req 1
Req 2
Req 3
Req 4
Req 5
Visualize your work
TO DO IN PROGRESS DONE
Kanban
Kanban focuses on maintaining a continuous task flow and continuous delivery. At the same time,
the team is never given more work than it can handle. This is accomplished through the two primary
principles of Kanban:
Visualize your work, Limiting Work-in-progress
Project
Requirements
Req 1
Req 2
Req 3
Req 4
Req 5
Work-in-progress
2WIP Limits
So, that’s how Scrum and Kanban
work. Were you able to pick up any
fundamental differences between
these frameworks after getting to
know how they work?
Definitely. I could pick up pick a point or two.
So, let me summarize.
Scrum - more structured, allows for forecasting
emphasizes teamwork, accountability, and
iterative progress toward a well-defined goal.
Kanban - is a bit more flexible, and it is a
visual system for managing work as it moves
through a continuous process.
05
Scrum vs Kanban
1. Sprint vs Flow
Scrum has sprints. The Sprint is a timebox of one month
or less during which the team produces a potentially
shippable product increment.
Shippable Product
Increment
Scrum Kanban
Kanban, there are no required time boxes or
iterations. It focuses on maintaining a continuous task
flow and continuous delivery.
2. Roles & Responsibilities
Scrum Kanban
Scrum has a set of mandatory roles that you must
implement. The Product Owner, Scrum Master, and
Team Members.
Under Kanban, no set roles are prescribed. Although,
there might still be an agile coach.
Agile Coach
3. Commitment
Scrum Kanban
Commitment is based on capacity. Work in progress
(WIP) limits prevent team members from working on
multiple tasks.
The team commits to a specific amount of work for
each iteration. If the capacity is not measured
accurately, sprint might fail.
4. Planning
Scrum Kanban
Planning happens iteratively at the beginning of each
Sprint.
With Kanban, there’s close to zero planning involved. It
includes Just-in-time planning, instead of planning for a
bigger time period
JIT
Just-in-
time
Delivery
5. Workload
Scrum Kanban
Scrum limits work in progress per iteration. The
development team has to commit to the number of tasks
that they are ready to accomplish during the Sprint.
TO DO BUILD TEST DONE5
Limits work in progress by assigning a limit to the
number of cards in any active-work columns. When
the limit is met, no new work can enter the column until a
task is completed.
TO DO IN PROGRESS DONE3
6. Modifications or Changes
Scrum Kanban
Once the sprint begins, you aren't allowed to add any
new requirements. When more tasks than planned are
added, scope creep occurs.
You can insert or add tasks constantly to the backlog
and existing cards can get blocked or removed all
together based on prioritization.
7. Key Performance Indicators (KPIs)
Scrum Kanban
Scrum measures productivity using a metric called velocity,
which is the number of story points completed in a sprint. Uses
Burndown chart and Velocity chart.
Lead time and cycle time are important metrics for
Kanban teams. They are used to calculate the average
amount of time that it takes for a task to move from start
to finish. Then there is CFD
8. Scrum Board vs Kanban Board
Scrum Kanban
On a Scrum Board, the columns are labeled to show the
workflow states. At the beginning of the sprint all the stories
are added to the board
Kanban board also has the columns labeled to show the
workflow states. The difference is that Kanban board
has WIP limits visualized on it.
3
9. Application
Scrum Kanban
• Ideal for projects where you want to move fast but you need
some degree of planning and coordination
• Goal-driven projects with fixed deliverables
• Suitable for non-mature teams
• Kanban is the best choice when you have a lot of
incoming tasks with changing priorities
• It is better suitable for mature teams
• Teams involved in industries such as marketing,
software development, or content creation can benefit
from Kanban
06
Key Takeaway
Scrum vs Kanban
Cadence Regular fixed length sprints Continuous flow
Release Methodology At the end of each sprint Continuous delivery
Key Metrics Velocity Lead time, cycle time, WIP
Roles Product owner, scrum master, development team No required roles
Teams Must be cross-functional Can be specialized
Modifications Changes during the sprint are strongly discouraged Change can happen at any time
WIP Limits Limits work in progress per iteration
Limits WIP by limiting the number of cards in any
active-work columns
Commitment
Teams are Teams are required to commit a specific
amount of work
Commitment not necessary it is optional for teams
Storyboard Scrum board is rest after every sprint
Kanban board is persistent, low continues for as
long as the project continues
Scrum Kanban
What is
Scrumban?
Scrumban is a project management framework that
combines important features of two popular agile
methodologies: Scrum and Kanban.
SCRUMBAN
Scrum Kanban
• Scrumban provides the structure of Scrum with the flexibility and
visualization of Kanban, making it a highly versatile approach to workflow
management.
• Was initially created as a way to transition from Scrum to Kanban
Sounds Interesting?
There is a huge demand for Certified Scrum Masters who can prove their knowledge and skills involving
Agile and Scrum practices. Trained, certified, and experienced Scrum masters are highly sought after.
Invensis Learning provides live online Certified ScrumMaster (CSM®) certification training which is
accredited by Scrum Alliance®
Become a Certified Scrum Master
ENROLL NOW
Visit us here: https://www.invensislearning.com/

Weitere ähnliche Inhalte

Was ist angesagt?

Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentalsDeniz Gungor
 
Scrum - Agile Methodology
Scrum - Agile MethodologyScrum - Agile Methodology
Scrum - Agile MethodologyNiel Deckx
 
Implementing Kanban to Improve your Workflow
Implementing Kanban to Improve your WorkflowImplementing Kanban to Improve your Workflow
Implementing Kanban to Improve your WorkflowJennifer Davis
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumArrielle Mali
 
Intro to Kanban - AgileDayChile2011 Keynote
Intro to Kanban - AgileDayChile2011 KeynoteIntro to Kanban - AgileDayChile2011 Keynote
Intro to Kanban - AgileDayChile2011 KeynoteChileAgil
 
Scrum master basics
Scrum master basics Scrum master basics
Scrum master basics Elad Sofer
 
Scrum to Scrumban Migration
Scrum to Scrumban MigrationScrum to Scrumban Migration
Scrum to Scrumban MigrationSkills Matter
 
Top 10 Agile Metrics
Top 10 Agile MetricsTop 10 Agile Metrics
Top 10 Agile MetricsXBOSoft
 
Agile Scrum Training Process
Agile Scrum Training ProcessAgile Scrum Training Process
Agile Scrum Training ProcessClarion Marketing
 
Leading agile teams - Advanced Scrum Master
Leading agile teams - Advanced Scrum MasterLeading agile teams - Advanced Scrum Master
Leading agile teams - Advanced Scrum MasterIlan Kirschenbaum
 
ScrumBan : Best of Both Worlds. A Fertile Hybrid
ScrumBan : Best of Both Worlds. A Fertile HybridScrumBan : Best of Both Worlds. A Fertile Hybrid
ScrumBan : Best of Both Worlds. A Fertile HybridJaya S
 

Was ist angesagt? (20)

Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentals
 
Scrum - Agile Methodology
Scrum - Agile MethodologyScrum - Agile Methodology
Scrum - Agile Methodology
 
Implementing Kanban to Improve your Workflow
Implementing Kanban to Improve your WorkflowImplementing Kanban to Improve your Workflow
Implementing Kanban to Improve your Workflow
 
AGILE METHODOLOGY
AGILE METHODOLOGYAGILE METHODOLOGY
AGILE METHODOLOGY
 
Scrum
ScrumScrum
Scrum
 
Scrum 101
Scrum 101 Scrum 101
Scrum 101
 
Scrum 101: Introduction to Scrum
Scrum 101: Introduction to ScrumScrum 101: Introduction to Scrum
Scrum 101: Introduction to Scrum
 
2017 Scrum by Picture
2017 Scrum by Picture2017 Scrum by Picture
2017 Scrum by Picture
 
Intro to Kanban - AgileDayChile2011 Keynote
Intro to Kanban - AgileDayChile2011 KeynoteIntro to Kanban - AgileDayChile2011 Keynote
Intro to Kanban - AgileDayChile2011 Keynote
 
Agile 101
Agile 101Agile 101
Agile 101
 
Scrum master basics
Scrum master basics Scrum master basics
Scrum master basics
 
Scrum to Scrumban Migration
Scrum to Scrumban MigrationScrum to Scrumban Migration
Scrum to Scrumban Migration
 
Kanban Basics
Kanban BasicsKanban Basics
Kanban Basics
 
Top 10 Agile Metrics
Top 10 Agile MetricsTop 10 Agile Metrics
Top 10 Agile Metrics
 
Agile 101
Agile 101Agile 101
Agile 101
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
 
SCRUM – Agile Methodology
SCRUM – Agile MethodologySCRUM – Agile Methodology
SCRUM – Agile Methodology
 
Agile Scrum Training Process
Agile Scrum Training ProcessAgile Scrum Training Process
Agile Scrum Training Process
 
Leading agile teams - Advanced Scrum Master
Leading agile teams - Advanced Scrum MasterLeading agile teams - Advanced Scrum Master
Leading agile teams - Advanced Scrum Master
 
ScrumBan : Best of Both Worlds. A Fertile Hybrid
ScrumBan : Best of Both Worlds. A Fertile HybridScrumBan : Best of Both Worlds. A Fertile Hybrid
ScrumBan : Best of Both Worlds. A Fertile Hybrid
 

Ähnlich wie Scrum vs Kanban - Which Agile Methodology Fits Best For Your Team?

Kin2020- flow based product development- an experience report
Kin2020-  flow based product development- an experience reportKin2020-  flow based product development- an experience report
Kin2020- flow based product development- an experience reportRavi Tadwalkar
 
Kanban India 2022 | Ravi Tadwalkar | From Scrum to ScrumBan/Kanban: Process ...
Kanban India 2022 | Ravi Tadwalkar |  From Scrum to ScrumBan/Kanban: Process ...Kanban India 2022 | Ravi Tadwalkar |  From Scrum to ScrumBan/Kanban: Process ...
Kanban India 2022 | Ravi Tadwalkar | From Scrum to ScrumBan/Kanban: Process ...LeanKanbanIndia
 
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptxFrom Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptxRavi Tadwalkar
 
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)
Advanced kanban overview for waterfall & scrum practitioners  (16x9 deck)Advanced kanban overview for waterfall & scrum practitioners  (16x9 deck)
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)Ravi Tadwalkar
 
Scrum vs Kanban
Scrum vs KanbanScrum vs Kanban
Scrum vs Kanbansuyogyaman
 
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018Yuval Yeret
 
Why can Kanban be a better Agile Approach than Scrum for your project?
Why can Kanban be a better Agile Approach than Scrum for your project?Why can Kanban be a better Agile Approach than Scrum for your project?
Why can Kanban be a better Agile Approach than Scrum for your project?SnehaRoy74
 
Scrumban (Lean Agile Fusion) V1.1
Scrumban (Lean Agile Fusion) V1.1Scrumban (Lean Agile Fusion) V1.1
Scrumban (Lean Agile Fusion) V1.1Michael O'Rourke
 
Scrumban (Lean-Agile Fusion) v1.1
Scrumban (Lean-Agile Fusion) v1.1Scrumban (Lean-Agile Fusion) v1.1
Scrumban (Lean-Agile Fusion) v1.1michaelorourke00
 
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...Hyder Baksh
 
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Yuval Yeret
 
scrum-1-10.pptx
scrum-1-10.pptxscrum-1-10.pptx
scrum-1-10.pptxheelojr
 
Scrumhub scrum-guide-2016
Scrumhub scrum-guide-2016Scrumhub scrum-guide-2016
Scrumhub scrum-guide-2016Veeresh Yadrami
 
WebCamp: Project Management Day: World of Agile: Kanban - Евгений Андрушко
WebCamp: Project Management Day: World of Agile: Kanban - Евгений АндрушкоWebCamp: Project Management Day: World of Agile: Kanban - Евгений Андрушко
WebCamp: Project Management Day: World of Agile: Kanban - Евгений АндрушкоGeeksLab Odessa
 

Ähnlich wie Scrum vs Kanban - Which Agile Methodology Fits Best For Your Team? (20)

Kin2020- flow based product development- an experience report
Kin2020-  flow based product development- an experience reportKin2020-  flow based product development- an experience report
Kin2020- flow based product development- an experience report
 
Kanban India 2022 | Ravi Tadwalkar | From Scrum to ScrumBan/Kanban: Process ...
Kanban India 2022 | Ravi Tadwalkar |  From Scrum to ScrumBan/Kanban: Process ...Kanban India 2022 | Ravi Tadwalkar |  From Scrum to ScrumBan/Kanban: Process ...
Kanban India 2022 | Ravi Tadwalkar | From Scrum to ScrumBan/Kanban: Process ...
 
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptxFrom Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
From Scrum to ScrumBan or Kanban- Process Evaluator Workshop using Excel.pptx
 
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)
Advanced kanban overview for waterfall & scrum practitioners  (16x9 deck)Advanced kanban overview for waterfall & scrum practitioners  (16x9 deck)
Advanced kanban overview for waterfall & scrum practitioners (16x9 deck)
 
Scrum vs Kanban
Scrum vs KanbanScrum vs Kanban
Scrum vs Kanban
 
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018
Scrum, Kanban, and DevOps Sitting in a Tree… - Big Apple Scrum Day 2018
 
Kanban Methodology
Kanban MethodologyKanban Methodology
Kanban Methodology
 
Why can Kanban be a better Agile Approach than Scrum for your project?
Why can Kanban be a better Agile Approach than Scrum for your project?Why can Kanban be a better Agile Approach than Scrum for your project?
Why can Kanban be a better Agile Approach than Scrum for your project?
 
Scrumban
ScrumbanScrumban
Scrumban
 
Scrumban (Lean Agile Fusion) V1.1
Scrumban (Lean Agile Fusion) V1.1Scrumban (Lean Agile Fusion) V1.1
Scrumban (Lean Agile Fusion) V1.1
 
Scrumban (Lean-Agile Fusion) v1.1
Scrumban (Lean-Agile Fusion) v1.1Scrumban (Lean-Agile Fusion) v1.1
Scrumban (Lean-Agile Fusion) v1.1
 
Scrum vs Kanban
Scrum vs KanbanScrum vs Kanban
Scrum vs Kanban
 
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...
Overview on Agile, Scrum, Kanban, Extreme programming (XP) and Scaled Agile F...
 
kanban for scrum _by_KapilPuri
kanban for scrum _by_KapilPurikanban for scrum _by_KapilPuri
kanban for scrum _by_KapilPuri
 
Scrumban
ScrumbanScrumban
Scrumban
 
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
Modern Professional Scrum using Flow and Kanban - Agile and Beyond Detroit 2019
 
Introduction to Scrum
Introduction to ScrumIntroduction to Scrum
Introduction to Scrum
 
scrum-1-10.pptx
scrum-1-10.pptxscrum-1-10.pptx
scrum-1-10.pptx
 
Scrumhub scrum-guide-2016
Scrumhub scrum-guide-2016Scrumhub scrum-guide-2016
Scrumhub scrum-guide-2016
 
WebCamp: Project Management Day: World of Agile: Kanban - Евгений Андрушко
WebCamp: Project Management Day: World of Agile: Kanban - Евгений АндрушкоWebCamp: Project Management Day: World of Agile: Kanban - Евгений Андрушко
WebCamp: Project Management Day: World of Agile: Kanban - Евгений Андрушко
 

Mehr von Invensis Learning

What is PERT in Project Management? End to End Guide
What is PERT in Project Management? End to End GuideWhat is PERT in Project Management? End to End Guide
What is PERT in Project Management? End to End GuideInvensis Learning
 
Key Roles & Responsibilities of a Creative Project Manager.pptx
Key Roles & Responsibilities of a Creative Project Manager.pptxKey Roles & Responsibilities of a Creative Project Manager.pptx
Key Roles & Responsibilities of a Creative Project Manager.pptxInvensis Learning
 
Key Elements of Enterprise Project Management.pptx
Key Elements of Enterprise Project Management.pptxKey Elements of Enterprise Project Management.pptx
Key Elements of Enterprise Project Management.pptxInvensis Learning
 
Steps to Get an Internship in Project Management.pptx
Steps to Get an Internship in Project Management.pptxSteps to Get an Internship in Project Management.pptx
Steps to Get an Internship in Project Management.pptxInvensis Learning
 
Significance of milestomnes in PM.pptx
Significance of milestomnes in PM.pptxSignificance of milestomnes in PM.pptx
Significance of milestomnes in PM.pptxInvensis Learning
 
9 Game-Changing Open-Source Project Tools Unveiled!
9 Game-Changing Open-Source Project Tools Unveiled!9 Game-Changing Open-Source Project Tools Unveiled!
9 Game-Changing Open-Source Project Tools Unveiled!Invensis Learning
 
Creating RFP in Project Management
Creating RFP in Project ManagementCreating RFP in Project Management
Creating RFP in Project ManagementInvensis Learning
 
Best Practices for Effective Dependency Management in Project Management
Best Practices for Effective Dependency Management in Project ManagementBest Practices for Effective Dependency Management in Project Management
Best Practices for Effective Dependency Management in Project ManagementInvensis Learning
 
project management timeline.pptx
project management timeline.pptxproject management timeline.pptx
project management timeline.pptxInvensis Learning
 
Top 5 Project Management Techniques.pptx
Top 5 Project Management Techniques.pptxTop 5 Project Management Techniques.pptx
Top 5 Project Management Techniques.pptxInvensis Learning
 
5 Key Insights on Project Management Consulting
5 Key Insights on Project Management Consulting5 Key Insights on Project Management Consulting
5 Key Insights on Project Management ConsultingInvensis Learning
 
How Do You Become a Technical Project Manager | Invensis Learning
How Do You Become a Technical Project Manager | Invensis LearningHow Do You Become a Technical Project Manager | Invensis Learning
How Do You Become a Technical Project Manager | Invensis LearningInvensis Learning
 
5 Phases of Construction Project Management | Invensis Learning
5 Phases of Construction Project Management | Invensis Learning5 Phases of Construction Project Management | Invensis Learning
5 Phases of Construction Project Management | Invensis LearningInvensis Learning
 
Business Analyst Interview Questions SlideShare
Business Analyst Interview Questions SlideShareBusiness Analyst Interview Questions SlideShare
Business Analyst Interview Questions SlideShareInvensis Learning
 
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...Invensis Learning
 
Six Sigma Tutorial for Beginners | Six Sigma Explained | Invensis Learning
Six Sigma Tutorial for Beginners | Six Sigma Explained  | Invensis LearningSix Sigma Tutorial for Beginners | Six Sigma Explained  | Invensis Learning
Six Sigma Tutorial for Beginners | Six Sigma Explained | Invensis LearningInvensis Learning
 
Business Analyst Roles & Responsibilities
Business Analyst Roles & Responsibilities Business Analyst Roles & Responsibilities
Business Analyst Roles & Responsibilities Invensis Learning
 
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis Learning
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis LearningWhat is Lean Six Sigma? Lean Six Sigma Explained - Invensis Learning
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis LearningInvensis Learning
 
What is Agile Project Management? | Agile Project Management | Invensis Learn...
What is Agile Project Management? | Agile Project Management | Invensis Learn...What is Agile Project Management? | Agile Project Management | Invensis Learn...
What is Agile Project Management? | Agile Project Management | Invensis Learn...Invensis Learning
 

Mehr von Invensis Learning (20)

What is PERT in Project Management? End to End Guide
What is PERT in Project Management? End to End GuideWhat is PERT in Project Management? End to End Guide
What is PERT in Project Management? End to End Guide
 
Key Roles & Responsibilities of a Creative Project Manager.pptx
Key Roles & Responsibilities of a Creative Project Manager.pptxKey Roles & Responsibilities of a Creative Project Manager.pptx
Key Roles & Responsibilities of a Creative Project Manager.pptx
 
Key Elements of Enterprise Project Management.pptx
Key Elements of Enterprise Project Management.pptxKey Elements of Enterprise Project Management.pptx
Key Elements of Enterprise Project Management.pptx
 
Steps to Get an Internship in Project Management.pptx
Steps to Get an Internship in Project Management.pptxSteps to Get an Internship in Project Management.pptx
Steps to Get an Internship in Project Management.pptx
 
Significance of milestomnes in PM.pptx
Significance of milestomnes in PM.pptxSignificance of milestomnes in PM.pptx
Significance of milestomnes in PM.pptx
 
9 Game-Changing Open-Source Project Tools Unveiled!
9 Game-Changing Open-Source Project Tools Unveiled!9 Game-Changing Open-Source Project Tools Unveiled!
9 Game-Changing Open-Source Project Tools Unveiled!
 
Creating RFP in Project Management
Creating RFP in Project ManagementCreating RFP in Project Management
Creating RFP in Project Management
 
Best Practices for Effective Dependency Management in Project Management
Best Practices for Effective Dependency Management in Project ManagementBest Practices for Effective Dependency Management in Project Management
Best Practices for Effective Dependency Management in Project Management
 
project management timeline.pptx
project management timeline.pptxproject management timeline.pptx
project management timeline.pptx
 
Top 5 Project Management Techniques.pptx
Top 5 Project Management Techniques.pptxTop 5 Project Management Techniques.pptx
Top 5 Project Management Techniques.pptx
 
5 Key Insights on Project Management Consulting
5 Key Insights on Project Management Consulting5 Key Insights on Project Management Consulting
5 Key Insights on Project Management Consulting
 
How Do You Become a Technical Project Manager | Invensis Learning
How Do You Become a Technical Project Manager | Invensis LearningHow Do You Become a Technical Project Manager | Invensis Learning
How Do You Become a Technical Project Manager | Invensis Learning
 
5 Phases of Construction Project Management | Invensis Learning
5 Phases of Construction Project Management | Invensis Learning5 Phases of Construction Project Management | Invensis Learning
5 Phases of Construction Project Management | Invensis Learning
 
Business Analyst Interview Questions SlideShare
Business Analyst Interview Questions SlideShareBusiness Analyst Interview Questions SlideShare
Business Analyst Interview Questions SlideShare
 
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...
Minitab Tutorial for Beginners | What is Minitab? | Minitab Training for Stat...
 
Six Sigma Tutorial for Beginners | Six Sigma Explained | Invensis Learning
Six Sigma Tutorial for Beginners | Six Sigma Explained  | Invensis LearningSix Sigma Tutorial for Beginners | Six Sigma Explained  | Invensis Learning
Six Sigma Tutorial for Beginners | Six Sigma Explained | Invensis Learning
 
Business Analyst Roles & Responsibilities
Business Analyst Roles & Responsibilities Business Analyst Roles & Responsibilities
Business Analyst Roles & Responsibilities
 
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis Learning
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis LearningWhat is Lean Six Sigma? Lean Six Sigma Explained - Invensis Learning
What is Lean Six Sigma? Lean Six Sigma Explained - Invensis Learning
 
What is Agile Project Management? | Agile Project Management | Invensis Learn...
What is Agile Project Management? | Agile Project Management | Invensis Learn...What is Agile Project Management? | Agile Project Management | Invensis Learn...
What is Agile Project Management? | Agile Project Management | Invensis Learn...
 
What is Scrum? SlideShare
What is Scrum? SlideShareWhat is Scrum? SlideShare
What is Scrum? SlideShare
 

Kürzlich hochgeladen

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 

Kürzlich hochgeladen (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

Scrum vs Kanban - Which Agile Methodology Fits Best For Your Team?

  • 1.
  • 2. Hi Ryan, I am Ashley. I have heard that you have worked in both Kanban and Scrum teams. Would you please let us know about your experience in both the teams? Hi Ashely. Yes, I have. Though the underlying principles are the same, these two frameworks have their unique features. Let us explore in what terms these two agile frameworks are different. Agenda 1. What is Agile Software Development? 2. Similarities Between Scrum & Kanban 3. How does Scrum work? 4. How does Kanban work? 5. Scrum vs Kanban: Key Differences 6. The Takeaway
  • 3. 01 What is Agile Software Development?
  • 4. What is Agile Software Development? - It is an umbrella term for a set of frameworks and practices that break down complex projects into small manageable goals. Complex Project Small Achievable Goals Ability to adapt and change Very flexible Quickly adapts to changes Quick launch of product Enables fast decision-making Improved communication Emphasis on continuous improvement
  • 7. Similarities Between Scrum and Kanban With pull system you create a workflow where work is pulled only if there is a demand for it. Pull System Pull System Limit Work-in-progress (WIP) Limiting WIP will allow teams to identify bottlenecks and improves throughput Break Down Complex Tasks They allow large and complex tasks to be broken down and completed efficiently High Value on Continual Improvement They place a high value on continual improvement, optimization of the work and the process Limit WIP Break down complex tasks Value Continual Improvement
  • 9. Origin of Scrum Jeff Sutherland implemented first Scrum project at the Easel Corporation Ken Schwaber and Jeff Sutherland co-present a paper called “The Scrum Development Process” at the OOPSLA Conference The term ‘Scrum’ was first introduced by professors Hirotaka Takeuchi and Ikujiro Nonaka in their article “The New New Product Development Game” at Harvard Business Review. They borrowed the name 'Scrum' from the game of rugby, to stress the importance of teamwork to deal with a complex problem.
  • 10. The Scrum Process In Scrum, you break down the phases of your project into smaller pieces that can be completed by a cross-functional team within a prescribed time period (called a sprint). The duration of the sprint in scrum is anywhere from 2 to 4 weeks to almost a month Shippable Product Increment Once the sprint begins, you aren't allowed to add any new requirements.
  • 11. TO DO BUILD TEST DONERequirement 1 Requirement 2 Requirement 3 Requirement 9 Requirement 1 Requirement 2 Requirement 3 Requirement 9 Prioritized Backlog Sprint Planning Meeting Requirement 1 Requirement 9 Requirement 3 Requirement … Sprint Backlog Daily Scrum Scrum Review Shippable Product Increment Scrum Retrospective
  • 13. Origin of Kanban A Toyota engineer, named Taiichi Ohno, created a system that used paper cards for signaling and tracking demand in his factory, naming the new system Kanban. The way the items were restoked in the marketplaces inspired Taiichi. If there are empty shelves in the shop, then more inventory is ordered to meet the demand again. Taiichi brought this JIT (just-in-time) principle to the Toyota facilities to ramp up the car development process. In 2004, David J. Anderson was the first to apply Kanban to IT, software development.
  • 14. TO DO IN PROGRESS DONE Kanban Kanban focuses on maintaining a continuous task flow and continuous delivery. At the same time, the team is never given more work than it can handle. This is accomplished through the two primary principles of Kanban: Visualize your work, Limiting Work-in-progress Project Requirements Req 1 Req 2 Req 3 Req 4 Req 5 Visualize your work
  • 15. TO DO IN PROGRESS DONE Kanban Kanban focuses on maintaining a continuous task flow and continuous delivery. At the same time, the team is never given more work than it can handle. This is accomplished through the two primary principles of Kanban: Visualize your work, Limiting Work-in-progress Project Requirements Req 1 Req 2 Req 3 Req 4 Req 5 Work-in-progress 2WIP Limits
  • 16. So, that’s how Scrum and Kanban work. Were you able to pick up any fundamental differences between these frameworks after getting to know how they work? Definitely. I could pick up pick a point or two. So, let me summarize. Scrum - more structured, allows for forecasting emphasizes teamwork, accountability, and iterative progress toward a well-defined goal. Kanban - is a bit more flexible, and it is a visual system for managing work as it moves through a continuous process.
  • 18. 1. Sprint vs Flow Scrum has sprints. The Sprint is a timebox of one month or less during which the team produces a potentially shippable product increment. Shippable Product Increment Scrum Kanban Kanban, there are no required time boxes or iterations. It focuses on maintaining a continuous task flow and continuous delivery.
  • 19. 2. Roles & Responsibilities Scrum Kanban Scrum has a set of mandatory roles that you must implement. The Product Owner, Scrum Master, and Team Members. Under Kanban, no set roles are prescribed. Although, there might still be an agile coach. Agile Coach
  • 20. 3. Commitment Scrum Kanban Commitment is based on capacity. Work in progress (WIP) limits prevent team members from working on multiple tasks. The team commits to a specific amount of work for each iteration. If the capacity is not measured accurately, sprint might fail.
  • 21. 4. Planning Scrum Kanban Planning happens iteratively at the beginning of each Sprint. With Kanban, there’s close to zero planning involved. It includes Just-in-time planning, instead of planning for a bigger time period JIT Just-in- time Delivery
  • 22. 5. Workload Scrum Kanban Scrum limits work in progress per iteration. The development team has to commit to the number of tasks that they are ready to accomplish during the Sprint. TO DO BUILD TEST DONE5 Limits work in progress by assigning a limit to the number of cards in any active-work columns. When the limit is met, no new work can enter the column until a task is completed. TO DO IN PROGRESS DONE3
  • 23. 6. Modifications or Changes Scrum Kanban Once the sprint begins, you aren't allowed to add any new requirements. When more tasks than planned are added, scope creep occurs. You can insert or add tasks constantly to the backlog and existing cards can get blocked or removed all together based on prioritization.
  • 24. 7. Key Performance Indicators (KPIs) Scrum Kanban Scrum measures productivity using a metric called velocity, which is the number of story points completed in a sprint. Uses Burndown chart and Velocity chart. Lead time and cycle time are important metrics for Kanban teams. They are used to calculate the average amount of time that it takes for a task to move from start to finish. Then there is CFD
  • 25. 8. Scrum Board vs Kanban Board Scrum Kanban On a Scrum Board, the columns are labeled to show the workflow states. At the beginning of the sprint all the stories are added to the board Kanban board also has the columns labeled to show the workflow states. The difference is that Kanban board has WIP limits visualized on it. 3
  • 26. 9. Application Scrum Kanban • Ideal for projects where you want to move fast but you need some degree of planning and coordination • Goal-driven projects with fixed deliverables • Suitable for non-mature teams • Kanban is the best choice when you have a lot of incoming tasks with changing priorities • It is better suitable for mature teams • Teams involved in industries such as marketing, software development, or content creation can benefit from Kanban
  • 28. Scrum vs Kanban Cadence Regular fixed length sprints Continuous flow Release Methodology At the end of each sprint Continuous delivery Key Metrics Velocity Lead time, cycle time, WIP Roles Product owner, scrum master, development team No required roles Teams Must be cross-functional Can be specialized Modifications Changes during the sprint are strongly discouraged Change can happen at any time WIP Limits Limits work in progress per iteration Limits WIP by limiting the number of cards in any active-work columns Commitment Teams are Teams are required to commit a specific amount of work Commitment not necessary it is optional for teams Storyboard Scrum board is rest after every sprint Kanban board is persistent, low continues for as long as the project continues Scrum Kanban
  • 29. What is Scrumban? Scrumban is a project management framework that combines important features of two popular agile methodologies: Scrum and Kanban. SCRUMBAN Scrum Kanban • Scrumban provides the structure of Scrum with the flexibility and visualization of Kanban, making it a highly versatile approach to workflow management. • Was initially created as a way to transition from Scrum to Kanban
  • 30. Sounds Interesting? There is a huge demand for Certified Scrum Masters who can prove their knowledge and skills involving Agile and Scrum practices. Trained, certified, and experienced Scrum masters are highly sought after. Invensis Learning provides live online Certified ScrumMaster (CSM®) certification training which is accredited by Scrum Alliance®
  • 31. Become a Certified Scrum Master ENROLL NOW Visit us here: https://www.invensislearning.com/