Skip to main content

Definition of Done - An example

Done?

To call a story 'Done-Done' we should refer to two things:
the acceptance criteria for each story
the team’s Definition of Done

The DoD is defined by the team and should be updated whenever it seems appropriate e.g if there's a big change in the team or the work; or the team simply sees the need for a change.

If you have project based teams, it's something to agree before timebox 1 kicks off. If you're more product based and continuously working through an ever growing backlog, slot it into a timebox kick-off, a retro (if that's where it was discussed) or just grab 10 minutes after the daily stand-up.

An Example:

Here's a basic example created by a team I was working with:

----------------------------------------------------------
A. Dev done
---- Code review done
---- Unit Tests written and passing
---- Integration tests written and passing
B. Test complete
---- Manual Testing complete – Acceptance Met
---- Automation Tests written and passing
C. Business Signed off
---- Business/Product owner confirm Acceptance met
D. Passed at least one regression test
E. Documented

----------------------------------------------------------
This DoD worked for this team, but wouldn't work everywhere.
Some teams may not be able to have their integration and acceptance testing in the DoD due to the way their platform is set up or issues with their environment configuration.

So:

DoD is a proven technique that drives quality for relatively little effort, but how you implement it should not be matter of dogma.
Be pragmatic and find what works for you.
And when it's done get it up on the wall in plain sight - DO NOT allow it to languish unloved on a shared drive.

Comments

Popular posts from this blog

Continuous (Self) Improvement

“Everyone thinks of changing the world, but no one thinks of changing himself.” - Leo Tolstoy Introduction: Most people talk a great game about continuous improvement.  And as a group, most of us truly agree with and see the benefits of, the concept as applied to our projects and teams. Sprint Retrospectives, Post Implementation Reviews, 5S, DMAIC, PDSA (not the dog people) and so on. But... Do you practice it personally ?  I don't mean training courses, formal development plans and all the other bureaucracy that people step through stoically every year in a bid to get a pay rise.  I'm referring to the small (but meaningful) improvements we can make every day. Or to work in an Agile principle: "At regular intervals, the team (of one in this case) reflects on how  to become more effective, then tunes and adjusts  its behavior accordingly." Step 1: Feedback (aka input to the CI process): Of course, all improvements need to be identified i...

Fear and blame.

Hands up if you've ever heard someone say: "We don't have a fear-and-blame culture." And keep them up if the reaction of the 'doers' was to roll their eyes and mutter something sarcastic. It's a nice phrase to trot out at a senior leadership conference or to write in your 'best employer of 2020' application, but if you have to say it, it's probably not true. And repeating the mantra won't make it any more true. In fact, people might respect you more if you were honest and admitted that there is blame and where the boundaries lie.  At least in that scenario, the individual knows where they stand. Instead, we often have the jarring dissonance of hearing our leaders say one thing and seeing them act entirely differently. As a leader (especially a senior leader): When you stand at the front of a room and tell the assembly that there is no fear-and-blame, look at their faces.   If they mostly appear too scared to dis...

Agile Armchair Generals

If you're an Agile practitioner of any sort you will understand what I mean by Armchair Generals (if not, it may be an idea to check if you are one..). Apropos of nothing an email arrives that questions the management of your project in terms of whether it is properly 'Agile'. Feedback is, of course, a great tool.  But it must always be understood within the context of the person providing it. So when the email lands questioning the type of contingency you've built into your project or the depth of analysis performed on your requirements set, ask yourself: 1. Has the questioner spotted something you and the team have missed? It happens.  That's why independent reviews can be helpful. 2. Has the questioner misunderstood something about your project?  If so, maybe your communications weren't quite clear enough or they've missed something - it happens, we're all busy. If the questioner has understood the topic correctly and is simply disagreeing ...