SlideShare a Scribd company logo
1 of 89
Download to read offline
Boutique product development company
It is amazing what you can accomplish when you have a client-centric team to deliver outstanding products.

Syed Salman Ahmed, ACP | APM – Confiz Limited

1
Agile Training Workshop
Syed Salman Ahmed, ACP | Associate Project Manager
Workshop Agenda

• What is Agile
• Concepts of Agile:
–
–
–
–
–
–
–
–

Iteration
Daily Stand up
User Stories
Definition of Done
Planning
Review
Retrospective
Backlog Grooming

•
•
•
•

Scrum
XP
Kanban
Brief overview on use of JIRA

Syed Salman Ahmed, ACP | APM – Confiz Limited

3
What is Agile
What is Agile?

• What do you think is the purpose of this workshop?
• Difference between how to agile and being agile?
• What advantages can you state of Agile?

Syed Salman Ahmed, ACP | APM – Confiz Limited

5
Traditional vs. Agile Approach
TRADITIONAL

AGILE



Waterfall Approach



Iterative & Incremental



Need more time to market



Time boxed



Not all of the features are used by
consumers:



Focuses on Minimum Marketable
Features



Often/Always: 20%



Continuous involvement of Customer



Sometimes: 16%





Rarely/Never: 64%

Open to change requests at all stages
of life cycle

Syed Salman Ahmed, ACP | APM – Confiz Limited

6
Agile Software Development
What is Agile Software Development?





Iterative and incremental development



Requirements and solutions evolve through collaboration



Teams are potentially self-organizing and cross-functional

Syed Salman Ahmed, ACP | APM – Confiz Limited

7
Agile Manifesto

Individuals and interactions

Process and tools

Working software

over

Comprehensive documentation

Customer collaboration

over

Contract negotiation

Responding to change


over

over

Following a plan

That is, while there is value in the items on the right, we value the items on the left more.

Syed Salman Ahmed, ACP | APM – Confiz Limited

8
Agile Manifesto
Individuals & Interactions over Processes & Tools




Each person can contribute unique value



Communication is clear, effective, quick and efficient



Stronger team work



Development teams can self-organize, be more innovative and customize the
processes as required



Team members take personal ownership of the project



Team members can have better job satisfaction

Syed Salman Ahmed, ACP | APM – Confiz Limited

9
Agile Manifesto
Working Software over Comprehensive Documentation




Meeting done criteria – a measure of completion



Bare minimum documentation

Syed Salman Ahmed, ACP | APM – Confiz Limited

10
Agile Manifesto
Customer Collaboration over Contract Negotiation




Make the customer part of the project on an ongoing basis



Develops a partnership between customer and development team



Customer gets the increment at the end of each iteration



Customer feedback is incorporated in regular intervals

Syed Salman Ahmed, ACP | APM – Confiz Limited

11
Agile Manifesto
Responding to Change over Following a Plan




Responding quickly to customers, product users and market helps in developing
relevant and helpful products

Syed Salman Ahmed, ACP | APM – Confiz Limited

12
Concepts of Agile
Concepts of Agile

•
•
•
•
•
•
•
•

Iteration
Daily Standup
User Stories
Definition of Done
Planning
Review
Retrospective
Backlog Grooming & Estimation
Syed Salman Ahmed, ACP | APM – Confiz Limited

14
Iteration
•
•
•
•

Iterations are short time frames
Duration of an iteration is 1 – 4 weeks
Preference is 2 weeks
Potentially shippable product is ready at the end of an
iteration
• There can be more than one releases in an iteration, but not desirable
• There cannot be a release at the end of an iteration, again not desirable

Syed Salman Ahmed, ACP | APM – Confiz Limited

15
Iteration (contd..)
• Most common misconception:
• All sprints are iterations, but all iterations are not sprints

• Ideal iteration ending date:
• An iteration should not end on a Friday

Syed Salman Ahmed, ACP | APM – Confiz Limited

16
Daily Stand-up

• Daily Standup
• Questions of Daily Stand-up

Syed Salman Ahmed, ACP | APM – Confiz Limited

17
Daily Stand-up







A maximum of 15 minute meeting of team members
Helps synchronize effort
Status is shared
Dependencies are resolved
Commitments are made
Problems are identified but NOT resolved

Syed Salman Ahmed, ACP | APM – Confiz Limited

18
Questions of Daily Stand-up
 What has been done?
 What will be done before next meeting?
 What are any obstacles?

Syed Salman Ahmed, ACP | APM – Confiz Limited

19
Punishments for non-attendees/late comers
•
•
•
•

Push-ups
Sit-ups
Hang a board the whole day “I came late”
Monitory fine

• Whatever team decides

Syed Salman Ahmed, ACP | APM – Confiz Limited

20
User Stories

• Traditional Requirements
• User Story
• Epic and Theme

Syed Salman Ahmed, ACP | APM – Confiz Limited

21
Traditional Requirements
Criteria to which the system or business should adhere
 Generated before the coding begins
 Often considered as constraints, conditions or capabilities of
the system
 Rarely contain acceptance criteria
 Contract between business and development


Syed Salman Ahmed, ACP | APM – Confiz Limited

22
User Story
A product feature description written by Customer/Proxy from
the perspective of the end user.
 It helps team understand what work is to be done
 Customer/Proxy prioritizes and team estimates them
 It usually follows the format:


▪ As a : <Role>
▪ I want to : <Function>
▪ So that : <Desired Goal>

Syed Salman Ahmed, ACP | APM – Confiz Limited

23
User Story (contd.)






Shifts the focus from writing about requirements to talking
about them
Not a highly detailed document, rather a reminder for further
collaboration
Atomic in nature
Just-In-Time Tool
A User Story should be End to End

Syed Salman Ahmed, ACP | APM – Confiz Limited

24
User Story (contd.)


Follows the INVEST model:
▪ Independent

▪ Reduced dependencies, easy planning
▪ Negotiable

▪ Details are added via collaboration and not a contract
▪ Valuable

▪ Provides value to the customer
▪ Estimable

▪ Should not be big and vague/Team should be able to estimate
▪ Small

▪ Can be done in less than a week by the team
▪ Testable

▪ Has acceptance criteria
Syed Salman Ahmed, ACP | APM – Confiz Limited

25
Epic and Theme
Theme is a collection of related stories
 Epic is a large story that can be further divided into multiple
stories




For example, “A user can search for job” can be split into
multiple stories:
▪ Search by Location, Salary Range, etc.
▪ View Job Detail
▪ View Company Profile

Syed Salman Ahmed, ACP | APM – Confiz Limited

26
Definition of Done




Definition of Done
Common Issues

Syed Salman Ahmed, ACP | APM – Confiz Limited

27
Definition of Done
Done criteria
 Functional Testing by development team
 Customer specified scenarios
 Single User Story can have multiple acceptance tests
 Also used during regression testing
 DOD may not be added when an issue/task/story is created


Syed Salman Ahmed, ACP | APM – Confiz Limited

28
Common Issues
Start from requirements documents in narrative format
 Too much information
• Missing information


• Team must understand the done criteria before committing to story

• Acceptance Criteria is confused with Test Cases


Acceptance Criteria: “How will I know when I am done with the story?”



Test Case: “How do I test and what are the test steps?”

Syed Salman Ahmed, ACP | APM – Confiz Limited

29
Activity # 1
•
Create Stories
•

Create DOD
Planning





Sprint Goal
Planning Meeting
Estimation Technique – Planning Poker

Syed Salman Ahmed, ACP | APM – Confiz Limited

31
Sprint Goal


A short statement of what the work will be focused on during
the sprint

Syed Salman Ahmed, ACP | APM – Confiz Limited

32
planning meeting
Team
capacity

prioritization

•
Product
backlog

Business
conditions
Current
product

Technology

•

Analyze and evaluate
product backlog
Select sprint goal

Sprint
goal

planning

•
•
•

Decide how to achieve sprint
goal (design)
Create sprint backlog (tasks)
from product backlog items
(user stories / features)
Estimate sprint backlog in
hours

Syed Salman Ahmed, ACP | APM – Confiz Limited

Sprint
backlog

33
Estimation Technique - Planning Poker


The size assigned is based on a fixed pool of numbers



Based on Fibonacci numbers


0 1 1 2 3 5 8 13 21 34 55 98

Adjusted sequence is:




0 ½ 1 2 3 5 8 13 20 40 100 α

Pre-requisite:




A standard story must be taken with size pre-allocated

Syed Salman Ahmed, ACP | APM – Confiz Limited

34
Rules
Feature is read to the team with explanation by Product owner
 Item is discussed
 Each member rates it and places his vote face down
 All cards are turned over at same time
 If estimates are different, outliers are discussed
 Repeat until consensus is reached or group can “live with” a
selected size
 Use Kitchen time to limit discussions


Syed Salman Ahmed, ACP | APM – Confiz Limited

35
5 finger rule


After round of discussion, if consensus is not reached at all, use this to move forward

1.
2.
3.
4.
5.


I am against this
I object and want to discuss
I have concerns but can live with it
I support with some reservations
I totally support it

Note: 1 or 2 require discussion and re-vote

Syed Salman Ahmed, ACP | APM – Confiz Limited

36
Estimating at Start of Project
Lesser clarity of the entire project
 Try to get into as much detail as possible
 But not all details!!
 Plan for immediate release in complete detail only
 Rest of the details can be established as we go


Syed Salman Ahmed, ACP | APM – Confiz Limited

37
Re-estimation
1. For tasks that were identified at high level at project
commencement


Create epics



Create multiple stories

2. Re-estimate story due to previous finding


Change only old story points



Change only new story points



Relatively change both old and new

Syed Salman Ahmed, ACP | APM – Confiz Limited

38
Activity # 2
•

Lets estimate some stories!
Review
Team presents what it accomplished during the sprint
 Typically takes the form of a demo of new features or underlying
architecture
 Informal




2-hour prep time rule



No slides

Whole team participates
 Invite the world


Syed Salman Ahmed, ACP | APM – Confiz Limited

40
Retrospective


•
•
•
•

Periodically take a look at what is and is not working
Preferable to assign responsibility at the end of retrospective
Typically 30 minutes to an hour
Done after every sprint
Team/customer can participate

Syed Salman Ahmed, ACP | APM – Confiz Limited

41
Backlog




Product Backlog
Sprint Backlog

Syed Salman Ahmed, ACP | APM – Confiz Limited

42
Product Backlog
The requirements
 A list of all desired work on the project
 Ideally expressed such that each item has value to the users or
customers of the product
 Prioritized by the product owner
 Reprioritized at the start of each sprint


Syed Salman Ahmed, ACP | APM – Confiz Limited

43
Sprint Backlog




Sprint Backlog is the identified list of items that the team will
work on in the current sprint/iteration
Features in the Sprint Backlog will be exploded into User
Stories
User Stories will be decomposed to individual tasks

Syed Salman Ahmed, ACP | APM – Confiz Limited

44
Backlog Grooming & Estimation

Planning in general
 An Agile Plan
 Task Prioritization
 Estimating Tasks


Syed Salman Ahmed, ACP | APM – Confiz Limited

45
Planning in general


What is a good plan?



A plan helps answer questions

Syed Salman Ahmed, ACP | APM – Confiz Limited

46
What is a good plan?
Reduce risk
 Reduce uncertainty
 Identify dependency
 Support better decision making
 Establish trust


Syed Salman Ahmed, ACP | APM – Confiz Limited

47
A plan helps answer questions
When can I get feature “X”
 When will the project be completed


Syed Salman Ahmed, ACP | APM – Confiz Limited

48
An Agile Plan
Work as one team
 Work in short iterations
 Deliver something each iteration
 Focus on business priorities
 Inspect and adapt


Syed Salman Ahmed, ACP | APM – Confiz Limited

49
Syed Salman Ahmed, ACP | APM – Confiz Limited

50
Levels of Planning

Syed Salman Ahmed, ACP | APM – Confiz Limited

51
Factors in Prioritization
Financial value of a feature
 Cost of development
 Learning curve
 Risk removed by developing a feature




Schedule Risk



Cost Risk



Functionality Risk

Syed Salman Ahmed, ACP | APM – Confiz Limited

52
Task Prioritization

High Risk
Low Value

High Risk
High Value

Low Risk
Low Value

Low Risk
High Value

Risk

Value

Syed Salman Ahmed, ACP | APM – Confiz Limited

53
Prioritizing Desirability
Must Haves
 The more the better
 Exciters


Techniques:




Kano model




Uses functional and dysfunctional questions

Relative weighing

Syed Salman Ahmed, ACP | APM – Confiz Limited

54
Estimating Tasks

Estimating tasks
 Paint Problem
 Size of Story
 Ideal days vs Actual days
 Estimation Technique: Planning poker
 Estimating at start of project
 Re-estimation


Syed Salman Ahmed, ACP | APM – Confiz Limited

55
Estimating Tasks
Unlike traditional project estimation




First estimate the size of a story



Then convert it into an estimate

List of desired
Features
Estimate
Size

Derive
Duration

Syed Salman Ahmed, ACP | APM – Confiz Limited

Schedule

56
Estimate the time required to paint this map

Syed Salman Ahmed, ACP | APM – Confiz Limited

57
Problems
Don’t know the size of rooms
 Don’t know details of the room
 Don’t know which paint to use
 Time to paint one room is unknown


Syed Salman Ahmed, ACP | APM – Confiz Limited

58
Extending the problem


Based on the floor plan, you are supposed to determine how long will it
take you to paint a building that has a single floor 4 times the size of
given building and has 15 stories?

Syed Salman Ahmed, ACP | APM – Confiz Limited

59
Sizing a Story
Determine the size of a story with respect to other stories






E.g. story A is twice the size of story b

This classification is normally termed as Story Points

Syed Salman Ahmed, ACP | APM – Confiz Limited

60
Scrum
Basic Concepts of Scrum









Overview of Scrum
What is Scrum?
Pillars of Scrum
Roles
Ceremonies/Events
Artifacts
Scrum of Scrums
Syed Salman Ahmed, ACP | APM – Confiz Limited

62
An Overview of Scrum









Product Catalog
Sprint Backlog
Sprint
Daily Standup
Scrum Master
Potentially shippable to
the customer
Sprint Review
Retrospective meeting

Syed Salman Ahmed, ACP | APM – Confiz Limited

63
An Overview of Scrum










A Product Owner creates a prioritized wish list called Product
Catalog
During Sprint Planning, the Scrum Team identifies and pulls a small
number of items from the Product Catalog, creating a Sprint Backlog
The Scrum Team then decides how to implement the items
The team has a timebox, called a Sprint, to complete its work
The team meets each day to assess the progress, Daily Standup
Scrum Master keeps the team focused on its goals
At the end of the sprint the work should be potentially shippable to
the customer
The sprint ends with a Sprint Review and Retrospective meeting

Syed Salman Ahmed, ACP | APM – Confiz Limited

64
An Overview of Scrum

Syed Salman Ahmed, ACP | APM – Confiz Limited

65
What is Scrum?
Scrum is an Agile Framework structured to support product
development
 Scrum consists of Scrum Teams and their associated:




Roles



Events



Artifacts



Rules

Syed Salman Ahmed, ACP | APM – Confiz Limited

66
Transparency:




Share common standards and nomenclatures in Scrum Team

Inspection:




Detect undesirable variances through Scrum Events

Adaptation:




Make adjustments to the process and artifacts to minimize further deviation

Syed Salman Ahmed, ACP | APM – Confiz Limited

67
Scrum Team
Product Owner
 Development Team
 Scrum Master


Syed Salman Ahmed, ACP | APM – Confiz Limited

68
Product Owner
Customer/Proxy representing the stakeholders
 Responsible for maximizing the value of the product and the work of
Development Team
 Writes User Stories
 Sole person responsible to manage the Product Backlog




Clearly express the Product Backlog Items



Prioritize the items to achieve best goals and missions



Ensure the Product Backlog is transparent and visible to all



Ensures the Development Team understands the items in the Product Backlog

Syed Salman Ahmed, ACP | APM – Confiz Limited

69
Team
Self-organizing team of size between 3 to 9
 Normally developers who turn Product Backlog into increments of
potentially shippable product based on “definition of done”
 Less than 3 members




Decrease the interaction



Result in smaller productivity



May encounter skill issues

More than 9 members




Require too much co-ordination

Syed Salman Ahmed, ACP | APM – Confiz Limited

70
Team




Cross-functional team with all the skills necessary to create the
product increment as a team
No titles for the team members other than “Developer”
Each team member chips in and applies his/her expertise to all
the problems

Syed Salman Ahmed, ACP | APM – Confiz Limited

71
Scrum Master
Ensures that Scrum rules are understood
 Ensures that Scrum rules are followed
 Resolves impediments
 Protects team from external interferences
 Removes the barriers between development and Product
Owner so that Product Owner derives the development
 Empowers the development team
 Improves engineering practices and tools so that each
increment is potentially shippable
 Keeps information on team’s progress up to date and ensures
its visibility


Syed Salman Ahmed, ACP | APM – Confiz Limited

72
Servant Leadership
This kind of leadership includes:




Creating environment of personal safety where team members may both innovate
and come to friendly disagreements



Mentoring team members



Facilitating (not controlling) meetings



Guiding the team



Removing obstacles

Syed Salman Ahmed, ACP | APM – Confiz Limited

73
Scrum Events
Sprint
 Sprint Planning Meeting
 Daily Scrum
 Sprint Review
 Sprint Retrospective


Syed Salman Ahmed, ACP | APM – Confiz Limited

74
Scrum Artifacts
Product Backlog
 Sprint Backlog




Increment – not that one! 

Syed Salman Ahmed, ACP | APM – Confiz Limited

75
Scrum of Scrums (SOS)
For large project teams
 One person per team attends
 Frequency depends on need
 Time of meeting depends on need


Pre-requisite:




All teams must be synchronized at a product or portfolio level

A backlog must be maintained
 Must use a no name policy, instead use team name
 Like daily scrum problem resolution should be done after the meeting


Syed Salman Ahmed, ACP | APM – Confiz Limited

76
Agenda of SOS
What has your team done since last meeting?
 What will your team do before next meeting?
 Is there any impediment for you?
 Will you be creating an impediment for others?


Syed Salman Ahmed, ACP | APM – Confiz Limited

77
XP (Extreme Programming)
XP




Roles in XP
12 Practices of XP

Syed Salman Ahmed, ACP | APM – Confiz Limited

79
Roles in XP
• Customer:
• Create and prioritizes stories.
• Can change release date by adding/ removing stories.

• Programmer:
• Estimates stories, usually works in pairs, and writes codes and tests.

• Coach:
• Is preferred but optional.
• Monitors processes and mentors and helps team.

• Tracker:
• Is preferred but optional.
• Monitors progress.
• A programmer can be a tracker in the same or in a different pair.

Syed Salman Ahmed, ACP | APM – Confiz Limited

80
12 Practices of XP
1. Planning Games
2. Small Releases
3. Metaphor
4. Simple Design
5. Test-driven development
6. Refactoring
7. Pair Programming
8. Collective Ownership
9. Continuous Integration
10.40-Hours a Week
11.On-Site Customer
12.Coding Standards
Syed Salman Ahmed, ACP | APM – Confiz Limited

81
12 Practices of XP (contd…)
1. Planning games:
To elicit requirements + to estimate

2. Small Releases:
Begin with smallest useful feature set

3. Metaphor/Product theme:
Provides easy to remember naming conventions

4. Simple design:
Just enough to get the job done

5. Test-driven development (TDD):
Write test before adding feature. If test runs, the job is done

6. Refactoring:
Rewrite code to improve internal design

Syed Salman Ahmed, ACP | APM – Confiz Limited

82
12 Practices of XP (contd…)
7. Pair programming:
Work on same computer.
“Driver” writes code and “observer” or “navigator” reviews each line

8. Collective code ownership:
Anyone can change anywhere

9. Continuous integration:
At least once per day

10.Forty hour work week:
Overtime of more than a week is considered as a serious process failure

11.On site customer:
Continuous access is available

12.Coding standard:
Everyone follows them

Syed Salman Ahmed, ACP | APM – Confiz Limited

83
Kanban
Kanban Board

Feature to
develop

Tasks in queue

Tasks in
progress

Tasks
complete

Syed Salman Ahmed, ACP | APM – Confiz Limited

Feature
complete

85
Syed Salman Ahmed, ACP | APM – Confiz Limited

86
Using JIRA





Project Dashboard / System dashboard
Project Roadmap
Project Issues Summarization
Administration









Filters
Scrum Board







Versions
Issue Types
Workflows
Components (default assignees)
Roles

Plan
Work
Report
Filters on board

Issue Reporting

Syed Salman Ahmed, ACP | APM – Confiz Limited

87
Thank you!

• Questions?

Syed Salman Ahmed, ACP | APM – Confiz Limited

88
References

• www.mountaingoatsoftware.com
• http://ketiljensen.files.wordpress.com/2009/10/kanban_board_1.png
• http://en.wikipedia.org/wiki/Agile_software_development

Syed Salman Ahmed, ACP | APM – Confiz Limited

89

More Related Content

What's hot

White Belt DMAIC Project Line G MTTR
White Belt DMAIC Project Line G  MTTRWhite Belt DMAIC Project Line G  MTTR
White Belt DMAIC Project Line G MTTR
Irfan Rasheed Rana
 
DMAIC Methodolgy
DMAIC MethodolgyDMAIC Methodolgy
DMAIC Methodolgy
Bharath M
 
Measure phase lean six sigma tollgate template
Measure phase   lean six sigma tollgate templateMeasure phase   lean six sigma tollgate template
Measure phase lean six sigma tollgate template
Steven Bonacorsi
 

What's hot (20)

White Belt DMAIC Project Line G MTTR
White Belt DMAIC Project Line G  MTTRWhite Belt DMAIC Project Line G  MTTR
White Belt DMAIC Project Line G MTTR
 
Introduction to Six Sigma
Introduction to Six Sigma Introduction to Six Sigma
Introduction to Six Sigma
 
DMAIC Components
DMAIC ComponentsDMAIC Components
DMAIC Components
 
DMAIC Model
DMAIC ModelDMAIC Model
DMAIC Model
 
Dmaic overview for slideshare
Dmaic overview for slideshareDmaic overview for slideshare
Dmaic overview for slideshare
 
Six Sigma Sample Project
Six Sigma Sample ProjectSix Sigma Sample Project
Six Sigma Sample Project
 
DMAIC Methodolgy
DMAIC MethodolgyDMAIC Methodolgy
DMAIC Methodolgy
 
Measure phase lean six sigma tollgate template
Measure phase   lean six sigma tollgate templateMeasure phase   lean six sigma tollgate template
Measure phase lean six sigma tollgate template
 
Lean Six Sigma Yellow Belt Certification Brochure
Lean Six Sigma Yellow Belt Certification BrochureLean Six Sigma Yellow Belt Certification Brochure
Lean Six Sigma Yellow Belt Certification Brochure
 
Dmaic model
Dmaic modelDmaic model
Dmaic model
 
Dmadv overview 1
Dmadv overview 1Dmadv overview 1
Dmadv overview 1
 
Kabir Kassam: 6 – sigma training - Midterm Review
Kabir Kassam: 6 – sigma training - Midterm Review Kabir Kassam: 6 – sigma training - Midterm Review
Kabir Kassam: 6 – sigma training - Midterm Review
 
Lean 6 Sigma On Line Training From Searchtec
Lean 6 Sigma  On Line Training From SearchtecLean 6 Sigma  On Line Training From Searchtec
Lean 6 Sigma On Line Training From Searchtec
 
Lean six sigma executive overview (case study) templates
Lean six sigma executive overview (case study) templatesLean six sigma executive overview (case study) templates
Lean six sigma executive overview (case study) templates
 
DMAIC Methodology
DMAIC MethodologyDMAIC Methodology
DMAIC Methodology
 
Six Sigma Workshop for World Bank, Chennai - India
Six Sigma Workshop for World Bank, Chennai -  IndiaSix Sigma Workshop for World Bank, Chennai -  India
Six Sigma Workshop for World Bank, Chennai - India
 
yellow belt training
yellow belt trainingyellow belt training
yellow belt training
 
Benefits Of Dmaic
Benefits Of DmaicBenefits Of Dmaic
Benefits Of Dmaic
 
Lean Six-Sigma 101
Lean Six-Sigma 101Lean Six-Sigma 101
Lean Six-Sigma 101
 
Six Sigma
Six Sigma Six Sigma
Six Sigma
 

Viewers also liked

Agile Training March 2015
Agile Training March 2015Agile Training March 2015
Agile Training March 2015
David Phipps
 
Agile & SCRUM
Agile & SCRUMAgile & SCRUM
Agile & SCRUM
ejlp12
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
Confiz
 

Viewers also liked (13)

Web services with laravel
Web services with laravelWeb services with laravel
Web services with laravel
 
AT2012_Pune_commonmistakesPO_PrajaktaT
AT2012_Pune_commonmistakesPO_PrajaktaTAT2012_Pune_commonmistakesPO_PrajaktaT
AT2012_Pune_commonmistakesPO_PrajaktaT
 
What Is Agile Scrum
What Is Agile ScrumWhat Is Agile Scrum
What Is Agile Scrum
 
Agile Training March 2015
Agile Training March 2015Agile Training March 2015
Agile Training March 2015
 
Agile - A Super Quick Introduction
Agile - A Super Quick IntroductionAgile - A Super Quick Introduction
Agile - A Super Quick Introduction
 
Introduction to agile and Scrum
Introduction to agile and ScrumIntroduction to agile and Scrum
Introduction to agile and Scrum
 
Scrum refresh
Scrum refreshScrum refresh
Scrum refresh
 
Release Planning. For Agile Teams. A Quick Overview
Release Planning. For Agile Teams. A Quick OverviewRelease Planning. For Agile Teams. A Quick Overview
Release Planning. For Agile Teams. A Quick Overview
 
Let`s Agile !
Let`s Agile !Let`s Agile !
Let`s Agile !
 
Agile & SCRUM
Agile & SCRUMAgile & SCRUM
Agile & SCRUM
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
 
Agile Training - Scrum 101
Agile Training - Scrum 101Agile Training - Scrum 101
Agile Training - Scrum 101
 
Introduction to Agile software testing
Introduction to Agile software testingIntroduction to Agile software testing
Introduction to Agile software testing
 

Similar to Agile training workshop

Agile training workshop
Agile training workshopAgile training workshop
Agile training workshop
Syed Ahmed
 
Adaptive business analysis skill enhancement program v6.0 slideshare
Adaptive business analysis skill enhancement program v6.0 slideshareAdaptive business analysis skill enhancement program v6.0 slideshare
Adaptive business analysis skill enhancement program v6.0 slideshare
Ananya Pani
 
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
ptulachan
 

Similar to Agile training workshop (20)

Agile training workshop
Agile training workshopAgile training workshop
Agile training workshop
 
Agile Project Management (Workshop)
Agile Project Management (Workshop)Agile Project Management (Workshop)
Agile Project Management (Workshop)
 
Patterns and Antipatterns for Adopting IBM DevOps Tools
Patterns and Antipatterns for Adopting IBM DevOps ToolsPatterns and Antipatterns for Adopting IBM DevOps Tools
Patterns and Antipatterns for Adopting IBM DevOps Tools
 
Professional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in AgileProfessional Project Manager Should Be Proficient in Agile
Professional Project Manager Should Be Proficient in Agile
 
Operation management summary of presentation
Operation management summary of presentationOperation management summary of presentation
Operation management summary of presentation
 
Adaptive business analysis skill enhancement program v6.0 slideshare
Adaptive business analysis skill enhancement program v6.0 slideshareAdaptive business analysis skill enhancement program v6.0 slideshare
Adaptive business analysis skill enhancement program v6.0 slideshare
 
Finding The Agile Sweet Spot
Finding The Agile Sweet SpotFinding The Agile Sweet Spot
Finding The Agile Sweet Spot
 
Managing requirements through the lifecycle of an agile project
Managing requirements through the lifecycle of an agile projectManaging requirements through the lifecycle of an agile project
Managing requirements through the lifecycle of an agile project
 
Why becoming agile is hard, but worth it
Why becoming agile is hard, but worth itWhy becoming agile is hard, but worth it
Why becoming agile is hard, but worth it
 
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
How Nationwide Insurance Transformed and Accelerated its Small_1.3.1
 
Agile 101
Agile 101Agile 101
Agile 101
 
Top Business Benefits of Application Lifecycle Management (ALM)
Top Business Benefits of Application Lifecycle Management (ALM)Top Business Benefits of Application Lifecycle Management (ALM)
Top Business Benefits of Application Lifecycle Management (ALM)
 
Agile Concepts
Agile ConceptsAgile Concepts
Agile Concepts
 
Introduction to Agile Project Management
Introduction to Agile Project ManagementIntroduction to Agile Project Management
Introduction to Agile Project Management
 
Using Agile Approach with Fixed Budget Projects
Using Agile Approach with Fixed Budget ProjectsUsing Agile Approach with Fixed Budget Projects
Using Agile Approach with Fixed Budget Projects
 
Software Agility.pptx
Software Agility.pptxSoftware Agility.pptx
Software Agility.pptx
 
Six sigma
Six sigmaSix sigma
Six sigma
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
 
Six sigma vs kaizen
Six sigma vs kaizenSix sigma vs kaizen
Six sigma vs kaizen
 
Six Sigma Vs Kaizen
Six Sigma Vs KaizenSix Sigma Vs Kaizen
Six Sigma Vs Kaizen
 

More from Confiz

More from Confiz (17)

What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.
 
Sqa, test scenarios and test cases
Sqa, test scenarios and test casesSqa, test scenarios and test cases
Sqa, test scenarios and test cases
 
Solid principles of oo design
Solid principles of oo designSolid principles of oo design
Solid principles of oo design
 
Entity framework code first
Entity framework code firstEntity framework code first
Entity framework code first
 
Security testing presentation
Security testing presentationSecurity testing presentation
Security testing presentation
 
Ts seo t ech session
Ts   seo t ech sessionTs   seo t ech session
Ts seo t ech session
 
Learning as a creative professional
Learning as a creative professionalLearning as a creative professional
Learning as a creative professional
 
Learning as a creative professional
Learning as a creative professionalLearning as a creative professional
Learning as a creative professional
 
Ts archiving
Ts   archivingTs   archiving
Ts archiving
 
Advance text rendering in i os
Advance text rendering in i osAdvance text rendering in i os
Advance text rendering in i os
 
Ts threading
Ts   threadingTs   threading
Ts threading
 
Ts android supporting multiple screen
Ts   android supporting multiple screenTs   android supporting multiple screen
Ts android supporting multiple screen
 
Ts drupal6 module development v0.2
Ts   drupal6 module development v0.2Ts   drupal6 module development v0.2
Ts drupal6 module development v0.2
 
Photoshop manners
Photoshop mannersPhotoshop manners
Photoshop manners
 
Monkey talk
Monkey talkMonkey talk
Monkey talk
 
An insight to microsoft platform
An insight to microsoft platformAn insight to microsoft platform
An insight to microsoft platform
 
Ts branching over the top
Ts   branching over the topTs   branching over the top
Ts branching over the top
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Agile training workshop

  • 1. Boutique product development company It is amazing what you can accomplish when you have a client-centric team to deliver outstanding products. Syed Salman Ahmed, ACP | APM – Confiz Limited 1
  • 2. Agile Training Workshop Syed Salman Ahmed, ACP | Associate Project Manager
  • 3. Workshop Agenda • What is Agile • Concepts of Agile: – – – – – – – – Iteration Daily Stand up User Stories Definition of Done Planning Review Retrospective Backlog Grooming • • • • Scrum XP Kanban Brief overview on use of JIRA Syed Salman Ahmed, ACP | APM – Confiz Limited 3
  • 5. What is Agile? • What do you think is the purpose of this workshop? • Difference between how to agile and being agile? • What advantages can you state of Agile? Syed Salman Ahmed, ACP | APM – Confiz Limited 5
  • 6. Traditional vs. Agile Approach TRADITIONAL AGILE  Waterfall Approach  Iterative & Incremental  Need more time to market  Time boxed  Not all of the features are used by consumers:  Focuses on Minimum Marketable Features  Often/Always: 20%  Continuous involvement of Customer  Sometimes: 16%   Rarely/Never: 64% Open to change requests at all stages of life cycle Syed Salman Ahmed, ACP | APM – Confiz Limited 6
  • 7. Agile Software Development What is Agile Software Development?   Iterative and incremental development  Requirements and solutions evolve through collaboration  Teams are potentially self-organizing and cross-functional Syed Salman Ahmed, ACP | APM – Confiz Limited 7
  • 8. Agile Manifesto Individuals and interactions Process and tools Working software over Comprehensive documentation Customer collaboration over Contract negotiation Responding to change  over over Following a plan That is, while there is value in the items on the right, we value the items on the left more. Syed Salman Ahmed, ACP | APM – Confiz Limited 8
  • 9. Agile Manifesto Individuals & Interactions over Processes & Tools   Each person can contribute unique value  Communication is clear, effective, quick and efficient  Stronger team work  Development teams can self-organize, be more innovative and customize the processes as required  Team members take personal ownership of the project  Team members can have better job satisfaction Syed Salman Ahmed, ACP | APM – Confiz Limited 9
  • 10. Agile Manifesto Working Software over Comprehensive Documentation   Meeting done criteria – a measure of completion  Bare minimum documentation Syed Salman Ahmed, ACP | APM – Confiz Limited 10
  • 11. Agile Manifesto Customer Collaboration over Contract Negotiation   Make the customer part of the project on an ongoing basis  Develops a partnership between customer and development team  Customer gets the increment at the end of each iteration  Customer feedback is incorporated in regular intervals Syed Salman Ahmed, ACP | APM – Confiz Limited 11
  • 12. Agile Manifesto Responding to Change over Following a Plan   Responding quickly to customers, product users and market helps in developing relevant and helpful products Syed Salman Ahmed, ACP | APM – Confiz Limited 12
  • 14. Concepts of Agile • • • • • • • • Iteration Daily Standup User Stories Definition of Done Planning Review Retrospective Backlog Grooming & Estimation Syed Salman Ahmed, ACP | APM – Confiz Limited 14
  • 15. Iteration • • • • Iterations are short time frames Duration of an iteration is 1 – 4 weeks Preference is 2 weeks Potentially shippable product is ready at the end of an iteration • There can be more than one releases in an iteration, but not desirable • There cannot be a release at the end of an iteration, again not desirable Syed Salman Ahmed, ACP | APM – Confiz Limited 15
  • 16. Iteration (contd..) • Most common misconception: • All sprints are iterations, but all iterations are not sprints • Ideal iteration ending date: • An iteration should not end on a Friday Syed Salman Ahmed, ACP | APM – Confiz Limited 16
  • 17. Daily Stand-up • Daily Standup • Questions of Daily Stand-up Syed Salman Ahmed, ACP | APM – Confiz Limited 17
  • 18. Daily Stand-up       A maximum of 15 minute meeting of team members Helps synchronize effort Status is shared Dependencies are resolved Commitments are made Problems are identified but NOT resolved Syed Salman Ahmed, ACP | APM – Confiz Limited 18
  • 19. Questions of Daily Stand-up  What has been done?  What will be done before next meeting?  What are any obstacles? Syed Salman Ahmed, ACP | APM – Confiz Limited 19
  • 20. Punishments for non-attendees/late comers • • • • Push-ups Sit-ups Hang a board the whole day “I came late” Monitory fine • Whatever team decides Syed Salman Ahmed, ACP | APM – Confiz Limited 20
  • 21. User Stories • Traditional Requirements • User Story • Epic and Theme Syed Salman Ahmed, ACP | APM – Confiz Limited 21
  • 22. Traditional Requirements Criteria to which the system or business should adhere  Generated before the coding begins  Often considered as constraints, conditions or capabilities of the system  Rarely contain acceptance criteria  Contract between business and development  Syed Salman Ahmed, ACP | APM – Confiz Limited 22
  • 23. User Story A product feature description written by Customer/Proxy from the perspective of the end user.  It helps team understand what work is to be done  Customer/Proxy prioritizes and team estimates them  It usually follows the format:  ▪ As a : <Role> ▪ I want to : <Function> ▪ So that : <Desired Goal> Syed Salman Ahmed, ACP | APM – Confiz Limited 23
  • 24. User Story (contd.)      Shifts the focus from writing about requirements to talking about them Not a highly detailed document, rather a reminder for further collaboration Atomic in nature Just-In-Time Tool A User Story should be End to End Syed Salman Ahmed, ACP | APM – Confiz Limited 24
  • 25. User Story (contd.)  Follows the INVEST model: ▪ Independent ▪ Reduced dependencies, easy planning ▪ Negotiable ▪ Details are added via collaboration and not a contract ▪ Valuable ▪ Provides value to the customer ▪ Estimable ▪ Should not be big and vague/Team should be able to estimate ▪ Small ▪ Can be done in less than a week by the team ▪ Testable ▪ Has acceptance criteria Syed Salman Ahmed, ACP | APM – Confiz Limited 25
  • 26. Epic and Theme Theme is a collection of related stories  Epic is a large story that can be further divided into multiple stories   For example, “A user can search for job” can be split into multiple stories: ▪ Search by Location, Salary Range, etc. ▪ View Job Detail ▪ View Company Profile Syed Salman Ahmed, ACP | APM – Confiz Limited 26
  • 27. Definition of Done   Definition of Done Common Issues Syed Salman Ahmed, ACP | APM – Confiz Limited 27
  • 28. Definition of Done Done criteria  Functional Testing by development team  Customer specified scenarios  Single User Story can have multiple acceptance tests  Also used during regression testing  DOD may not be added when an issue/task/story is created  Syed Salman Ahmed, ACP | APM – Confiz Limited 28
  • 29. Common Issues Start from requirements documents in narrative format  Too much information • Missing information  • Team must understand the done criteria before committing to story • Acceptance Criteria is confused with Test Cases  Acceptance Criteria: “How will I know when I am done with the story?”  Test Case: “How do I test and what are the test steps?” Syed Salman Ahmed, ACP | APM – Confiz Limited 29
  • 30. Activity # 1 • Create Stories • Create DOD
  • 31. Planning    Sprint Goal Planning Meeting Estimation Technique – Planning Poker Syed Salman Ahmed, ACP | APM – Confiz Limited 31
  • 32. Sprint Goal  A short statement of what the work will be focused on during the sprint Syed Salman Ahmed, ACP | APM – Confiz Limited 32
  • 33. planning meeting Team capacity prioritization • Product backlog Business conditions Current product Technology • Analyze and evaluate product backlog Select sprint goal Sprint goal planning • • • Decide how to achieve sprint goal (design) Create sprint backlog (tasks) from product backlog items (user stories / features) Estimate sprint backlog in hours Syed Salman Ahmed, ACP | APM – Confiz Limited Sprint backlog 33
  • 34. Estimation Technique - Planning Poker  The size assigned is based on a fixed pool of numbers  Based on Fibonacci numbers  0 1 1 2 3 5 8 13 21 34 55 98 Adjusted sequence is:   0 ½ 1 2 3 5 8 13 20 40 100 α Pre-requisite:   A standard story must be taken with size pre-allocated Syed Salman Ahmed, ACP | APM – Confiz Limited 34
  • 35. Rules Feature is read to the team with explanation by Product owner  Item is discussed  Each member rates it and places his vote face down  All cards are turned over at same time  If estimates are different, outliers are discussed  Repeat until consensus is reached or group can “live with” a selected size  Use Kitchen time to limit discussions  Syed Salman Ahmed, ACP | APM – Confiz Limited 35
  • 36. 5 finger rule  After round of discussion, if consensus is not reached at all, use this to move forward 1. 2. 3. 4. 5.  I am against this I object and want to discuss I have concerns but can live with it I support with some reservations I totally support it Note: 1 or 2 require discussion and re-vote Syed Salman Ahmed, ACP | APM – Confiz Limited 36
  • 37. Estimating at Start of Project Lesser clarity of the entire project  Try to get into as much detail as possible  But not all details!!  Plan for immediate release in complete detail only  Rest of the details can be established as we go  Syed Salman Ahmed, ACP | APM – Confiz Limited 37
  • 38. Re-estimation 1. For tasks that were identified at high level at project commencement  Create epics  Create multiple stories 2. Re-estimate story due to previous finding  Change only old story points  Change only new story points  Relatively change both old and new Syed Salman Ahmed, ACP | APM – Confiz Limited 38
  • 39. Activity # 2 • Lets estimate some stories!
  • 40. Review Team presents what it accomplished during the sprint  Typically takes the form of a demo of new features or underlying architecture  Informal   2-hour prep time rule  No slides Whole team participates  Invite the world  Syed Salman Ahmed, ACP | APM – Confiz Limited 40
  • 41. Retrospective  • • • • Periodically take a look at what is and is not working Preferable to assign responsibility at the end of retrospective Typically 30 minutes to an hour Done after every sprint Team/customer can participate Syed Salman Ahmed, ACP | APM – Confiz Limited 41
  • 42. Backlog   Product Backlog Sprint Backlog Syed Salman Ahmed, ACP | APM – Confiz Limited 42
  • 43. Product Backlog The requirements  A list of all desired work on the project  Ideally expressed such that each item has value to the users or customers of the product  Prioritized by the product owner  Reprioritized at the start of each sprint  Syed Salman Ahmed, ACP | APM – Confiz Limited 43
  • 44. Sprint Backlog    Sprint Backlog is the identified list of items that the team will work on in the current sprint/iteration Features in the Sprint Backlog will be exploded into User Stories User Stories will be decomposed to individual tasks Syed Salman Ahmed, ACP | APM – Confiz Limited 44
  • 45. Backlog Grooming & Estimation Planning in general  An Agile Plan  Task Prioritization  Estimating Tasks  Syed Salman Ahmed, ACP | APM – Confiz Limited 45
  • 46. Planning in general  What is a good plan?  A plan helps answer questions Syed Salman Ahmed, ACP | APM – Confiz Limited 46
  • 47. What is a good plan? Reduce risk  Reduce uncertainty  Identify dependency  Support better decision making  Establish trust  Syed Salman Ahmed, ACP | APM – Confiz Limited 47
  • 48. A plan helps answer questions When can I get feature “X”  When will the project be completed  Syed Salman Ahmed, ACP | APM – Confiz Limited 48
  • 49. An Agile Plan Work as one team  Work in short iterations  Deliver something each iteration  Focus on business priorities  Inspect and adapt  Syed Salman Ahmed, ACP | APM – Confiz Limited 49
  • 50. Syed Salman Ahmed, ACP | APM – Confiz Limited 50
  • 51. Levels of Planning Syed Salman Ahmed, ACP | APM – Confiz Limited 51
  • 52. Factors in Prioritization Financial value of a feature  Cost of development  Learning curve  Risk removed by developing a feature   Schedule Risk  Cost Risk  Functionality Risk Syed Salman Ahmed, ACP | APM – Confiz Limited 52
  • 53. Task Prioritization High Risk Low Value High Risk High Value Low Risk Low Value Low Risk High Value Risk Value Syed Salman Ahmed, ACP | APM – Confiz Limited 53
  • 54. Prioritizing Desirability Must Haves  The more the better  Exciters  Techniques:   Kano model   Uses functional and dysfunctional questions Relative weighing Syed Salman Ahmed, ACP | APM – Confiz Limited 54
  • 55. Estimating Tasks Estimating tasks  Paint Problem  Size of Story  Ideal days vs Actual days  Estimation Technique: Planning poker  Estimating at start of project  Re-estimation  Syed Salman Ahmed, ACP | APM – Confiz Limited 55
  • 56. Estimating Tasks Unlike traditional project estimation   First estimate the size of a story  Then convert it into an estimate List of desired Features Estimate Size Derive Duration Syed Salman Ahmed, ACP | APM – Confiz Limited Schedule 56
  • 57. Estimate the time required to paint this map Syed Salman Ahmed, ACP | APM – Confiz Limited 57
  • 58. Problems Don’t know the size of rooms  Don’t know details of the room  Don’t know which paint to use  Time to paint one room is unknown  Syed Salman Ahmed, ACP | APM – Confiz Limited 58
  • 59. Extending the problem  Based on the floor plan, you are supposed to determine how long will it take you to paint a building that has a single floor 4 times the size of given building and has 15 stories? Syed Salman Ahmed, ACP | APM – Confiz Limited 59
  • 60. Sizing a Story Determine the size of a story with respect to other stories    E.g. story A is twice the size of story b This classification is normally termed as Story Points Syed Salman Ahmed, ACP | APM – Confiz Limited 60
  • 61. Scrum
  • 62. Basic Concepts of Scrum        Overview of Scrum What is Scrum? Pillars of Scrum Roles Ceremonies/Events Artifacts Scrum of Scrums Syed Salman Ahmed, ACP | APM – Confiz Limited 62
  • 63. An Overview of Scrum         Product Catalog Sprint Backlog Sprint Daily Standup Scrum Master Potentially shippable to the customer Sprint Review Retrospective meeting Syed Salman Ahmed, ACP | APM – Confiz Limited 63
  • 64. An Overview of Scrum         A Product Owner creates a prioritized wish list called Product Catalog During Sprint Planning, the Scrum Team identifies and pulls a small number of items from the Product Catalog, creating a Sprint Backlog The Scrum Team then decides how to implement the items The team has a timebox, called a Sprint, to complete its work The team meets each day to assess the progress, Daily Standup Scrum Master keeps the team focused on its goals At the end of the sprint the work should be potentially shippable to the customer The sprint ends with a Sprint Review and Retrospective meeting Syed Salman Ahmed, ACP | APM – Confiz Limited 64
  • 65. An Overview of Scrum Syed Salman Ahmed, ACP | APM – Confiz Limited 65
  • 66. What is Scrum? Scrum is an Agile Framework structured to support product development  Scrum consists of Scrum Teams and their associated:   Roles  Events  Artifacts  Rules Syed Salman Ahmed, ACP | APM – Confiz Limited 66
  • 67. Transparency:   Share common standards and nomenclatures in Scrum Team Inspection:   Detect undesirable variances through Scrum Events Adaptation:   Make adjustments to the process and artifacts to minimize further deviation Syed Salman Ahmed, ACP | APM – Confiz Limited 67
  • 68. Scrum Team Product Owner  Development Team  Scrum Master  Syed Salman Ahmed, ACP | APM – Confiz Limited 68
  • 69. Product Owner Customer/Proxy representing the stakeholders  Responsible for maximizing the value of the product and the work of Development Team  Writes User Stories  Sole person responsible to manage the Product Backlog   Clearly express the Product Backlog Items  Prioritize the items to achieve best goals and missions  Ensure the Product Backlog is transparent and visible to all  Ensures the Development Team understands the items in the Product Backlog Syed Salman Ahmed, ACP | APM – Confiz Limited 69
  • 70. Team Self-organizing team of size between 3 to 9  Normally developers who turn Product Backlog into increments of potentially shippable product based on “definition of done”  Less than 3 members   Decrease the interaction  Result in smaller productivity  May encounter skill issues More than 9 members   Require too much co-ordination Syed Salman Ahmed, ACP | APM – Confiz Limited 70
  • 71. Team    Cross-functional team with all the skills necessary to create the product increment as a team No titles for the team members other than “Developer” Each team member chips in and applies his/her expertise to all the problems Syed Salman Ahmed, ACP | APM – Confiz Limited 71
  • 72. Scrum Master Ensures that Scrum rules are understood  Ensures that Scrum rules are followed  Resolves impediments  Protects team from external interferences  Removes the barriers between development and Product Owner so that Product Owner derives the development  Empowers the development team  Improves engineering practices and tools so that each increment is potentially shippable  Keeps information on team’s progress up to date and ensures its visibility  Syed Salman Ahmed, ACP | APM – Confiz Limited 72
  • 73. Servant Leadership This kind of leadership includes:   Creating environment of personal safety where team members may both innovate and come to friendly disagreements  Mentoring team members  Facilitating (not controlling) meetings  Guiding the team  Removing obstacles Syed Salman Ahmed, ACP | APM – Confiz Limited 73
  • 74. Scrum Events Sprint  Sprint Planning Meeting  Daily Scrum  Sprint Review  Sprint Retrospective  Syed Salman Ahmed, ACP | APM – Confiz Limited 74
  • 75. Scrum Artifacts Product Backlog  Sprint Backlog   Increment – not that one!  Syed Salman Ahmed, ACP | APM – Confiz Limited 75
  • 76. Scrum of Scrums (SOS) For large project teams  One person per team attends  Frequency depends on need  Time of meeting depends on need  Pre-requisite:   All teams must be synchronized at a product or portfolio level A backlog must be maintained  Must use a no name policy, instead use team name  Like daily scrum problem resolution should be done after the meeting  Syed Salman Ahmed, ACP | APM – Confiz Limited 76
  • 77. Agenda of SOS What has your team done since last meeting?  What will your team do before next meeting?  Is there any impediment for you?  Will you be creating an impediment for others?  Syed Salman Ahmed, ACP | APM – Confiz Limited 77
  • 79. XP   Roles in XP 12 Practices of XP Syed Salman Ahmed, ACP | APM – Confiz Limited 79
  • 80. Roles in XP • Customer: • Create and prioritizes stories. • Can change release date by adding/ removing stories. • Programmer: • Estimates stories, usually works in pairs, and writes codes and tests. • Coach: • Is preferred but optional. • Monitors processes and mentors and helps team. • Tracker: • Is preferred but optional. • Monitors progress. • A programmer can be a tracker in the same or in a different pair. Syed Salman Ahmed, ACP | APM – Confiz Limited 80
  • 81. 12 Practices of XP 1. Planning Games 2. Small Releases 3. Metaphor 4. Simple Design 5. Test-driven development 6. Refactoring 7. Pair Programming 8. Collective Ownership 9. Continuous Integration 10.40-Hours a Week 11.On-Site Customer 12.Coding Standards Syed Salman Ahmed, ACP | APM – Confiz Limited 81
  • 82. 12 Practices of XP (contd…) 1. Planning games: To elicit requirements + to estimate 2. Small Releases: Begin with smallest useful feature set 3. Metaphor/Product theme: Provides easy to remember naming conventions 4. Simple design: Just enough to get the job done 5. Test-driven development (TDD): Write test before adding feature. If test runs, the job is done 6. Refactoring: Rewrite code to improve internal design Syed Salman Ahmed, ACP | APM – Confiz Limited 82
  • 83. 12 Practices of XP (contd…) 7. Pair programming: Work on same computer. “Driver” writes code and “observer” or “navigator” reviews each line 8. Collective code ownership: Anyone can change anywhere 9. Continuous integration: At least once per day 10.Forty hour work week: Overtime of more than a week is considered as a serious process failure 11.On site customer: Continuous access is available 12.Coding standard: Everyone follows them Syed Salman Ahmed, ACP | APM – Confiz Limited 83
  • 85. Kanban Board Feature to develop Tasks in queue Tasks in progress Tasks complete Syed Salman Ahmed, ACP | APM – Confiz Limited Feature complete 85
  • 86. Syed Salman Ahmed, ACP | APM – Confiz Limited 86
  • 87. Using JIRA     Project Dashboard / System dashboard Project Roadmap Project Issues Summarization Administration        Filters Scrum Board      Versions Issue Types Workflows Components (default assignees) Roles Plan Work Report Filters on board Issue Reporting Syed Salman Ahmed, ACP | APM – Confiz Limited 87
  • 88. Thank you! • Questions? Syed Salman Ahmed, ACP | APM – Confiz Limited 88
  • 89. References • www.mountaingoatsoftware.com • http://ketiljensen.files.wordpress.com/2009/10/kanban_board_1.png • http://en.wikipedia.org/wiki/Agile_software_development Syed Salman Ahmed, ACP | APM – Confiz Limited 89