Understand Agile's Scrum technique for embedded software dev't

Size: px
Start display at page:

Download "Understand Agile's Scrum technique for embedded software dev't"

Transcription

1 Understand Agile's Scrum technique for embedded software dev't Learn how Scrum can keep team focused and organized when working on embedded systems project. By Kim H. Pries Manager of the Electrical and Electronics Verification and Test Group Volvo 3P and Jon M. Quigley Senior Member The American Society for Quality In modern Agile software development, teams employ a simple productivity technique called Scrum to organize the work flow and address problems during development. Scrum implementation for line management in IT projects increases the pace of accomplishment, decreases steady-state project lists, and improves team communication. We think it can do the same for embedded systems software development. Having literally written the book on Scrum, we present a short primer here for embedded systems developers. 1 You'll find the simplified basics in this article but we give you references at the end to further your knowledge. Scrum is a way to manage projects that focuses on the immediate objectives and deliverables of the people involved, helping to keep them focused and undistracted by other projects and activities. The method employs techniques similar to conventional project management, such as defining scope, developing a statement of work, creating a work breakdown structure, and managing the stakeholder expectations. The team developing the software consists of team members and a facilitator, called the Scrum master. The team members use a series of lists and meetings to keep on track, including: A work breakdown structure (a general, large-focus list of to-do items that feeds the product backlog list). A product backlog list (the list of all things that need to be done). A sprint backlog list (the list of all things to be done immediately). A burndown chart (showing how the team will consume the hours allotted to the tasks). A daily Scrum meeting (short meetings to answer three questions): 1. What did you accomplish yesterday? 2. What are you working on today? 3. What obstacles confront you? A sprint retrospective meeting (short meetings after each sprint is complete to review how the sprint went and what could be improved). The team also constantly communicates and involves the customer or stakeholder during the process. All the actual coding work is done in sprints. WBS and the product backlog In Scrum, the product backlog list outlines the deliveries and expectations from the customer along with something called a work breakdown structure (WBS), a hierarchical list of topics and to-do items that must be addressed during the project. The WBS is the heart of project management. We recommend the team base their product backlog list on the WBS defined in U.S. Department of Defense military handbook (MIL-HDBK-881x). 2 The handbook's list is not completely relevant to software development, but the team can modify or delete items before populating their Scrum product backlog list. Table 1 shows an excerpt from MIL-HDBK-881x; see the full sample list online in an article we wrote last year. 3 The purpose of the WBS, and hence the product backlog, is to ensure that the intent of the customer drives the scope of work which, in turn, drives the requirements and subsequent actions taken by the project team. It doesn't matter if the requirements come from external or internal sources. The requirements will be broken down for what is called the sprint a short period of time during which the team will be focused upon a specific subset of the product features. EE Times-Asia eetasia.com Copyright 2011 emedia Asia Ltd. Page 1 of 5

2 Table 1: Excerpt from a work breakdown structure recommended by DoD. When requirements change, the team changes the WBS (which feeds the product backlog) because WBS is a functional decomposition of top-level deliverable elements. Once the team has a detailed and visible structure, updating, re-planning, re-estimating cost, and duration become simplified because all elements are itemized and visible. The WBS is also important because the cost centers are always derived from elements of the project deliverables. The WBS is the source of the product backlog, which in turn is broken down to the sprint backlog, providing input for the sprints and distributing the work to cost centers or other sprint teams. The WBS assures that the necessary actions are taken to produce the product or service that the customer demands. The concept works because products are composed of systems which, in turn, are composed of subsystems and then components and so on. If we start with a top-level assembly as the first or second level on the WBS, we can easily break the product down into "atomic"-level tasks. The team uses this approach for all deliverables, including more internal-facing deliverables, such as internal specifications, models, failure mode and effects analyzes (FMEA), and the total round of documents that any formal quality system requires. As in any project management methodology, tracking updates to the project scope or changing deliverables to meet requirements is where many projects go astray. In Scrum, the WBS is not simply an action item list, but a formal document designed to support cost and schedule reporting, or earned value management (EVM), a project management technique for objectively measuring project performance and progress. We can derive our action item lists, schedule, and budgets from the WBS. How deep should WBS go? We can deconstruct the WBS as far as we need to in order to put items into our product backlog planning document with minimal effort. This is another area where conventional product management projects go astray with missing items and misunderstood or nonexistent dependencies between tasks. The Scrum approach avoids these pitfalls because the focus stays on the immediate goal of the sprint, which is a very short defined period of time. This short planning horizon requires that we break down and understand the interactions for that specific sprint period. We call this highly-detailed analysis atomic decomposition because we are decomposing the higher-level tasks until further decomposition no longer adds value. When we complete this task, we will have a list of "atoms" that become part of our other planning documents. Once we have these atoms, we're ready to go. We now take the atomic tasks and use these to populate the product backlog. If we have set up our breakdown correctly, we should not need to ever list the higher-order tasks. Completing the atomic tasks in appropriate order will automatically result in completion of the higher-order task. EE Times-Asia eetasia.com Copyright 2011 emedia Asia Ltd. Page 2 of 5

3 This deconstruction also allows us to estimate the amount of work we can fit into the sprint. The sprint is "time boxed" so the amount of work taken on should not exceed the amount of time allotted. This is important when constructing the sprint backlog and during subsequent execution. A typical sprint will last from two to four weeks. The Scrum sprint A sprint backlog is the immediate list of the tasks to achieve the prioritized product backlog; it breaks down specific elements from the product backlog derived from the WBS into smaller ones (called a decomposition). The team selects meaningful tasks from the product backlog to populate the sprint backlog. These tasks are prioritized by the customer and by the team according to technical aspects and dependencies. The customer identifies which features have the highest priority and what they want first. These tasks can be those the team thinks it can do quickly or, more importantly, can accomplish in priority order so long as the team remembers the dependencies that is, when one task is dependent on the completion of another task. The sprint list is quasi-sacred. That means the sprint team should only consider breaking the sprint if a dire emergency occurs and a higher-level champion is willing to override the sprint. Otherwise, the goal is to complete the tasks while tracking them with a burndown chart. The burndown chart will show us progress against plan. In fact, the burndown chart is to Scrum project management as the EVM chart is to conventional project management. Follow up may reveal that the team bit off too much to chew or that the team is subject to interruptions from other parts of the enterprise. The real benefit over the EVM technique is that you see the performance almost immediately, the duration is only two to four weeks, and the burndown chart is updated daily. If the team can't execute to plan, portions of the sprint backlog may be eliminated from the present sprint and postponed to a subsequent sprint. Likewise, if the sprint is accomplishing more than expected, components from the product backlog can be added. Table 2 represents a first-pass sprint list. The boxes to the right can be used as a crude estimate of progress. Figure 1 shows an EVM chart and figure 2 shows a burndown chart. Table 2: A first pass sprint list. EE Times-Asia eetasia.com Copyright 2011 emedia Asia Ltd. Page 3 of 5

4 Figure 1: An earned value management chart. Figure 2: A burndown chart. Daily sprint meetings The sprint itself will last somewhere between fourteen days to a month. The team members discuss the status of the project and obstacles to success during the daily sprint meetings, by telling what did they did yesterday, what they're doing today, and where the bottlenecks and road blocks are. The Scrum master, who is the equivalent of the project manager, facilitates the meeting. The burndown chart is reviewed and the areas of expected progress and newly discovered risks are openly discussed. This open discourse identifies areas of interference for making the progress defined by the sprint backlog and the burndown chart. The Scrum master and the project stakeholder then work to expediently resolve these areas. Sprint retrospective At the end of the sprint, the team members review what they have done, what they did well, and what they could do better. This meeting and activity is analogous to the "white book" exercises of conventional project management. The benefit of the sprint retrospective is that the team doesn't wait until the end of the project or end of a project phase before critiquing. A critique at the end of each two-to-four week sprint makes it possible to learn something while delivering the product and integrate that learning into the subsequent sprints. The retrospective need not be led by the Scrum master and this meeting should be brief but thorough. At the end of the retrospective, the team plans for the next sprint. Since Scrum is a technique with intensified focus and accelerated tempo, the meeting schedules should not get in the way. The meetings should be organized well enough that the team is not wasting the time. You know you've achieved this goal when the complaints about the meetings lessen or disappear. EE Times-Asia eetasia.com Copyright 2011 emedia Asia Ltd. Page 4 of 5

5 Scaling up We can scale our Scrum approach to larger development processes by creating the Scrum of Scrums. Either the Scrum master from a Scrum team at one level becomes a team member at the next higher level if this approach makes sense, the team elects a team member to represent them, or rotating representative from the team goes, giving every team member a chance to represent the group. Not just for rugby In our personal experience, we have used the Scrum approach in a line management setting. We employed the Scrum philosophy years ago in a way we refer to as proto-scrum. In either event, we found no difficulties scaling the process to meet our needs. Some areas that were less than satisfactory were the burndown charts (because they were complicated) and the full-fledged WBS. On the other hand, the team enjoyed the improvement in the steadystate list of projects they were working on, and the daily Scrum meetings improved communication to the point where different departments were achieving cross-fertilization of capabilities. In addition, following Scrum enhanced the team's "buy-in" and camaraderie. About the authors Jon M. Quigley, PMP CTFL, is the manager of the Electrical and Electronics Verification and Test Group at Volvo 3P in Greensboro, North Carolina. He is also a principal of Value Transformation, LLC, a product-development training and cost-improvement organization. He has more than 20 years of product-development experience, ranging from embedded hardware and software through verification and project management. Kim H. Pries, APICS CPIM, is a senior member of the American Society for Quality with the following certifications: CQA, CQE, CSSBB, CRE, CSQE, and CMQ/OE. She is a principal with Value Transformation, LLC. Endnotes and references 1. Pries, Kim H. and Jon M. Quigley. Scrum Project Management. (Taylor and Francis's CRC Press) 2. U.S. Department of Defense military handbook (MIL-HDBK-881x). 3. Pries, Kim and Jon Quigley. "Taking a Scrum Approach to Product Development," Digital Software Magazine, July Pries, Kim and Jon Quigley. "Defining a Work Breakdown Structure," Digital Software Magazine, April EE Times-Asia eetasia.com Copyright 2011 emedia Asia Ltd. Page 5 of 5

Managing a Project Using an Agile Approach and the PMBOK Guide

Managing a Project Using an Agile Approach and the PMBOK Guide Managing a Project Using an Agile Approach and the PMBOK Guide Kathy Schwalbe, Ph.D. schwalbe@augsburg.edu Augsburg College Minneapolis, Minnesota September 25, 2012 Abstract This paper includes excerpts

More information

The Basics of Scrum An introduction to the framework

The Basics of Scrum An introduction to the framework The Basics of Scrum An introduction to the framework Introduction Scrum, the most widely practiced Agile process, has been successfully used in software development for the last 20 years. While Scrum has

More information

ScrumMaster Certification Workshop: Preparatory Reading

ScrumMaster Certification Workshop: Preparatory Reading A S P E S D L C Tr a i n i n g ScrumMaster Certification Workshop: Preparatory Reading A WHITE PAPER PROVIDED BY ASPE ScrumMaster Certification Workshop: Preparatory Reading Greetings, Potential Certified

More information

Scrum. in five minutes

Scrum. in five minutes Scrum in five minutes Scrum and agile methods are hot topics these days A simple method for the management of complex projects... Older methods focus on staying on track; Scrum is aimed at delivering business

More information

Agile Scrum Foundation Training

Agile Scrum Foundation Training IMPROVEMENT BV Liskesweg 2A 6031 SE Nederweert www.improvement-services.nl info@improvement-services.nl tel: 06-55348117 Tools for Optimum Performance Agile Scrum Foundation Training ~ Scrum Master Sample

More information

Agile Scrum Workshop

Agile Scrum Workshop Agile Scrum Workshop What is agile and scrum? Agile meaning: Able to move quickly and easily. Scrum meaning: a Rugby play Agile Scrum: It is an iterative and incremental agile software development framework

More information

Agile Project Management in a Regulated Environment

Agile Project Management in a Regulated Environment Paper AD06 Agile Project Management in a Regulated Environment Alistair Dootson, d-wise, Manchester, UK ABSTRACT Scrum is an agile approach to project management for software development or implementation,

More information

What is Scrum? Scrum Roles. A lean approach to software development. A simple framework. A time-tested process

What is Scrum? Scrum Roles. A lean approach to software development. A simple framework. A time-tested process What is Scrum? From http://www.scrumalliance.org/pages/what_is_scrum A lean approach to software development Scrum is an agile software development framework. Work is structured in cycles of work called

More information

Would you like to have a process that unlocks ability to learn and produce faster?

Would you like to have a process that unlocks ability to learn and produce faster? Would you like to have a process that unlocks ability to learn and produce faster? Agile - your unfair advantage in the competition. BUILD LEARN MEASURE DEFINED MEASURABLE REPEATABLE COLLABORATIVE IMPROVABLE

More information

Agile Notetaker & Scrum Reference. Designed by Axosoft, the creators of OnTime the #1 selling scrum software.

Agile Notetaker & Scrum Reference. Designed by Axosoft, the creators of OnTime the #1 selling scrum software. Agile Notetaker & Scrum Reference Designed by Axosoft, the creators of OnTime the #1 selling scrum software. Scrum Diagram: Team Roles: roduct Owner: Is responsible for what goes into the product backlog

More information

The Agile Manifesto is based on 12 principles:

The Agile Manifesto is based on 12 principles: The Agile Manifesto is based on 12 principles: Customer satisfaction by rapid delivery of a useful product solution Welcome changing requirements, even late in development Working products are delivered

More information

Rational Team Concert. Scrum Project Management Tutorial

Rational Team Concert. Scrum Project Management Tutorial Rational Team Concert Scrum Project Management Tutorial 1 Contents Contents... 2 1. Introduction... 3 2. Terminology... 4 3. Project Area Preparation... 4 3.1 Adding Users and specifying Roles... 5 3.2

More information

Scrum methodology report

Scrum methodology report Scrum methodology report Author: Tsholofelo Eunice Moitsheki Student number Tsholofelo Moitsheki (463642) Project Source and Documentation: http://kenai.com/downloads/dotsboxes/group%20report/dab5_scrum

More information

Sprint with Scrum and get the work done. Kiran Honavalli, Manager Deloitte Consulting LLP March 2011

Sprint with Scrum and get the work done. Kiran Honavalli, Manager Deloitte Consulting LLP March 2011 Sprint with Scrum and get the work done Kiran Honavalli, Manager Deloitte Consulting LLP March 2011 Contents About Deloitte Consulting 3 Executive summary 4 About Scrum 5 Scrum phases 8 Lessons learned

More information

Truly Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination)

Truly Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination) Truly Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination) Neil Potter The Process Group Lead Appraiser / Improvement Coach Organization

More information

Expert Reference Series of White Papers. Intersecting Project Management and Business Analysis

Expert Reference Series of White Papers. Intersecting Project Management and Business Analysis Expert Reference Series of White Papers Intersecting Project Management and Business Analysis 1-800-COURSES www.globalknowledge.com Intersecting Project Management and Business Analysis Daniel Stober,

More information

Frank Cervone Vice Chancellor for Information Services and Chief Information Officer Purdue University Calumet January 17, 2012 CARLI Anatomy of a

Frank Cervone Vice Chancellor for Information Services and Chief Information Officer Purdue University Calumet January 17, 2012 CARLI Anatomy of a Frank Cervone Vice Chancellor for Information Services and Chief Information Officer Purdue University Calumet January 17, 2012 CARLI Anatomy of a Digital Project webinar series An overview and background

More information

No one has to change. Survival is optional. - W. Edwards Deming - Continue your Beyond Budgeting Journey with help from Agile, Lean and Scrum

No one has to change. Survival is optional. - W. Edwards Deming - Continue your Beyond Budgeting Journey with help from Agile, Lean and Scrum No one has to change. Survival is optional. - W. Edwards Deming - Continue your Beyond Budgeting Journey with help from Agile, Lean and Helge Eikeland, Statoil, October 2010 Today s challenge is complexity

More information

Introduction to Agile Scrum

Introduction to Agile Scrum Introduction to Agile Scrum by Julia M. Lobur Penn State Harrisburg CMPSC 487W Fall 2015 Introduction to Scrum Learning Goals Relationship of Scrum to other Agile methods Scrum Framework Scrum Roles Scrum

More information

The Scrum Guide. The Definitive Guide to Scrum: The Rules of the Game. July 2013. Developed and sustained by Ken Schwaber and Jeff Sutherland

The Scrum Guide. The Definitive Guide to Scrum: The Rules of the Game. July 2013. Developed and sustained by Ken Schwaber and Jeff Sutherland The Scrum Guide The Definitive Guide to Scrum: The Rules of the Game July 2013 Developed and sustained by Ken Schwaber and Jeff Sutherland Table of Contents Purpose of the Scrum Guide... 3 Definition of

More information

Chapter 6. Iteration 0: Preparing for the First Iteration

Chapter 6. Iteration 0: Preparing for the First Iteration Chapter 6. Iteration 0: Preparing for the First Iteration People only see what they are prepared to see. Ralph Waldo Emerson There are no secrets to success. It is the result of preparation, hard work,

More information

Agile Software Development

Agile Software Development Agile Software Development Lecturer: Raman Ramsin Lecture 4 Scrum: Current Framework 1 Scrum: New Process Framework 1. A people-centric framework based on a set of values, principles, and practices that

More information

Agenda. 0 Agenda review 2 minutes. 0 Chapter of the week 50 minutes. 0 Q&A of chapter 10 minutes. 0 Break 10 minutes. 0 Exercises 25 minutes

Agenda. 0 Agenda review 2 minutes. 0 Chapter of the week 50 minutes. 0 Q&A of chapter 10 minutes. 0 Break 10 minutes. 0 Exercises 25 minutes Agenda 0 Instructor Introduction 3 minutes 0 Agenda review 2 minutes 0 Chapter of the week 50 minutes 0 Q&A of chapter 10 minutes 0 Break 10 minutes 0 Exercises 25 minutes 0 Round table 15 minutes 0 Closure

More information

Course Title: Planning and Managing Agile Projects

Course Title: Planning and Managing Agile Projects Course Title: Planning and Managing Agile Projects Course ID: BA15 Credits: 21 PDUs Course Duration: 3 days (Live in person class only) Course Level: Basic/Intermediate Course Description: This 3-day course

More information

Integrating PRINCE2 and Scrum for successful new product development

Integrating PRINCE2 and Scrum for successful new product development 1 Goal Professional Services Pty Ltd 2 Renewtek Pty Ltd Integrating PRINCE2 and Scrum for successful new product development Rankins G J 1 and Kearns M 2 This paper was presented at the Australian Institute

More information

Comparing Scrum And CMMI

Comparing Scrum And CMMI Comparing Scrum And CMMI How Can They Work Together Neil Potter The Process Group help@processgroup.com 1 Agenda Definition of Scrum Agile Principles Definition of CMMI Similarities and Differences CMMI

More information

SCRUM. A Tool from the Software World Can Improve Analytical Project Outcomes. By KyMBER WALTMUNSON

SCRUM. A Tool from the Software World Can Improve Analytical Project Outcomes. By KyMBER WALTMUNSON SCRUM A Tool from the Software World Can Improve Analytical Project Outcomes By KyMBER WALTMUNSON When jurisdictions undertake analytical work such as audits, budget analysis, program evaluation, and special

More information

Waterfall to Agile. DFI Case Study By Nick Van, PMP

Waterfall to Agile. DFI Case Study By Nick Van, PMP Waterfall to Agile DFI Case Study By Nick Van, PMP DFI Case Study Waterfall Agile DFI and Waterfall Choosing Agile Managing Change Lessons Learned, Sprints Summary Q and A Waterfall Waterfall Waterfall

More information

An Introduction to Agile Performance Management

An Introduction to Agile Performance Management ! 1 An Introduction to Agile Performance Management by Jeffrey B. Rothman, Ph.D. An Introduction to Agile This is a high level introduction to Agile -- a well known productivity framework for software

More information

Project Scheduling & Tracking

Project Scheduling & Tracking Project Scheduling & Tracking Traditional Techniques: Work Breakdown Structure (WBS) Gantt Charts Precedence Diagrams Earned Value Planning It is the mark of an instructed mind to rest satisfied with the

More information

PLM - Agile. Design Code Test. Sprints 1, 2, 3, 4.. Define requirements, perform system design, develop and test the system. Updated Project Plan

PLM - Agile. Design Code Test. Sprints 1, 2, 3, 4.. Define requirements, perform system design, develop and test the system. Updated Project Plan PLM - Agile Agile Development Evolved in the 1990s as a response to heavyweight methodologies. In 2001 representatives of various new methodologies met to discuss the need for lighter alternatives. The

More information

LEAN AGILE POCKET GUIDE

LEAN AGILE POCKET GUIDE SATORI CONSULTING LEAN AGILE POCKET GUIDE Software Product Development Methodology Reference Guide PURPOSE This pocket guide serves as a reference to a family of lean agile software development methodologies

More information

IT Project Management Methodology. Project Scope Management Support Guide

IT Project Management Methodology. Project Scope Management Support Guide NATIONAL INFORMATION TECHNOLOGY AUTHORITY - UGANDA IT Project Management Methodology Project Scope Management Support Guide Version 0.3 Version Date Author Change Description 0.1 23 rd Mar, 2013 Gerald

More information

Expert Reference Series of White Papers. Importance of Schedule and Cost Control

Expert Reference Series of White Papers. Importance of Schedule and Cost Control Expert Reference Series of White Papers Importance of Schedule and Cost Control 1-800-COURSES www.globalknowledge.com Importance of Schedule and Cost Control Bill Scott, PE, PMP, PgMP Outline I. Project

More information

3 Steps to an Effective Retrospective December 2012

3 Steps to an Effective Retrospective December 2012 3 Steps to an Effective Retrospective December 2012 REVAMPING YOUR RETROSPECTIVE Scrum is a simple framework that includes some specific roles, artifacts and meetings. Scrum teams often implement the Daily

More information

Sometimes: 16 % Often: 13 % Always: 7 %

Sometimes: 16 % Often: 13 % Always: 7 % SCRUM AT RIIS A Standish study found that only 20% of features in a typical system were used often or always and 45% of features were never used at all. The ability to embrace change is critical to reducing

More information

PMP vs. Scrum Master

PMP vs. Scrum Master PMP vs. Scrum Master Compatible or Incompatible? Presented by: Karen Little, PMP, CSM, CBAP, ITIL, MCP, MBA Copyright 2007 by Karen Little 1 Agenda Introductions Background on Agile and SCRUM Methodologies

More information

26 May 2010 CQAA Lunch & Learn Paul I. Pazderski (CSM/CSP, OD-CM, CSQA) spcinc13@yahoo.com Cell: 224-595-8846 AGILE THROUGH SCRUM

26 May 2010 CQAA Lunch & Learn Paul I. Pazderski (CSM/CSP, OD-CM, CSQA) spcinc13@yahoo.com Cell: 224-595-8846 AGILE THROUGH SCRUM 26 May 2010 CQAA Lunch & Learn Paul I. Pazderski (CSM/CSP, OD-CM, CSQA) spcinc13@yahoo.com Cell: 224-595-8846 AGILE THROUGH SCRUM 1 AGENDA & LEARNING POINTS 1. Open 2. Agile Overview 3. Scrum Basics Learning

More information

AGILE - QUICK GUIDE AGILE - PRIMER

AGILE - QUICK GUIDE AGILE - PRIMER AGILE - QUICK GUIDE http://www.tutorialspoint.com/agile/agile_quick_guide.htm Copyright tutorialspoint.com AGILE - PRIMER Agile is a software development methodology to build a software incrementally using

More information

EXIN Agile Scrum Foundation

EXIN Agile Scrum Foundation Sample Questions EXIN Agile Scrum Foundation Edition September 2013 Copyright 2013 EXIN All rights reserved. No part of this publication may be published, reproduced, copied or stored in a data processing

More information

Building Software in an Agile Manner

Building Software in an Agile Manner Building Software in an Agile Manner Abstract The technology industry continues to evolve with new products and category innovations defining and then redefining this sector's shifting landscape. Over

More information

INTRODUCTION: Plan and Schedule Development Create a Work Breakdown Structure (WBS) The detailed guidelines and examples start on the following page.

INTRODUCTION: Plan and Schedule Development Create a Work Breakdown Structure (WBS) The detailed guidelines and examples start on the following page. What This Is INTRODUCTION: Plan and Schedule Development Create a Work Breakdown Structure (WBS) The detailed guidelines and examples start on the following page. First of a series of guidelines for project

More information

Agile Development Overview

Agile Development Overview Presented by Jennifer Bleen, PMP Project Services Practice of Cardinal Solutions Group, Inc. Contact: Agile Manifesto We are uncovering better ways of developing software by doing it and helping others

More information

Mike Cohn - background

Mike Cohn - background Scrum for Video Game Development 1 Mike Cohn - background 2 What is Scrum? One of the agile processes Iterative and incremental Produces demonstrable working software every two to four weeks Results- and

More information

Scrum In 10 Slides. Inspect & Adapt

Scrum In 10 Slides. Inspect & Adapt Scrum In 10 Slides Inspect & Adapt Why Scrum? 52.7% projects cost 189% of their original estimates 60% of functionality delivered is rarely or never used 80% of the value comes from 20% of the functionality

More information

Introduction to User Story Mapping. July 2015 COPYRIGHT 2015 AGILITY SOFTWARE 1

Introduction to User Story Mapping. July 2015 COPYRIGHT 2015 AGILITY SOFTWARE 1 Introduction to User Story Mapping MARK NONEMAN, PROFESSIONAL SCRUM EXPERT AGILITY SOFTWARE MARK@AGILITYSW.COM @MARKNONEMAN July 2015 COPYRIGHT 2015 AGILITY SOFTWARE 1 Getting To Know You! Mark Noneman

More information

Scrum. SE Presentation. Anurag Dodeja Spring 2010

Scrum. SE Presentation. Anurag Dodeja Spring 2010 Scrum SE Presentation by Anurag Dodeja Spring 2010 What is Scrum? Scrum is an agile software development framework. Work is structured in cycles of work called sprints, iterations of work that are typically

More information

THE ROLE OF PROJECT MANAGEMENT IN KNOWLEDGE MANAGEMENT

THE ROLE OF PROJECT MANAGEMENT IN KNOWLEDGE MANAGEMENT 1-04-15 INFORMATION MANAGEMENT: STRATEGY, SYSTEMS, AND TECHNOLOGY THE ROLE OF PROJECT MANAGEMENT IN KNOWLEDGE MANAGEMENT Ralph L. Kliem INSIDE Basics of Knowledge Management and Project Management; Work

More information

Lean Software Development and Kanban

Lean Software Development and Kanban 1 of 7 10.04.2013 21:30 Lean Software Development and Kanban Learning Objectives After completing this topic, you should be able to recognize the seven principles of lean software development identify

More information

In today s acquisition environment,

In today s acquisition environment, 4 The Challenges of Being Agile in DoD William Broadus In today s acquisition environment, it no longer is unusual for your program to award a product or service development contract in which the vendor

More information

Scrum Guide. By Ken Schwaber, May, 2009

Scrum Guide. By Ken Schwaber, May, 2009 Scrum Guide By Ken Schwaber, May, 2009 Scrum has been used to develop complex products since the early 1990s. This paper describes how to use Scrum to build products. Scrum is not a process or a technique

More information

Manage projects effectively

Manage projects effectively Business white paper Manage projects effectively HP Project and Portfolio Management Center and HP Agile Manager Table of contents 3 Executive summary 3 The HP Solution Invest in what matters most then

More information

References: Hi, License: Feel free to share these questions with anyone, but please do not modify them or remove this message. Enjoy the questions!

References: Hi, License: Feel free to share these questions with anyone, but please do not modify them or remove this message. Enjoy the questions! Hi, To assist people that we work with in Scrum/Agile courses and coaching assignments, I have developed some Scrum study-questions. The questions can be used to further improve your understanding of what

More information

Rolling Wave Planning: Manage Projects Without Going Under

Rolling Wave Planning: Manage Projects Without Going Under Rolling Wave Planning: Manage Projects Without Going Under Rolling Wave Planning: Manage Projects Without Going Under W. Charles Slaven MBA PMP CSSBB CPA (inactive) Director, Lean Deployment and Continuous

More information

FREE ONLINE EDITION. (non-printable free online version) Brought to you courtesy of Sprint-IT &

FREE ONLINE EDITION. (non-printable free online version) Brought to you courtesy of Sprint-IT & FREE ONLINE EDITION (non-printable free online version) If you like the book, please support the author & InfoQ by purchasing the printed version: www.sprint-it.de/scrum-checklists (only 19,90 euro) Brought

More information

Taking the first step to agile digital services

Taking the first step to agile digital services Taking the first step to agile digital services Digital Delivered. Now for Tomorrow. 0207 602 6000 mbailey@caci.co.uk @CACI_Cloud 2 1. Background & Summary The Government s Digital by Default agenda has

More information

Agile Blending. Rachel Davies www.agilexp.com

Agile Blending. Rachel Davies www.agilexp.com Agile Blending Rachel Davies www.agilexp.com Which Way? Cheshire-puss," she began rather timidly, "would you tell me, please, which way I ought to go from here?" That depends a great deal on where you

More information

Introduction to Scrum for Managers and Executives

Introduction to Scrum for Managers and Executives Introduction to for Managers and Executives goodagile> Certified Training and Consulting in India and Asia www.goodagile.com The Problems Many Companies Face Time-to-market for products is too long Project

More information

This handbook is meant to be a quick-starter guide to Agile Project Management. It is meant for the following people:

This handbook is meant to be a quick-starter guide to Agile Project Management. It is meant for the following people: AGILE HANDBOOK OVERVIEW WHAT IS THIS? This handbook is meant to be a quick-starter guide to Agile Project Management. It is meant for the following people: Someone who is looking for a quick overview on

More information

CSPO Learning Objectives Preamble. Scrum Basics

CSPO Learning Objectives Preamble. Scrum Basics CSPO Learning Objectives Preamble This document contains topics for the Certified Scrum Product Owner (CSPO) training course. The purpose of this document is to describe the minimum set of concepts and

More information

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 The following pages present the CSM taxonomy as validated through the 2011 Scrum Alliance Validation Study. Each percentage

More information

Mastering the Iteration: An Agile White Paper

Mastering the Iteration: An Agile White Paper Rally Software Development Corporation Whitepaper Mastering the Iteration: An Agile White Paper Dean Leffingwell Abstract: The heartbeat of Agile development is the iteration the ability of the team to

More information

The Agile PMO. Contents. Kevin Thompson, Ph.D., PMP, CSP Agile Practice Lead cprime, Inc. 4100 E. Third Avenue, Suite 205 Foster City, CA 94404

The Agile PMO. Contents. Kevin Thompson, Ph.D., PMP, CSP Agile Practice Lead cprime, Inc. 4100 E. Third Avenue, Suite 205 Foster City, CA 94404 The Agile PMO Kevin Thompson, Ph.D., PMP, CSP Agile Practice Lead cprime, Inc. 4100 E. Third Avenue, Suite 205 Foster City, CA 94404 Kevin.thompson@cprime.com Abstract The development of Agile processes

More information

TeamCompanion Solution Overview. Visual Studio

TeamCompanion Solution Overview. Visual Studio TeamCompanion Solution Overview Visual Studio Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example

More information

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012

Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 Certified ScrumMaster (CSM) Content Outline and Learning Objectives January 2012 The following pages present the CSM taxonomy as validated through the 2011 Scrum Alliance Validation Study. Total questions

More information

Basic Trends of Modern Software Development

Basic Trends of Modern Software Development DITF LDI Lietišķo datorsistēmu programmatūras profesora grupa e-business Solutions Basic Trends of Modern Software Development 2 3 Software Engineering FAQ What is software engineering? An engineering

More information

Friedrich-Alexander-University of Erlangen-Nuremberg

Friedrich-Alexander-University of Erlangen-Nuremberg Agile and Open Source Software Development 3/15 Dirk Riehle Friedrich-Alexander-University of Erlangen-Nuremberg Lecture of 09.11.2009 Professur für Open-Source-Software Martensstraße 3 91058 Erlangen

More information

PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME >

PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME > PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME > Date of Issue: < date > Document Revision #: < version # > Project Manager: < name > Project Management Plan < Insert Project Name > Revision History Name

More information

Agile Engineering Introduction of a new Management Concept

Agile Engineering Introduction of a new Management Concept Journal of Applied Leadership and Management 4, 39-47 39 Agile Engineering Introduction of a new Management Concept Philipp Hecker (philipp.hecker_ch@bluewin.ch) Artur Kolb (arthur.kolb@hs-kempten.de)

More information

Agile Project Forecasting Techniques. "Who Says You Can't Plan Agile Projects?" Matt Davis, PMP, MCITP October 21, 2013

Agile Project Forecasting Techniques. Who Says You Can't Plan Agile Projects? Matt Davis, PMP, MCITP October 21, 2013 Agile Project Forecasting Techniques "Who Says You Can't Plan Agile Projects?" Matt Davis, PMP, MCITP October 21, 2013 Learning Objectives 1. Review the Agile Project Management approach and it's relation

More information

Profesor: Francisco Javier Sanz Pérez. by fjspsv, 2011. PMP Test C13_01

Profesor: Francisco Javier Sanz Pérez. by fjspsv, 2011. PMP Test C13_01 PMP Test C13_01 1. Near the end of your last project, additional requirements were demanded by a group of stakeholders when they learned they would be affected by your project. This became a problem because

More information

Certified ScrumMaster Workshop

Certified ScrumMaster Workshop Certified ScrumMaster Workshop Learn, understand, and execute on the three overarching principles behind Scrum: iterative development, self-management, and visibility. Even projects that have solid, well-defined

More information

serena.com An Introduction to Agile Software Development

serena.com An Introduction to Agile Software Development An Introduction to Agile Software Development June 2007 Table of Contents Executive summary... 3 Agile vs. waterfall: practical differences in methodology... 4 Two agile software development methodologies...

More information

There are 3 main activities during each Scrum sprint: A planning meeting where: the Product Owner prioritizes user stories in the product backlog

There are 3 main activities during each Scrum sprint: A planning meeting where: the Product Owner prioritizes user stories in the product backlog There are 3 main activities during each Scrum sprint: A planning meeting where: the Product Owner prioritizes user stories in the product backlog that need to be implemented during the sprint the Team

More information

D25-2. Agile and Scrum Introduction

D25-2. Agile and Scrum Introduction D25-2 Agile and Scrum Introduction How to Use this Download This download is an overview of a discussion Intertech has with clients on Agile/Scrum This download has an overview of Agile, an overview of

More information

Agile Project Management with Scrum

Agile Project Management with Scrum Agile Project Management with Scrum Resource links http://www.agilealliance.org/ http://www.agilemanifesto.org/ http://www.scrum-master.com/ 1 Manifesto for Agile Software Development Individuals and interactions

More information

Scrum vs. Kanban vs. Scrumban

Scrum vs. Kanban vs. Scrumban Scrum vs. Kanban vs. Scrumban Prelude As Agile methodologies are becoming more popular, more companies try to adapt them. The most popular of them are Scrum and Kanban while Scrumban is mixed guideline

More information

Models of Software Development

Models of Software Development October 28, 2015 Verification & Validation In many computer science courses, software is submitted once, graded, and thrown away. In real life, software development is an process. Some attempts to codify

More information

EXIN Agile Scrum Foundation. Sample Exam

EXIN Agile Scrum Foundation. Sample Exam EXIN Agile Scrum Foundation Sample Exam Edition June 2016 Copyright 2016 EXIN All rights reserved. No part of this publication may be published, reproduced, copied or stored in a data processing system

More information

When is Agile the Best Project Management Method? Lana Tylka

When is Agile the Best Project Management Method? Lana Tylka When is Agile the Best Project Management Method? Lana Tylka Staged Incremental Deliveries Prototypes Plan Develop Design Deploy Test Maintain Sequential Steps Multiple Iterations Waterfall Sprints, Spirals

More information

The Agile Project Manager

The Agile Project Manager The Agile Project Manager PMI Madrid, 29/1/2014 1 Jose Barato Consulting, Training and Tools in Project Management PMPeople (Managing Director) PMI Madrid Chapter (Director) PM-IB (founder, Vice-President)

More information

The Project Management Body of Knowledge, generally known as PMBOK, deals with nine fundamental subjects for the project management.

The Project Management Body of Knowledge, generally known as PMBOK, deals with nine fundamental subjects for the project management. Knowledge Areas The Project Management Body of Knowledge, generally known as PMBOK, deals with nine fundamental subjects for the project management. These are: Project Integration Management Project Scope

More information

Capstone Agile Model (CAM)

Capstone Agile Model (CAM) Capstone Agile Model (CAM) Capstone Agile Model (CAM) Approach Everything we do within the Capstone Agile Model promotes a disciplined project leadership process that encourages frequent inspection and

More information

Adapted from slides by John Musser

Adapted from slides by John Musser Adapted from slides by John Musser 1 What s the difference? Plan Identify activities. No specific start and end dates. Estimate Determine the size and duration of activities. Schedule Add specific start

More information

Agile Project Management at Penn. Delphine Khanna University of Pennsylvania DLF Forum -- Nov 1, 2010

Agile Project Management at Penn. Delphine Khanna University of Pennsylvania DLF Forum -- Nov 1, 2010 Agile Project Management at Penn Delphine Khanna University of Pennsylvania DLF Forum -- Nov 1, 2010 How we got there Grew organically over the last 4 years through trial and error Goals Create a project

More information

A Quick Scrum Walkabout

A Quick Scrum Walkabout Extreme Project Management Requires Extremely Simple Tools Date: March 1, 2014 Title: Code: Abstract: Extreme Project Management Requires Extremely Simple Tools AR-XLS You may think that agile project

More information

IS EARNED VALUE + AGILE A MATCH MADE IN HEAVEN?

IS EARNED VALUE + AGILE A MATCH MADE IN HEAVEN? 1 IS EARNED VALUE + AGILE A MATCH MADE IN HEAVEN? Presented at The Nexus of Agile Software Development and Earned Value Management, OSD-PARCA, February 19 20, 2015 Institute for Defense Analysis, Alexandria,

More information

Agile Project Management By Mark C. Layton

Agile Project Management By Mark C. Layton Agile Project Management By Mark C. Layton Agile project management focuses on continuous improvement, scope flexibility, team input, and delivering essential quality products. Agile project management

More information

Traditional SDLC Vs Scrum Methodology A Comparative Study

Traditional SDLC Vs Scrum Methodology A Comparative Study Traditional SDLC Vs Scrum Methodology A Comparative Study M. Mahalakshmi 1, DR. M. Sundararajan 2 1 Research Scholar, St. Peter s University, Avadi, India 2 Asst. Professor, Department of Computer Science,

More information

SWEN 256 Software Process & Project Management

SWEN 256 Software Process & Project Management SWEN 256 Software Process & Project Management Plan: Identify activities. No specific start and end dates. Estimating: Determining the size & duration of activities. Schedule: Adds specific start and end

More information

Is PRINCE 2 Still Valuable in an Agile Environment?

Is PRINCE 2 Still Valuable in an Agile Environment? Is PRINCE 2 Still Valuable in an Agile Environment? Amy Hongying Zhao Introduction Over the years, many organizations have invested heavily in creating or deploying project management frameworks. PRINCE

More information

The style is: a statement or question followed by four options. In each case only one option is correct.

The style is: a statement or question followed by four options. In each case only one option is correct. AGILE FOUNDATION CERTIFICATE SAMPLE FOUNDATION QUESTIONS WITH ANSWERS This document is a set of sample questions, in the style of the Agile Foundation Certificate Examination, which is a 60 question, 1

More information

Work Breakdown Structure (WBS) Emanuele Della Valle http://emanueledellavalle.org

Work Breakdown Structure (WBS) Emanuele Della Valle http://emanueledellavalle.org Planning and Managing Software Projects 2011-12 Class 7 Work Breakdown Structure (WBS) Emanuele Della Valle http://emanueledellavalle.org Credits 2 This slides are largely based on Prof. John Musser class

More information

Agile & Scrum: What are these methodologies and how will they impact QA/testing roles? Marina Gil Santamaria Summer 2007

Agile & Scrum: What are these methodologies and how will they impact QA/testing roles? Marina Gil Santamaria Summer 2007 Agile & Scrum: What are these methodologies and how will they impact QA/testing roles? Marina Gil Santamaria Summer 2007 The idea behind the Agile approach is that instead of building a release that is

More information

Mature Agile with a twist of CMMI

Mature Agile with a twist of CMMI Mature Agile with a twist of CMMI Carsten Ruseng Jakobsen Systematic Software Engineering crj@systematic.dk Kent Aaron Johnson AgileDigm, Incorporated kent.johnson@agiledigm.com Abstract Systematic is

More information

Scrum, User Stories, and More! CSCI 5828: Foundations of Software Engineering Lecture 22 11/06/2014

Scrum, User Stories, and More! CSCI 5828: Foundations of Software Engineering Lecture 22 11/06/2014 Scrum, User Stories, and More! CSCI 5828: Foundations of Software Engineering Lecture 22 11/06/2014 1 Goals Cover Material from our User Stories Book Chapter 15: Using Stories With Scrum Chapter 16: Additional

More information

Continuous Delivery. Anatomy of the Deployment Pipeline (Free Chapter) by Jez Humble and David Farley

Continuous Delivery. Anatomy of the Deployment Pipeline (Free Chapter) by Jez Humble and David Farley Continuous Delivery Anatomy of the Deployment Pipeline (Free Chapter) by Jez Humble and David Farley Copyright 2011 ThoughtWorks Inc. All rights reserved www.thoughtworks-studios.com Introduction Continuous

More information

Lean and Agile Development With Scrum (Part 2) Lucio Davide Spano

Lean and Agile Development With Scrum (Part 2) Lucio Davide Spano Lean and Agile Development With Scrum (Part 2) Lucio Davide Spano lucio.davide.spano@isti.cnr.it spano@di.unipi.it 7 May 2012 Dilbert intro Summary Sprint Review Done at the end of the Sprint Not a simple

More information

The Project Planning Process Group

The Project Planning Process Group 3 The Project Planning Process Group............................................... Terms you ll need to understand: Activity Activity attributes Activity list Activity on arrow diagram (AOA) Activity

More information