SlideShare a Scribd company logo
Agile -Scrum -CMMI
Presented By:
Rabi Raj Khadka
Saurav Shrestha
Agile is not
• A methodology
• Way of developing software
• Framework or process
Agile is
• our guiding principles that lay the
foundation for building better software.
• a mindset and a way of thinking and acting,
based on 4 core values and 12 principles
• a philosophy
Agile Scrum CMMI
More Values
-Individuals and interactions | Processes and tools
-Working software | Comprehensive
documentation
-Customer collaboration | Contract negotiation
-Responding to change | Following a plan
Set of Values
less Values
12 Principles
• Customer Satisfaction
• Welcome Change
• Deliver a Working Software
• Collaboration
• Motivation
• Face to Face Conversation
12 Principles (contd.)
• Measure the progress as per the working software
• Maintain constant pace
• Monitoring
• Simplicity
• Self organized teams
• Review the work regularly
वखेद त श वकास
AGILE
Iterative
Adaptable
Rapid
Cooperative
Quality-driven
Working
software
Value-Driven
Planning
Cross-functional
Teams
Agile Scrum CMMI
Agility Test
Agile Practices
• Pair Programming == Working Together
• Test Driven Design == Creating our own hypothesis
• Automated Acceptance Testing == Giving the customer what
they asks for
• Refactoring == Cleaning up after ourself
• Emergent Design == Learning on the job
More practices
Agile modeling, Agile testing, Backlogs (Product and Sprint)
Behavior-driven development, Business analyst designer
method , Continuous integration, Cross-functional team,
Domain-driven design, Information radiators (scrum board,
task board, visual management board, burndown chart),
Iterative and incremental development, Planning poker,
Retrospective, Scrum events (sprint planning, daily scrum,
sprint review and retrospective), Story-driven modeling,
Timeboxing, User story, User story mapping, Velocity
tracking
Scrum
• is the most popular way of introducing Agility
• is light-weight agile process tool
• uses fixed-length iterations, called Sprints.
• scrum teams try to build a potentially releasable product
increment every Sprint
• provides a structure of roles, meetings, rules, and
artifacts
Agile Scrum CMMI
Scrum Roles
• Product Owner
• Scrum Master
• Scrum Development Team
Product Owner
• Single person responsible for maximizing the return on
investment(ROI) of the development effort
• Responsible for product vision
• Constantly re-prioritizes the Product Backlog, adjusting
any long term expectations such as release plans
• Conveys the overall mission and vision of the product
which the team is building.
• Considers stakeholder interests
• Final arbiter of requirements questions
• Decides whether to release and whether to continue
development
• May contribute as a team member
• Has a leadership role
Scrum Master
• Works with the organization to make Scrum possible
• Ensures Scrum is understood and enacted
• Creates an environment conducive to team self-organization
• Shields the team from external interference and
distractions to keep it in group flow
• Promotes improved engineering practices
• Has no management authority over the team
• Helps resolve impediments
• Has a leadership role
Scrum Development Team
• Cross-functional
• Self-organizing / self-managing, without externally
assigned roles
• Plans one Sprint at a time with the Product Owner
• Has autonomy regarding how to develop the increment
• Intensely collaborative
• Most successful when located in one team room,
particularly for the first few Sprints
• Most successful with long-term, full-time membership.
Scrum moves work to a flexible learning team and avoids
moving people or splitting them between teams.
• 6 ± 3 members
• Has a leadership role
Scrum Meetings
• Sprint Planning Meeting
• Daily Scrum and Sprint Execution
• Sprint Review Meeting
• Sprint Retrospective Meeting
• Backlog Refinement Meeting
Sprint Planning Meetings
At the beginning of each Sprint, the Product Owner and team
hold a Sprint Planning Meeting
• to negotiate which Product Backlog Items they will attempt
to convert to working product during the Sprint.
• Product Owner is responsible for declaring which items are
the most important to the business
• Development Team is responsible for selecting the amount
of work they feel they can implement without accruing
technical debt
• The team determines how it will accomplish the work.
• Team pulls Product Backlog Items to Sprint Backlog
• Timebox: Eight hours for a four-week sprint,
proportionately shorter for shorter sprints
• Attendees: The complete Scrum team, including all roles
• Most important: Team capacity and DoD (Definition of Done)
Agile Scrum CMMI
Daily Scrum Meetings
• Total of 15 minutes inspecting the progress toward the
Sprint goal, and creating a plan for the day.
Share
• what they did the previous day to help meet the Sprint
goal,
• what they’ll do today,
• and what impediments they face.
• During Sprint execution it is common to discover
additional tasks necessary to achieve the Sprint goals.
• Impediments caused by issues beyond the team’s control are
considered organizational impediments.
• Itis intended to disrupt old habits of working separately.
• Timebox: Fifteen minutes is standard
• Attendees: The complete Scrum team, including all roles
• Most important: To speak about any impediments
Agile Scrum CMMI
Sprint Review Meetings
• To demonstrate a working product increment to everyone who
is interested, particularly outside stakeholders.
• Should feature a live demonstration, not a report.
• Product owner reviews the items selected during the sprint
planning meeting and explains which items are considered
done.
• Incomplete items are returned to the Product Backlog and
ranked according to the Product Owner’s revised priorities
as candidates for future Sprints.
• The Scrum Master helps the Product Owner and stakeholders
convert their feedback to new Product Backlog Items for
prioritization by the Product Owner.
• For Stakeholder it is an opportunity to inspect and adapt
the product as it emerges.
• Timebox: Four hours for a four-week sprint,
proportionately shorter for shorter sprints
• Attendees: The complete Scrum team, including all roles,
plus any other stakeholders who are interested in the
project success
• Most important: Demo of working software and assessing the
feedback
Agile Scrum CMMI
Sprint Retrospective Meetings
Each Sprint ends with a retrospective. At this meeting,
• The team reflects on its own process.
• They inspect their behavior and take action to adapt it
for future Sprints.
Process of meetings
• Set the stage, gather data, generate insights, decide what
to do, close the retrospective.
• Scrum Masters should use a variety of techniques to
facilitate retrospectives, including silent writing,
timelines, and satisfaction histograms.
• In all cases, the goals are to gain a common understanding
of multiple perspectives and to develop actions that will
take the team and organization to the next level.
• A common impediment to full transparency on the team is
the presence of people who conduct performance appraisals.
• Another impediment to an insightful retrospective is the
human tendency to jump to conclusions and propose actions
too quickly
• A third impediment to psychological safety is geographic
distribution
• Timebox: Three hours for a four-week sprint
• Attendees: The complete Scrum team, including all roles
• Most important: To brainstorm and agree on what is working
and what is not
Agile Scrum CMMI
Backlog Refinement Meetings
• Most Product Backlog Items initially need refinement
because they are too large and poorly understood.
• While Backlog Refinement is not a required event, it is a
required activity.
• Most Scrum Teams find it useful to take a short time out
of every Sprint for this activity.
• Large vague items are split and clarified, considering
both business and technical concerns.
Agile Scrum CMMI
Scrum Artifacts
• Product Backlog
• Sprint Backlog
• Increment
Product Backlog
• Prioritized list of desired functionality
• Visible to all stakeholders and Any stakeholder can add
items
• Constantly re-prioritized by the Product Owner
• Constantly refined by the Scrum Team
• Items at top should be smaller (1/4) than items at bottom
PBIs
• Describes the what more than the how of a customer-centric
feature
• Often written in User Story form
• Has a product-wide definition of done to prevent technical
debt
• May have item-specific acceptance criteria
• Effort is estimated by the Development Team, ideally in
relative units
Sprint Backlog
• Consists of selected PBIs negotiated between the team and
the product owner during the SPM
• No changes are made during the Sprint that would endanger
the Sprint Goal.
• Team will discover additional tasks needed to meet the
Sprint Goal during Sprint execution
• Visible to the team
• Referenced during the Daily Scrum Meeting
Increment
• The product capabilities completed during the Sprints
• Brought to a usable, releasable state by the end of each
Sprint
• Released as often as the product owner wishes
• Inspected during every SRM.
Optional Artifacts
• Sprint Task
• Sprint Burndown Chart
• Product Release Burndown Chart
Scrum Rules
• Completely up to the team and governed by what works best
for their processes.
• The best is to start with the basic scrum events listed
above and then inspect and adapt based on team’s unique
needs so there is continuous improvement in the way teams
work together.
Benefits From Scrum
• Higher productivity
• Better-quality products
• Reduced time to market
• Improved stakeholder satisfaction
• Better team dynamics
• Happier employees
Scrum Tools
MyCollab Odoo Taiga
OrangeScrum Tuleap Open ALM Agilefant
Redmine ]Project Open[ Open Project
LibrePlan ProjectLibre Express
ezScrum FireScrum IceSrum
CMMI
• CMM measures the maturity of the software development
process on a scale of 1 to 5
• CMMI is the successor of the CMM
• more matured set of guidelines and was built combining the
best components of individual disciplines of CMM
• CMM describes about the software engineering alone
• Capability Maturity Model Integration is a quality
management framework
• Describes both software and system engineering.
• CMMI also incorporates the Integrated Process and Product
Development and the supplier sourcing.
Need to measure organization in terms of their overall
capability and maturity
• to demonstrate repeatable quality of software work they do
Objectives of CMMI
• Produce quality products or services
• Create value for the stockholders
• Enhance Customer Satisfaction
• Increase market share
• Gain an Industry-wide recognition for excellence
•Provides a proven sequence of
improvements, each serving as a foundation
for the next.
•Permits comparisons across and among
organizations by the use of maturity levels.
•Provides a single rating that summarizes
appraisal results and allows comparisons
among organizations.
•Allows us to select the order of improvement
that best meets our organization's business
objectives and mitigates our organization's areas
of risk.
•Enables comparisons across and among
organizations on a process-area-by-process-area
basis.
Agile Scrum CMMI
Maturity Level 1 - Initial
• Processes are usually ad hoc and chaotic.
• Success depends on the competence and heroics of the
people in the organization and not on the use of proven
processes.
• characterized by a tendency to over commit, abandon
processes in the time of crisis, and not be able to repeat
their past successes.
Maturity Level 2 - Managed
• Ensures that requirements are managed and that processes
are planned, performed, measured, and controlled.
• Helps to ensure that existing practices are retained
during times of stress.
• Commitments are established among relevant stakeholders
and are revised as needed
• Focuses on Basic Project Management
Maturity Level 3 - Defined
• An organization has achieved all the specific and generic
goals of the process areas assigned to maturity levels 2
and 3
• Processes are well characterized and understood, and are
described in standards, procedures, tools, and methods
• Processes are typically described in more detail and more
rigorously than at maturity level 2
• Focuses on Process Standardization
Maturity Level 4 - Quantitatively Managed
• An organization has achieved all the specific goals of the
process areas assigned to maturity levels 2, 3, and 4 and
the generic goals assigned to maturity levels 2 and 3
• Sub processes are selected that significantly contribute
to overall process performance
• Quality and process performance measures are incorporated
into the organizations measurement repository to support
fact-based decision making in the future.
Maturity Level 5 - Optimizing
• An organization has achieved all the specific goals of the
process areas assigned to maturity levels 2, 3, 4, and 5
and the generic goals assigned to maturity levels 2 and 3.
• Processes are continually improved based on a quantitative
understanding of the common causes of variation inherent
in processes.
• Focuses on continually improving process performance
through both incremental and innovative technological
improvements.
Characteristics of Capability Levels
Level 0
Level 1
Level 2
Level 3
Level 4
Level 5
Incomplete
Performed
Managed
Defined
Quantitatively Managed
Optimizing
Capability Level 0: Incomplete
• Process that is either not performed or partially
performed.
• One or more of the specific goals of the process area are
not satisfied and no generic goals exist for this level
since there is no reason to institutionalize a partially
performed process.
Capability Level 1: Performed
• Process that is expected to perform all of the Capability
Level 1 specific and generic practices.
• Performance may not be stable and may not meet specific
objectives such as quality, cost, and schedule, but useful
work can be done.
• This is only a baby-step, in process improvement.
Capability Level 2: Managed
• A managed process is planned, performed, monitored, and
controlled for individual projects, groups, or stand-alone
processes to achieve a given purpose.
• Managing the process achieves both the model objectives
for the process as well as other objectives, such as cost,
schedule, and quality.
Capability Level 3: Defined
• Process is characterized as a "defined process.“
• A defined process is a managed (capability level 2)
process that is tailored from the organization's set of
standard processes
Capability Level 4: Quantitatively Managed
• Process is characterized as a "quantitatively managed
process."
• A quantitatively managed process is a defined (capability
level 3) process that is controlled using statistical and
other quantitative techniques.
• Quality and process performance is understood in
statistical terms and is managed throughout the life of
the process.
Capability Level 5: Optimizing
An optimizing process is a quantitatively managed process
that is improved, based on an understanding of the common
causes of process variation inherent in the process.
It focuses on continually improving process performance
through both incremental and innovative improvements.
Appraisal
• An organization cannot be certified in CMMI; instead, an
organization is appraised
• To determine how well the organization’s processes compare
to CMMI best practices, and to identify areas where
improvement can be made
• To inform external customers and suppliers of how well the
organization’s processes compare to CMMI best practices
• To meet the contractual requirements of one or more
customers
Comparison
Agile
Comparison
Scrum
Comparison
CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Agile Scrum CMMI
Thank You

More Related Content

PPT
Agile project management
PDF
RIPPLE 2014: "Be Agile in a CMMI level 5 World"
PDF
Agile and CMMI: Yes, They Can Work Together
PPT
Realizing CMMI Spirit in Agile Form
PPT
Agile And Cmmi
PPTX
PMI-ACP Domain 1 Agile Principles and Mindset
PPTX
What is agile?
PPTX
Overview of agile
Agile project management
RIPPLE 2014: "Be Agile in a CMMI level 5 World"
Agile and CMMI: Yes, They Can Work Together
Realizing CMMI Spirit in Agile Form
Agile And Cmmi
PMI-ACP Domain 1 Agile Principles and Mindset
What is agile?
Overview of agile

What's hot (20)

PPT
Cmmi with Agile - Demystified
PPTX
Agile Development Process
PPTX
Agile Test Transformation
PDF
Agile Methodology - Agile Project Management Training
PPTX
Agile - Scrum Presentation
PDF
AGILE PORTUGAL 2016: Adopted agile in a CMMI L5 enterprise: what were the fin...
PPT
Introduction to scrum
PPTX
Scrum an Agile Methodology
PPTX
Introduction to Scrum.ppt
PDF
Agile project management using scrum
PPS
Agile Project Management with Scrum
PPT
Best Practices When Moving To Agile Project Management
PPTX
Kanban testing
PPTX
Project Management
PPT
Agile Manifesto & XP
PPT
Agile transformation best practices
PDF
Agile & SCRUM basics
PDF
Agile Project Management with Scrum PDF
PPTX
How to measure the outcome of agile transformation
PDF
Agile Transformation at Scale
Cmmi with Agile - Demystified
Agile Development Process
Agile Test Transformation
Agile Methodology - Agile Project Management Training
Agile - Scrum Presentation
AGILE PORTUGAL 2016: Adopted agile in a CMMI L5 enterprise: what were the fin...
Introduction to scrum
Scrum an Agile Methodology
Introduction to Scrum.ppt
Agile project management using scrum
Agile Project Management with Scrum
Best Practices When Moving To Agile Project Management
Kanban testing
Project Management
Agile Manifesto & XP
Agile transformation best practices
Agile & SCRUM basics
Agile Project Management with Scrum PDF
How to measure the outcome of agile transformation
Agile Transformation at Scale
Ad

Viewers also liked (10)

PDF
Agile and CMMI
PDF
CMMI Agile Mapping
PDF
Agile An Evolutive Approach From Cmmi Iso
PDF
Thailand SPIN Day 2014: มิตร ศัตรู หรือความไม่รู้ต่างหากที่หลอกเรา (29/5/2557...
PPTX
SCRUM + CMMI = SCRUMMI?
PPTX
A comparative study of process templates in team
PDF
CMMI with Agile - Contradict or Complement
PDF
Keys to Making CMMI and Agile Compatible
PPT
Agile Methodology
Agile and CMMI
CMMI Agile Mapping
Agile An Evolutive Approach From Cmmi Iso
Thailand SPIN Day 2014: มิตร ศัตรู หรือความไม่รู้ต่างหากที่หลอกเรา (29/5/2557...
SCRUM + CMMI = SCRUMMI?
A comparative study of process templates in team
CMMI with Agile - Contradict or Complement
Keys to Making CMMI and Agile Compatible
Agile Methodology
Ad

Similar to Agile Scrum CMMI (20)

PDF
ME135A Agile lean workshop101414
PDF
Scrum at a Glance
PDF
Essentials of Scrum
PDF
professional scrum master
PPT
Scrum Overview
PPT
Agile Scrum Methodology
PPTX
AGILE METHODOLOGY
PPTX
Lecture #4 introduction to scrum in project management
PPTX
Scrum Guidelines
PDF
Agile Scrum Methodology - Introduction
PPTX
SCRUM Core Concepts
PDF
Teaching Scrum Fundamentals_A Quick Guide to Getting Started.pdf
PPTX
Unit III Scrum Events.pptx for Agile software
PDF
Scrum and Devops - Workshop & Handson
PPT
Introduction To Scrum
PPTX
Practicing Agile through Scrum
PPTX
Scrum Overview
PPTX
Scrum workshop - September 7, 2012
PPTX
Overview of Agile methodology & Scrum
ME135A Agile lean workshop101414
Scrum at a Glance
Essentials of Scrum
professional scrum master
Scrum Overview
Agile Scrum Methodology
AGILE METHODOLOGY
Lecture #4 introduction to scrum in project management
Scrum Guidelines
Agile Scrum Methodology - Introduction
SCRUM Core Concepts
Teaching Scrum Fundamentals_A Quick Guide to Getting Started.pdf
Unit III Scrum Events.pptx for Agile software
Scrum and Devops - Workshop & Handson
Introduction To Scrum
Practicing Agile through Scrum
Scrum Overview
Scrum workshop - September 7, 2012
Overview of Agile methodology & Scrum

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Electronic commerce courselecture one. Pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PDF
KodekX | Application Modernization Development
PPT
Teaching material agriculture food technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
cuic standard and advanced reporting.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Cloud computing and distributed systems.
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Building Integrated photovoltaic BIPV_UPV.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Review of recent advances in non-invasive hemoglobin estimation
Electronic commerce courselecture one. Pdf
Understanding_Digital_Forensics_Presentation.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
KodekX | Application Modernization Development
Teaching material agriculture food technology
Encapsulation_ Review paper, used for researhc scholars
Mobile App Security Testing_ A Comprehensive Guide.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
cuic standard and advanced reporting.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Network Security Unit 5.pdf for BCA BBA.
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Cloud computing and distributed systems.
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx

Agile Scrum CMMI

  • 1. Agile -Scrum -CMMI Presented By: Rabi Raj Khadka Saurav Shrestha
  • 2. Agile is not • A methodology • Way of developing software • Framework or process
  • 3. Agile is • our guiding principles that lay the foundation for building better software. • a mindset and a way of thinking and acting, based on 4 core values and 12 principles • a philosophy
  • 5. More Values -Individuals and interactions | Processes and tools -Working software | Comprehensive documentation -Customer collaboration | Contract negotiation -Responding to change | Following a plan Set of Values less Values
  • 6. 12 Principles • Customer Satisfaction • Welcome Change • Deliver a Working Software • Collaboration • Motivation • Face to Face Conversation
  • 7. 12 Principles (contd.) • Measure the progress as per the working software • Maintain constant pace • Monitoring • Simplicity • Self organized teams • Review the work regularly
  • 8. वखेद त श वकास AGILE Iterative Adaptable Rapid Cooperative Quality-driven Working software Value-Driven Planning Cross-functional Teams
  • 11. Agile Practices • Pair Programming == Working Together • Test Driven Design == Creating our own hypothesis • Automated Acceptance Testing == Giving the customer what they asks for • Refactoring == Cleaning up after ourself • Emergent Design == Learning on the job
  • 12. More practices Agile modeling, Agile testing, Backlogs (Product and Sprint) Behavior-driven development, Business analyst designer method , Continuous integration, Cross-functional team, Domain-driven design, Information radiators (scrum board, task board, visual management board, burndown chart), Iterative and incremental development, Planning poker, Retrospective, Scrum events (sprint planning, daily scrum, sprint review and retrospective), Story-driven modeling, Timeboxing, User story, User story mapping, Velocity tracking
  • 13. Scrum • is the most popular way of introducing Agility • is light-weight agile process tool • uses fixed-length iterations, called Sprints. • scrum teams try to build a potentially releasable product increment every Sprint • provides a structure of roles, meetings, rules, and artifacts
  • 15. Scrum Roles • Product Owner • Scrum Master • Scrum Development Team
  • 16. Product Owner • Single person responsible for maximizing the return on investment(ROI) of the development effort • Responsible for product vision • Constantly re-prioritizes the Product Backlog, adjusting any long term expectations such as release plans • Conveys the overall mission and vision of the product which the team is building.
  • 17. • Considers stakeholder interests • Final arbiter of requirements questions • Decides whether to release and whether to continue development • May contribute as a team member • Has a leadership role
  • 18. Scrum Master • Works with the organization to make Scrum possible • Ensures Scrum is understood and enacted • Creates an environment conducive to team self-organization • Shields the team from external interference and distractions to keep it in group flow
  • 19. • Promotes improved engineering practices • Has no management authority over the team • Helps resolve impediments • Has a leadership role
  • 20. Scrum Development Team • Cross-functional • Self-organizing / self-managing, without externally assigned roles • Plans one Sprint at a time with the Product Owner • Has autonomy regarding how to develop the increment • Intensely collaborative
  • 21. • Most successful when located in one team room, particularly for the first few Sprints • Most successful with long-term, full-time membership. Scrum moves work to a flexible learning team and avoids moving people or splitting them between teams. • 6 ± 3 members • Has a leadership role
  • 22. Scrum Meetings • Sprint Planning Meeting • Daily Scrum and Sprint Execution • Sprint Review Meeting • Sprint Retrospective Meeting • Backlog Refinement Meeting
  • 23. Sprint Planning Meetings At the beginning of each Sprint, the Product Owner and team hold a Sprint Planning Meeting • to negotiate which Product Backlog Items they will attempt to convert to working product during the Sprint. • Product Owner is responsible for declaring which items are the most important to the business • Development Team is responsible for selecting the amount of work they feel they can implement without accruing technical debt
  • 24. • The team determines how it will accomplish the work. • Team pulls Product Backlog Items to Sprint Backlog • Timebox: Eight hours for a four-week sprint, proportionately shorter for shorter sprints • Attendees: The complete Scrum team, including all roles • Most important: Team capacity and DoD (Definition of Done)
  • 26. Daily Scrum Meetings • Total of 15 minutes inspecting the progress toward the Sprint goal, and creating a plan for the day. Share • what they did the previous day to help meet the Sprint goal, • what they’ll do today, • and what impediments they face.
  • 27. • During Sprint execution it is common to discover additional tasks necessary to achieve the Sprint goals. • Impediments caused by issues beyond the team’s control are considered organizational impediments. • Itis intended to disrupt old habits of working separately. • Timebox: Fifteen minutes is standard • Attendees: The complete Scrum team, including all roles • Most important: To speak about any impediments
  • 29. Sprint Review Meetings • To demonstrate a working product increment to everyone who is interested, particularly outside stakeholders. • Should feature a live demonstration, not a report. • Product owner reviews the items selected during the sprint planning meeting and explains which items are considered done. • Incomplete items are returned to the Product Backlog and ranked according to the Product Owner’s revised priorities as candidates for future Sprints.
  • 30. • The Scrum Master helps the Product Owner and stakeholders convert their feedback to new Product Backlog Items for prioritization by the Product Owner. • For Stakeholder it is an opportunity to inspect and adapt the product as it emerges. • Timebox: Four hours for a four-week sprint, proportionately shorter for shorter sprints • Attendees: The complete Scrum team, including all roles, plus any other stakeholders who are interested in the project success • Most important: Demo of working software and assessing the feedback
  • 32. Sprint Retrospective Meetings Each Sprint ends with a retrospective. At this meeting, • The team reflects on its own process. • They inspect their behavior and take action to adapt it for future Sprints. Process of meetings • Set the stage, gather data, generate insights, decide what to do, close the retrospective.
  • 33. • Scrum Masters should use a variety of techniques to facilitate retrospectives, including silent writing, timelines, and satisfaction histograms. • In all cases, the goals are to gain a common understanding of multiple perspectives and to develop actions that will take the team and organization to the next level. • A common impediment to full transparency on the team is the presence of people who conduct performance appraisals.
  • 34. • Another impediment to an insightful retrospective is the human tendency to jump to conclusions and propose actions too quickly • A third impediment to psychological safety is geographic distribution • Timebox: Three hours for a four-week sprint • Attendees: The complete Scrum team, including all roles • Most important: To brainstorm and agree on what is working and what is not
  • 36. Backlog Refinement Meetings • Most Product Backlog Items initially need refinement because they are too large and poorly understood. • While Backlog Refinement is not a required event, it is a required activity. • Most Scrum Teams find it useful to take a short time out of every Sprint for this activity. • Large vague items are split and clarified, considering both business and technical concerns.
  • 38. Scrum Artifacts • Product Backlog • Sprint Backlog • Increment
  • 39. Product Backlog • Prioritized list of desired functionality • Visible to all stakeholders and Any stakeholder can add items • Constantly re-prioritized by the Product Owner • Constantly refined by the Scrum Team • Items at top should be smaller (1/4) than items at bottom
  • 40. PBIs • Describes the what more than the how of a customer-centric feature • Often written in User Story form • Has a product-wide definition of done to prevent technical debt • May have item-specific acceptance criteria • Effort is estimated by the Development Team, ideally in relative units
  • 41. Sprint Backlog • Consists of selected PBIs negotiated between the team and the product owner during the SPM • No changes are made during the Sprint that would endanger the Sprint Goal. • Team will discover additional tasks needed to meet the Sprint Goal during Sprint execution • Visible to the team • Referenced during the Daily Scrum Meeting
  • 42. Increment • The product capabilities completed during the Sprints • Brought to a usable, releasable state by the end of each Sprint • Released as often as the product owner wishes • Inspected during every SRM.
  • 43. Optional Artifacts • Sprint Task • Sprint Burndown Chart • Product Release Burndown Chart
  • 44. Scrum Rules • Completely up to the team and governed by what works best for their processes. • The best is to start with the basic scrum events listed above and then inspect and adapt based on team’s unique needs so there is continuous improvement in the way teams work together.
  • 45. Benefits From Scrum • Higher productivity • Better-quality products • Reduced time to market • Improved stakeholder satisfaction • Better team dynamics • Happier employees
  • 46. Scrum Tools MyCollab Odoo Taiga OrangeScrum Tuleap Open ALM Agilefant Redmine ]Project Open[ Open Project LibrePlan ProjectLibre Express ezScrum FireScrum IceSrum
  • 47. CMMI • CMM measures the maturity of the software development process on a scale of 1 to 5 • CMMI is the successor of the CMM • more matured set of guidelines and was built combining the best components of individual disciplines of CMM • CMM describes about the software engineering alone
  • 48. • Capability Maturity Model Integration is a quality management framework • Describes both software and system engineering. • CMMI also incorporates the Integrated Process and Product Development and the supplier sourcing. Need to measure organization in terms of their overall capability and maturity • to demonstrate repeatable quality of software work they do
  • 49. Objectives of CMMI • Produce quality products or services • Create value for the stockholders • Enhance Customer Satisfaction • Increase market share • Gain an Industry-wide recognition for excellence
  • 50. •Provides a proven sequence of improvements, each serving as a foundation for the next. •Permits comparisons across and among organizations by the use of maturity levels. •Provides a single rating that summarizes appraisal results and allows comparisons among organizations.
  • 51. •Allows us to select the order of improvement that best meets our organization's business objectives and mitigates our organization's areas of risk. •Enables comparisons across and among organizations on a process-area-by-process-area basis.
  • 53. Maturity Level 1 - Initial • Processes are usually ad hoc and chaotic. • Success depends on the competence and heroics of the people in the organization and not on the use of proven processes. • characterized by a tendency to over commit, abandon processes in the time of crisis, and not be able to repeat their past successes.
  • 54. Maturity Level 2 - Managed • Ensures that requirements are managed and that processes are planned, performed, measured, and controlled. • Helps to ensure that existing practices are retained during times of stress. • Commitments are established among relevant stakeholders and are revised as needed • Focuses on Basic Project Management
  • 55. Maturity Level 3 - Defined • An organization has achieved all the specific and generic goals of the process areas assigned to maturity levels 2 and 3 • Processes are well characterized and understood, and are described in standards, procedures, tools, and methods • Processes are typically described in more detail and more rigorously than at maturity level 2 • Focuses on Process Standardization
  • 56. Maturity Level 4 - Quantitatively Managed • An organization has achieved all the specific goals of the process areas assigned to maturity levels 2, 3, and 4 and the generic goals assigned to maturity levels 2 and 3 • Sub processes are selected that significantly contribute to overall process performance • Quality and process performance measures are incorporated into the organizations measurement repository to support fact-based decision making in the future.
  • 57. Maturity Level 5 - Optimizing • An organization has achieved all the specific goals of the process areas assigned to maturity levels 2, 3, 4, and 5 and the generic goals assigned to maturity levels 2 and 3. • Processes are continually improved based on a quantitative understanding of the common causes of variation inherent in processes. • Focuses on continually improving process performance through both incremental and innovative technological improvements.
  • 58. Characteristics of Capability Levels Level 0 Level 1 Level 2 Level 3 Level 4 Level 5 Incomplete Performed Managed Defined Quantitatively Managed Optimizing
  • 59. Capability Level 0: Incomplete • Process that is either not performed or partially performed. • One or more of the specific goals of the process area are not satisfied and no generic goals exist for this level since there is no reason to institutionalize a partially performed process.
  • 60. Capability Level 1: Performed • Process that is expected to perform all of the Capability Level 1 specific and generic practices. • Performance may not be stable and may not meet specific objectives such as quality, cost, and schedule, but useful work can be done. • This is only a baby-step, in process improvement.
  • 61. Capability Level 2: Managed • A managed process is planned, performed, monitored, and controlled for individual projects, groups, or stand-alone processes to achieve a given purpose. • Managing the process achieves both the model objectives for the process as well as other objectives, such as cost, schedule, and quality.
  • 62. Capability Level 3: Defined • Process is characterized as a "defined process.“ • A defined process is a managed (capability level 2) process that is tailored from the organization's set of standard processes
  • 63. Capability Level 4: Quantitatively Managed • Process is characterized as a "quantitatively managed process." • A quantitatively managed process is a defined (capability level 3) process that is controlled using statistical and other quantitative techniques. • Quality and process performance is understood in statistical terms and is managed throughout the life of the process.
  • 64. Capability Level 5: Optimizing An optimizing process is a quantitatively managed process that is improved, based on an understanding of the common causes of process variation inherent in the process. It focuses on continually improving process performance through both incremental and innovative improvements.
  • 65. Appraisal • An organization cannot be certified in CMMI; instead, an organization is appraised • To determine how well the organization’s processes compare to CMMI best practices, and to identify areas where improvement can be made • To inform external customers and suppliers of how well the organization’s processes compare to CMMI best practices • To meet the contractual requirements of one or more customers