What is DoR and DoD in Scrum?

What is DoR and DoD in Scrum?

What are DoD and DoR in Scrum?

Definition of Done (DoD) and Definition of Ready (DoR) are important — and too often misunderstood— concepts in Scrum. Let’s clarify what they are…

What is DoR and DoD in Scrum?
Definition of Done (DoD) tells you when something is finished and ready for shipping

The DoD is usually a short document in the form of a checklist, that defines when a product backlog item (i.e. user story) is considered “done”. It has various rationales and various ways to explain it:

  • You need a common definition of what “done” (= “this user story is finished”) means. Otherwise it will mean something else for every person on the team.
  • All your non-functional requirements reside in the DoD.
  • general list of acceptance criteria to be added to every story’s specific acceptance criteria.
  • Many improvements you find in your retrospectives end up in the DoD.

Most teams start with no or a very simple DoD. They then add to the DoD after each sprint as needed. Tip: Don’t paralyze yourself with an excessive DoD! But keep in mind: “done” in an agile project means “no more work needs to be done before shipping”. So if someone says “the feature is done, but it only needs to be integrated, tested, deployed, …” it would NOT be considered “done” in an agile sense!

The best check whether something is “done” is to simply ship it! If you can ship it, it’s really done; if you cannot ship it, simply do the work missing before you can ship it to make it “done”. Mind you: you don’t need to actually ship it, but you need to make believable that you could.

A typical DoD might look like this example:

  • Automated tests are written and all tests are green
  • Code is refactored and reviewed
  • Code is integrated with master branch
  • Deployed to staging environment
  • Translated into English and German

A concise definition of done will help you deliver quality, keep your slate clean and react flexibly to changing requirements.

The DoR is the little cousin of the DoD. It is a checklist of what needs to be done to a product backlog item before the team can start implementing it in the next sprint. You can view the definition of ready as the “DoD” the Product Owner has to fulfill so that the Development Team accepts the story in the Sprint Planning meeting.

Note that the DoR is NOT part of the Scrum Guide — and that is for good reason. The DoR should not be used as a phase gate for Sprint Planning or as a way push away responsibility! It should rather be a guideline for the team of what needs to be done during backlog refinement. If you’re interested in the reasons why the DoR is not part of the Scrum Guide, see Why isn’t the Definition of Ready described in the Scrum Guide? by @Barryovereem for more insight.

Most teams start out with an empty DoR and add to it as needed. Again: don’t paralyze yourself by coming up with lots of bullet points here! It’s better to start simple and then add to the DoR as needed.

A typical DoR might look like this example:

  • PO and Dev Team need to have talked about the story at least once
  • Story must have clear business value
  • Effort needs to be estimated
  • Story must be broken down enough to fit a single sprint
  • Story needs at least one acceptance criterium

In all honesty, you will likely not need to write this down. When you talk about new user stories in a backlog refinement session, you will intuitively drive stories towards being “ready for sprint”.

In case you want a good guideline for your DoR, consider the INVEST schema: A user story should be Independent, Negotiable, Valuable, Estimable, Small and Testable. Read this wonderful article by @jeremyjarrell about How to invest in your user stories. Here is a short description:

  • Independent. A user story should be independent from other stories. If you really write “user stories” as opposed to traditional work items or tasks, you will end up with drastically fewer dependencies automatically. Occasionally you might still have dependencies — in that case simply note the dependencies.
  • Negotiable. A user story should describe what the customer needs, not how the developer should implement it. The development team should always be able to propose alternative solutions/implementations to deliver the business value for the customer.
  • Valuable. The business value must be stated. This is often the “…so that…” part of the user story format: “As a persona I want feature so that I get business value”.
  • Estimable. The development team has to be able to roughly estimate the effort of the user story. This often means that the development asked the product owner a few clarifying questions and came up with a rough idea of how it could be implemented.
  • Small. It has to be small enough to be done within a sprint. If it is estimated to be bigger than a sprint, keep splitting the user story until you have small stories.
  • Testable. You need to be able to test, whether the user story is done and fulfills its purpose. This usually means you need a set of clear acceptance criteria that you turn into test cases.

Again, don’t over-theorize the DoR. Stick with INVEST or agree on a simple format the development team needs before they can sensibly start work. Both the product owner AND the development team are responsible for getting a story ready in the sense of your DoR.

Both, DoD and DoR, are typically edited and extended in the most important meeting in Scrum: the retrospective.

In my experience it pays to start with a very simple (or even empty) DoD and no formal DoR. Most teams quickly write this down collaboratively during an initial meeting before the project starts.

As the project continues, you will often find solutions to impediments during your regular retrospectives (a meeting to improve your work process held after every sprint). Many of these solutions end up in the DoD or DoR.

The DoD is a very important concept in Scrum. It helps to have a common understanding of what work needs to be done before a user story is considered “finished”, it is a place for process improvements and it holds non-functional requirements. You should keep it minimal or you will hardly ever get something done in a sprint.

The DoR is kind of the “DoD for the Product Owner”. It helps the PO to know what to do to a user story, before she can hand it to the Development Team in the next sprint planning meeting.

Both, DoD and DoR, are mostly formed during retrospectives — so keep these important retrospectives productive and never skip them. Don’t over-theorize the DoD or DoR — let them develop from your real, practical needs. Your goal is to have a shippable product increment at the end of each sprint — what that means for your product will be your DoD.

If you liked this article, you might also want to check out my other articles on Scrum, for example Why your Daily Dcrums suck (part 1) .

I’m Matthias Orgler, an agile coach and Scrum trainer with more than a decade of practical experience in agile projects. I have worked in Silicon Valley, coached many international companies and today offer my experience in video courses and classroom trainings from my European home in Germany. Feel free to contact me with questions — I always love to help and to make the world a better place by spreading the agile mindset.

More: Daily Scrum Book & Email Course: Daily Scrum Tips

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/240801.html

(0)
上一篇 2022年2月27日 17:57
下一篇 2022年2月27日

相关推荐

发表回复

登录后才能评论