
How can we make sure that the functionality will really be ready on time? And how can we identify possible deviations in advance?
When planning a Sprint, we split each User Story in the Sprint Backlog into subtasks. Subtasks not only help us decompose big User Stories into smaller elements, but they help us distribute the corresponding work to team members. Subtasks can also be subjects of estimation. Then the estimation can be used for constructing so-called information radiators, e.g. a Sprint Burndown Chart. By analyzing the Sprint Burndown Chart, the team can conduct an inspection in relation to the achievement of the Sprint Goal. Let’s take a look at several examples of how subtasks can be estimated.
Calculating the time required for subtasks and using a Burndown Chart
- Refactoring (6 hours).
- Implementation of the core module (4 hours).
- Finding a method for interaction with the database (7 hours).
- Applying UI fixes (2 hours).
- Creating an autotest (3 hours).
The total of the time estimates is shown in the Burndown Chart. As the subtasks become completed, the time value in the Burndown Chart will converge to zero.
Advantages of this approach
- It is possible to see the difference between the initial estimate and the actual value not only for User Stories, but for subtasks as well.
- Smaller components are easier to estimate with greater precision than anything large and generalized.
- Decomposing your User Stories, you can once again verify their initial time estimates.
- When estimating User Stories, you can use both time units and Story Points.
Disadvantages
- All the constituent subtasks are to be estimated in addition to the User Story itself, which entails more discussions during the planning and takes more time.
- Incomplete subtasks should be re-estimated at the Daily Scrum meetings. It takes time too.
- Customers are not interested in estimates for subtasks. They want to know the original estimates for User Stories, or time that has already been spent on the implementation of subtasks.
- People seldom make precise estimates in absolute units.
Making quantitative estimation of subtasks and using a Burndown Chart
Example:
When decomposing our User Stories at the planning meeting, we agreed that subtasks should meet following criteria:
- They are approximately the same in size.
- The implementation of a subtask shouldn’t take more than one day.
As soon as subtasks become closed, the Burndown Chart converges to zero.
Advantages of this approach
- Time saving. The Developers do not estimate each subtask during the planning. There is no need to re-estimate subtasks at the Daily Scrum meetings.
- The implementation of a subtask shouldn’t take more than one day.
- The time spent on the implementation of subtasks can be logged as before.
Disadvantages
- Team’s subtasks will not immediately meet the initial criteria. For the first two or three planning meetings, the Developers will be learning how to create subtasks with approximately the same size.
- Customers are not interested in estimates for subtasks. They want to know the original estimates for User Stories, or time that has already been spent on the implementation of subtasks.
Subtasks do not count, Burndown Chart is in Story Points
The Burndown Chart is in Story Points based on the status of the User Story.