Definition of Ready (DoR)
The shared team agreement about the minimum characteristics a backlog item must have before it can be pulled into a sprint.
Definition
The Definition of Ready (DoR) is a checklist agreed by an agile team describing the minimum characteristics a backlog item must have before it can be pulled into a sprint (or, in flow-based systems, into active work). It is the counterpart of the Definition of Done: DoD ends a story cleanly, DoR starts one cleanly. Teams without a DoR routinely pull half-defined stories into sprints, spend the sprint clarifying instead of building, and finish with velocity down and morale lower. Teams with a well-tuned DoR spend far less time in the weeds — the story arrives with enough shape to build.
Typical DoR Contents
- Clear user story: As a <user>, I want <capability>, so that <outcome>.
- Acceptance criteria written and reviewed.
- Dependencies identified and unblocked (or a clear plan).
- Sized (story points, T-shirt size, or ideal days).
- UX / design artefacts attached if needed.
- Data availability confirmed for testing.
- Non-functional requirements considered (performance, security, accessibility).
- The team can explain the story in one sentence.
Real-World IT / Agile Example
A payments-team of nine engineers had a DoR of eight items. Their sprint planning meetings used to take three hours and produce brittle sprints; three months after introducing DoR, planning took 45 minutes and their sprint-completion rate rose from 62% to 89%. The mechanism was not magic — refinement moved upstream. The Product Owner learned to bring only ready stories to planning. Unready stories went back to refinement. The visible improvement in the burn-down was, largely, the invisible improvement in refinement discipline.
Real-World Construction Example
The DoR concept has a strong parallel in Last Planner System constraint removal. Before a task can be pulled into the Weekly Work Plan, the team confirms the six "make-ready" conditions: design complete, materials on site, prerequisite work done, labour available, equipment available, information available. A fit-out contractor introduced this as a formal checklist and their weekly commitment reliability (Plan Percent Complete) rose from 54% to 82% over six weeks. Same principle: never start work you have not made ready.
Where DoR Fails
- DoR becomes a bureaucracy. If it takes three ceremonies to declare a story ready, refinement has become an anti-pattern.
- DoR is used as a gate to block Product. "Not ready — try again next sprint" without a genuine reason destroys trust.
- DoR is confused with a full design specification. A ready story is not a fully solved story; it has enough shape to start.
- The DoR is written once and never revisited. Teams should tune the DoR every few months as the product matures.
Expert Tips
- Start small. Five items on the first DoR is plenty. Add more only if you can point to a specific pain that a new item would prevent.
- Never let anyone impose a DoR from outside. The team owns it; the team enforces it.
- Distinguish "invest in refinement" from "block the sprint". If a story is 80% ready and the team can start, sometimes the right call is to start and clarify in the sprint.
- Retrospect on refinement quality. A retro question every few sprints: "Were the stories ready when we started them?" If not, tighten the DoR.
- Track "unready stories brought to planning". This one metric is the sharpest indicator of refinement health.
Common Mistakes
- Copying a generic DoR from a blog without adapting to the team.
- Refusing every story that fails a single item — legalistic and unhelpful.
- Treating DoR as the Product Owner's checklist rather than the whole team's.
- No connection between DoR and refinement — the DoR just sits on a wiki page.
- Using DoR to shift blame to Product when the sprint fails; that is a symptom of team dysfunction, not a governance problem.
Practical Lessons Learned
- The best teams treat DoR as a conversation starter, not a gate. "Is this ready enough?" is a healthier question than "does it pass line 4?"
- Sprints that fail almost always fail because unready work was pulled in — not because the team was too slow.
- The single biggest improvement most teams can make is to move 30 minutes of clarification from mid-sprint to pre-sprint refinement.
Key Takeaways
- DoR is the entry gate to a sprint; DoD is the exit gate.
- Ready ≠ fully specified; it means "we can start without immediate blockers".
- Teams that refine well need only a light DoR; teams that refine poorly need a heavier one until the habit sticks.
- The construction Last Planner make-ready check is the same idea; it works for the same reasons.
Related Encyclopedia Entries
Related Research Articles, Case Studies & Tools
Frequently Asked Questions
Is DoR part of the Scrum Guide?
No — the Scrum Guide describes Definition of Done but does not mandate a Definition of Ready. DoR is a widely adopted community practice. Some teams call it 'story readiness' or 'pull criteria' to avoid the DoR-vs-DoD confusion.Should DoR block Product from bringing new ideas?
No. New ideas belong in the backlog. DoR governs the transition from backlog to sprint, not from idea to backlog. Confusing the two chokes the discovery pipeline.How is DoR different from acceptance criteria?
Acceptance criteria describe when a story is done; DoR describes when a story is ready to start. Acceptance criteria are usually one of the items on the DoR checklist.What if only some stories in a sprint meet DoR?
Ideally, all. In practice, teams often accept one or two 'stretch' items that will be refined during the sprint. Anything above that ratio is a warning sign — refinement is not keeping up.Does DoR apply to bugs and technical debt?
A lighter version, yes. A bug needs reproducible steps, expected vs actual behaviour, and severity. Technical debt items need a clear description of the debt and the change being proposed. Skip the user-story format for these; adapt DoR to the item type.Should we score readiness?
Some teams do — a 0–5 score against the DoR. It can be useful for retrospection but adds ceremony overhead. Most teams get 90% of the value from a simple 'ready or not ready' gate.Can DoR be different per team in a scaled programme?
Yes and it usually should be. Teams working on different domains (payments, growth, platform) have different readiness needs. A common minimum plus team-specific extensions works well in scaled environments.What is a common misconception about Definition of Ready (DoR)?
That the topic is well-defined across all references. In practice, definitions vary between PMBOK, PRINCE2, AACE and ISO 21500 — this entry uses the definition most aligned with field practice on capital projects, and flags where the standards diverge.Which related encyclopedia entries should I read alongside Definition of Ready (DoR)?
Read Earned Value Management, Critical Path Method and the DCMA 14-point assessment next. The full A–Z is available in the PMMilestone Encyclopedia, and quick one-line definitions live in the PM Glossary on the flagship platform.How does Dr. Hassan Eliwa's research treat Definition of Ready (DoR)?
Dr. Hassan Eliwa's research focuses on owner-side project controls, schedule integrity and forensic delay analysis on capital construction and power programmes. Definition of Ready (DoR) is treated through that lens — what a planning or controls engineer is expected to do with it on a live project, not its textbook definition alone. See the full research library at PMMilestone Research Articles.How is Definition of Ready (DoR) defined on PMMilestone Research & Insights?
The shared team agreement about the minimum characteristics a backlog item must have before it can be pulled into a sprint. For the full treatment, see the definition, principles, applications and related entries above — every encyclopedia entry follows the same research-grade structure.
People also ask
Follow-up questions practitioners search for next — each one points to the calculator, template or reference entry that answers it.
Which book goes deeper than this entry?
Practitioner field handbooks with worked numerical examples. Books & Publications ↗
Which calculator on PMMilestone.org applies here?
The integrated EVM workbook covers most cost-schedule diagnostics. EVM Calculator ↗
Where is this in the glossary?
Quick-lookup definitions across 1,200+ PM terms. PM Glossary on PMMilestone.org ↗
Which learning track covers this end-to-end?
Structured tracks from beginner planner to programme controls director. Project Controls Academy ↗
Related Entries
More in Agile
- Letter AAcceptance Criteria
The specific, testable conditions a deliverable must meet before the customer accepts it — the contract between a team and the person who will sign off the work.
- Letter BBacklog Refinement
The ongoing practice of clarifying, splitting, estimating, and ordering items on a product backlog so the team always has a healthy queue of ready work for upcoming sprints or releases.
- Letter BBurn-Down Chart
A time-series chart showing remaining work against time, used by agile teams to visualise sprint or release progress and forecast completion.
- Letter CContinuous Integration
The engineering practice of merging code changes into a shared mainline many times a day and verifying each merge with automated builds and tests.
- Letter CCumulative Flow Diagram
A stacked-area chart of work items in each stage over time — the single most informative chart in lean and Kanban flow management.
- Letter DDaily Stand-up
A short, focused, time-boxed daily meeting where the delivery team aligns on progress, plans the next 24 hours of work, and surfaces blockers.
Further reading on PMMilestone.org
Curated companion resources hosted on the flagship platform, PMMilestone.org.
- For practitioners who want to go deeper, the Learning Tracks.
- Engineers researching this topic typically continue with the Books & Publications.
- A practical companion to this entry is the EVM Calculator.
- Closely related on the flagship platform is the Schedule Health Checker.
- Useful alongside this article is the PMMilestone.org knowledge hub.