Benefits of Agile Story Decomposition

open book

When you plan a release, agile user stories, or classic use cases are the best sized pieces to use in the planning – from the perspective of your customers. Each user story can be further decomposed into a set of specifications, and those into development tasks. Development tasks are the right sized unit to manage your work breakdown structure – communicating the release schedule internally with your development team.

Overview of Structure

Even agile projects benefit from having a structured perspective on why and how to develop the software.

  • Customers have goals, and those goals have value.
  • Those goals are achieved through user stories (or use cases).
  • Capabilities, usually defined in a specification, enable people to execute the stories.
  • Development tasks represent the work that must be done to implement those capabilities.
  • Tests can be defined to validate the capabilities, and assure that code is working as-designed.

Scheduling Releases

We’ve written before about communicating a release schedule with use cases. The fundamental concept is that you need to deliver actionable, valuable capabilities with each release. Since customers get value from goals by executing use cases, you need to deliver a complete use case (or user story) for the customer to get value from it. This also helps with the “why do I care about release X?” question – because it provides value.

Although your customers don’t need to know which development tasks are included in what release, your team does. And as a point of clarification, when you are scheduling the work that fits in the time box for a release, you absolutely can schedule tasks that do not add up to a complete use case. Sometimes all of the work required to implement a single use case can’t fit within a single time box. And there’s no particular benefit to trying to force it to always happen that way. It is more important to schedule the most valuable use cases (or user stories) first. And then communicate to your customers the releases in which those use cases are completed.

Nine Development Team Benefits

Doug Blis, at Visionpace, just wrote a good article listing nine reasons to divide user stories into tasks. He provides a couple of paragraphs of detail on each of the following reasons:

  1. Iteration Planning
  2. Iteration Burndown
  3. Accountability
  4. Shared & Individual Learning
  5. Tasks Encourage Better Design
  6. Forecasting Velocity
  7. Tasks Serve as Reminders
  8. Talk to the Dog
  9. What if you hear “can’t/won’t task?”

These are all excellent how do we improve as a development team benefits. Managing your development team’s efforts at the task level provides enough data-points to improve, without being so much work that it hinders. Tasks are also the perfect size for extrapolation and improved estimation on future projects.

Getting Bigger Picture Benefits

In addition to your development team getting better by using tasks, you can improve your overall software delivery process. The key is to be able to clearly define the traceability for the project. Traceability won’t really help the development team get better at developing (which may be why not many agile proponents talk about it). But it will help you manage your project, and therefore the release schedule for your product. And that allows you to improve your relationships with your customers.

Better forecasting of tasks (combined with traceability) yields better forecasting of capabilities. And this also leads to better forecasting of user stories (or use cases). This allows you to spend less time dealing with changes to the schedule – and more time focusing on finding huge value for your customers. And fewer schedule changes result in better relationships, more trust, and higher profit (when you can leverage that trust into higher prices, and when you avoid the costs of schedule changes).
Do it so your development team gets better. And do it so you deliver better products, and build better relationships.

  • Scott Sehlhorst

    Scott Sehlhorst is a product management and strategy consultant with over 30 years of experience in engineering, software development, and business. Scott founded Tyner Blain in 2005 to focus on helping companies, teams, and product managers build better products. Follow him on LinkedIn, and connect to see how Scott can help your organization.

2 thoughts on “Benefits of Agile Story Decomposition

  1. I’m a big fan of using tasks to decompose a user story.

    The primary benefit I see is that the very act of writing out the discrete tasks needed to implement the story can lead to deeper questions, opportunities for collaboration or reuse, and can chase out hidden assumptions.

    For example, for one project, we discovered during task breakdown that a user story would require an integration with another system in order to keep things in sync as per the story description. After talking with the customer, they were quite happy to do this part manually, dramatically reducing the time and effort needed.

    Without task breakdowns, estimates can be pretty poor, and stories can tend to grow in scope and complexity.

  2. Thanks Dave for reading and commenting!

    Yes, drilling down definitely uncovers a ton of details – and allows you to avoid expensive design decisions exactly as you suggest. I’ve had similar experiences, being able to avoid expensive solutions when alternatives were available but not immediately obvious.

Leave a Reply to Dave Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.