Makingstories a vertical slice of the system under development is a well known approach to ensuring that the stories aren't driven by the application architecture. Team’s are typically warned by their trainer/coach that slicing stories horizontally leads to a number of problems: presupposing the architecture, over production (or gold plating) as we write the functionality we think we will need and most importantly no visible progress or business value for the customer. For more details see Mike Cohn’s User Stories Applied.
Antony Marcano brings up an interesting twist by suggesting that tasks are often repeatitive horizontal slices of stories for example: "Add x to the Model", "Change View". In the traditional Scrum/Agile approach teams estimate the number of task hours for the sprint and then track them in a Spring/Iteration burndown chart. Antony points out that this is not a real measure of progress in terms of working software.
Others have responded to this problem by suggesting: Burn Stories Not Tasks and Track Velocity, Not Time Spent on Tasks.
Antony proposes we track the acceptance criteria successfully implemented for each story. To do this we need to change the acceptance criteria from vague statements to verifiable examples: “Must have a link to save the profile” –> “Should create a new profile”. Once the acceptance criteria are testable we can track whether there acceptance tests for the criteria and whether or not they pass.
Jason Gorman has noticed the same problem noting that task tracking can lead to a false sense of completeness:
“tasks are the "how" and it's quite possible to be 90% of the way through the tasks for a user story and have delivered nothing of any value to the users. So planning and tracking iterations through tasks can lead to the notoriously misleading "90% done" syndrome”
Jason’s approach is a solution the problem Antony describes. Jason would have the team estimate the complexity of each of the tests for a story. The team tracks the number of acceptance test points delivered.
Any way you slice it the consensus is that tracking task hours is passe and instead we should find a way of measuring value delivered to the customer.
Community comments
Perhaps not passe
by Scott Duncan,
Value points
by Dave Nicolette,
Re: Value points
by Scott Duncan,
Re: Value points
by Mark Levison,
Re: Value points
by Antony Marcano,
Re: Value points
by Antony Marcano,
Re: Perhaps not passe
by Antony Marcano,
I agree
by Jorge Manrubia,
Re: I agree
by Mark Levison,
Re: I agree
by Antony Marcano,
Re: I agree
by Antony Marcano,
Smells within smells within smells
by Dave Nicolette,
Re: Smells within smells within smells
by Mark Levison,
Re: Smells within smells within smells
by Antony Marcano,
Re: Smells within smells within smells
by Mike DePaoli,
Re: Smells within smells within smells
by Antony Marcano,
Re: Smells within smells within smells
by Dave Nicolette,
Re: Smells within smells within smells
by Antony Marcano,
Re: Smells within smells within smells
by Antony Marcano,
Perhaps not passe
by Scott Duncan,
Your message is awaiting moderation. Thank you for participating in the discussion.
Heard an interesting idea at Agile Coachs' Camp a couple weeks ago. Someone called it Value Points. It was a point system done by the Product Owner related to the relative value they saw in each Product Backlog item. This would be separate from the points the team would give an item based on complexity/effort to implement.
My thought is that this could be a nioce way to keep team pointing as an input measure while using the Value Pts as an output one. That is, "regular" story points would be used just to determine what the team could take in for a given Sprint. The Value Pts would be the output measure of business gain for the work performed.
However, I still think task burndowns can be useful and other burndowns could suffer from the same 90% problem. Story pt burndown can produce a stair-step result that may not help much either. And delivering test pts doesn't seem to me to necessarily translate to stories completed and value delivered either.
But on one of my larger coaching experiences, the teams decided to track tasks in the burndown, but all tracked stories by "Not Started," "Being Worked," "Blocked," and "Done." The "Blocked" category was one being worked but currently held up by some impediment. They also eventually came up with a color scheme on their wall where they tracked these just for visual impact from a distance.
Of course, the real "tracking" was the close daily communication they had in the team. between teams, with Product Owners and with management. Had they been more remote from one another, they'd have needed something more formal, but perhaps still along these lines.
I agree
by Jorge Manrubia,
Your message is awaiting moderation. Thank you for participating in the discussion.
I also think that task estimation in hours add little value in agile processes. In my opinion, given a story, you should only formally capture the tasks needed to implement it as a clarification mechanism, not as an estimation and sprint-tracking mechanism.
I shared my thoughts on this very same topic some time ago
Smells within smells within smells
by Dave Nicolette,
Your message is awaiting moderation. Thank you for participating in the discussion.
"...we need to change the acceptance criteria from vague statements to verifiable examples..."
Your acceptance criteria consist of vague statements? Really?
Hmm.
"...estimate the complexity of each of the tests for a story. The team tracks the number of acceptance test points delivered."
Sounds like an extra layer of waste to me. I would ask: What are the constraints that prevent us from dispensing with estimation and measuring the working software delivered? I would want to remove or mitigate those constraints rather than adding workarounds like estimating the tests.
Furthermore, why are the tests complex enough that you would consider estimating them? Isn't that a smell in itself?
Value points
by Dave Nicolette,
Your message is awaiting moderation. Thank you for participating in the discussion.
AFAIK Dan Rawsthorne came up with this idea, under the name Earned Business Value. Description is here: www.netobjectives.com/blogs/calculating-earned-...
I've used this on quite a few projects. It gets the PO engaged nicely, and provides useful information about the relative amount of business value delivered as of any given date. The PO can make decisions about whether to continue the project based on that info. In one case, I had a PO decide to stop a project early because he had received 80% of the value he wanted, and he thought it would be wiser to pay the team to move on to another project than to finish off the remaining "nice to have" backlog items. Sweet!
It's easy to chart the value points to show progress toward delivery of customer-defined value. It's a good metric.
But it's not the same thing as velocity or throughput. It's not a substitute for tracking the working software delivered. It's a different measure.
Re: Value points
by Scott Duncan,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thanks for the pointer to Dan Rawsthorne's material. I agree it wouldn't replace throughput/velocity as you note, but I think it measures "output" more meaningfully for non-IT/engineering folks.
If the development team estimates using typical effort/estimation based points and gets into a reliable commitment and delivery pattern, then input and output match, of course. But a metric for software delivery based on effort and/or complexity while useful for planning doesn't have as much use otherwise outside IT/engineering.
So I guess I like the use of both approaches and see how they can be used independently and allow business to do its pointing and IT/engineering do its with no concern for sharing the meaning or having to participate in making judgment based on concerns/knowledge not available to or possessed by them.
Re: I agree
by Mark Levison,
Your message is awaiting moderation. Thank you for participating in the discussion.
I think that most Agile trainers would no longer recommend estimating tasks in hours. I go one other further - I view tasks as training wheels. They're a useful way to get started but most teams don't need them on an ongoing basis.
Cheers
Mark Levison
Agile Pain Relief Consulting
Re: Value points
by Mark Levison,
Your message is awaiting moderation. Thank you for participating in the discussion.
Hmmm. These value points seem interesting - after a quick read I wonder how different these are from Joe Little's thoughts on the same subject.
Cheers
Mark Levison
Agile Pain Relief Consulting
Re: Smells within smells within smells
by Mark Levison,
Your message is awaiting moderation. Thank you for participating in the discussion.
What I liked about this whole idea was using the acceptance tests as a way to slice the stories into thinner slices without having too many horizontal tasks. I'm not sure that I would want to estimate them. As for the complexity of Antony's tests - I think we would need to see his code which is probably far simpler than the words I used to describe it.
Cheers
Mark Levison
Agile Pain Relief Consulting
Re: Smells within smells within smells
by Mike DePaoli,
Your message is awaiting moderation. Thank you for participating in the discussion.
Dave,
My response here is to the broader agile community that reads InfoQ. I'm just responding to your post because it provides context.
I understand and largely agree with your points, however...
I'm curious, have you ever gone into a company to execute an agile transformation that had a project management / governance system that relied on estimate based data against actuals and told the folks that their system and their jobs were basically waste?
How did that go for you? :-)
Really, I read a considerable amount about waste this, waste that and I understand the theory deeply(I've read the books), but really, how many organizations go from being waterfall, heavy governance project management (there are alot of them) to the magical world where everyone just trusts in the maximum productive throughput of a team, supports WIP Limits, and management will put their neck on the line hoping for earned value. I haven't found that magic wand yet that can transform an orgaization to that magical state. It takes considerable planning and understanding of the people involved, the culture and the politics as well as the mechanics of organizational transformation.
It would be nice to hear about how coaches actually got organizations to the point where waste was understood and the level of trust existed that allowed for it to be eliminated. Much of this regurgatation of theory and the elusive "no waste" environment is kind of waste in itself.
I've started a blog where I intend to address these issues as well as an often forgotten one, the satisfaction of those actually producing the work. Ensuring their satisfaction in one of the keys to sustainable delivery of value. More to come.
Re: Perhaps not passe
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
Value points are trying to solve a different problem.
I've written a response on my blog. Excerpt follows:
Re: I agree
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
So, as you explain in your blog-post, you slice the stories as thinly as possible. That's also a relevant approach in my opinion. Using acceptance criteria to slice the stories is on a similar theme, however, provides a little more context around each progress item. It does, however, depend on scenario-oriented examples or acceptance criteria.
I've added to this point in a response on my blog.
Re: Smells within smells within smells
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
Having worked with Jason, I can safely say that his acceptance criteria are not vague statements. The approach he blogged about was used very successfully on a project he and I worked on a couple of years ago. It was necessary due to the culture of the organisation (still trying to practice Prince2 but wanting the adaptive benefits of agile methods). As coaches, who visits many organisations, both Jason and I have seen many examples of vague acceptance criteria.
I don't think Jason is suggesting that this be a core practice. Remember, not every team or organisation is at the point where the culture supports ditching estimates.
What I am saying is that, if you are somewhere that insists on attempting granular progress tracking and when tasks feel purposeless then a stepping stone is to use acceptance-criteria as your measure of progress instead.
Eventually, the team will see the limited value of estimation.
There are other points related to this touched upon in this response on my blog.
Re: Value points
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
Yes, it's different but useful to know about for all the readers.
I think it's important for people to understand the question behind each metric. Each metric is essentially helping us to answer a different question. Unfortunately, many people forget the question and focus too much on the labelled answer (e.g. value points, complexity points, hours, velocity, etc).
I've touched upon related points in this follow-up on my blog.
Re: I agree
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
Tasks are indeed training wheels. I also liken it to learning how to do something on paper (as children do with arithmetic) before we can try to do that thing in our heads.
Re: Value points
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
This idea has been around for quite a while... but sadly abused IMHO.
I've talked about this some more on this follow-up on my blog
Re: Smells within smells within smells
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
P.S. I misunderstood the reference to "vague statements"... Neither Jason nor I mention the word "vague"... Mark has paraphrased it that way...
My point still stands that I have seen this quite often and is one of the many things I'm called upon to help organisations fix.
Re: Smells within smells within smells
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
Feel free to see my code :-) Or... better still, see me working for real...
I'm one of the few (I know only of one other) who uploads videos of his development sessions unrehearsed and unedited. pairwith.us has hours of video following the development of a BDD-enabling fit-fixture.
Or, you can see an example of a fluent API created to enable BDD feature specs in Java code... which was an illustration of a better solution to a problem one of my clients was trying to solve. The client has taken the concept and is evolving it internally. We're talking about merging the projects and packaging them for easier distribution.
I think I've addressed the issue of "vague statements" in an earlier comment :-)
Re: Smells within smells within smells
by Antony Marcano,
Your message is awaiting moderation. Thank you for participating in the discussion.
It's a step by step process. My role as a coach is often to help people find the right questions to ask of themselves and help them then find the answers that will work for them at that time. Through experimentally applying these answers to what they do the teams and the organisation learn, iteratively, and find new questions. Eventually, they arrive at the understanding that there is a lot that we do because we think we're supposed to, not because we really need to.
One example was where the CxOs (or C-level execs) wanted to reduce the amount of testing their people had to do. The perception was that it was slowing them down. The implementation teams couldn't see how they could do that without slowing themselves down further due to the overheads of fixing bugs that slipped through to production. The question was the wrong question. I worked with them and the implementation teams to understand a more relevant question - how can they deliver more and be in a better position to respond to changing commercial circumstances? This helped to bring about a series of small and frequent changes across the organisation.
If I told you exactly how I did that, you wouldn't need to hire me ;-) But the results speak for themselves.
I feel that, for the more mature delivery teams, the thing holding them back isn't how they deliver but the business culture that influences how the business tries to track delivery and "manage" it (so to speak). I've address this somewhat in a follow-up on my blog:
And I follow on with:
Similarly to you, Mike P, I would argue that "eliminating waste" is just one of many tools we have available to us to increase throughput and maximise our ability to respond to change... it is, however, a stepping stone to the next level of understanding (much like going from tasks to using acceptance-criteria to measure progress is a stepping stone to the next level of understanding). This is how we learn - in an evolutionary way... one small step at a time.
Best regards to all,
-Antony Marcano
Re: Smells within smells within smells
by Dave Nicolette,
Your message is awaiting moderation. Thank you for participating in the discussion.
Sorry about the delayed response. I don't often check InfoQ.
You write, "...and told the folks that their system and their jobs were basically waste?
How did that go for you? :-)"
Short answer is "Yes" and "pretty well."
Better answer, maybe: First, you don't stroll in the door and start spewing negatives all over the place. I've started with introductory explanations of theory of constraints and lean thinking and agile values and so forth, and then proposed helping the client analyze their own process/problems. Waste tends to fall out of such an analysis naturally without making it sound personal or offensive.
Organizations don't change with the flick of a switch, and they almost never change "all the way" to a proposed new state.
The reason you haven't found the magic wand that will transform an organization to a magical state is that it isn't a question of magic. It's a question of hard work.
"I understand the theory deeply(I've read the books)" With respect, I don't think that's what it means to understand something deeply.