Sprint Zero
A short pre-delivery sprint used to establish the environment, tooling, backlog, and team norms needed before productive delivery sprints begin.
Definition
Sprint Zero is the informal name for the first (or preparatory) sprint on a new team or project, in which the team assembles the infrastructure needed to actually deliver. It is controversial in the Scrum community — purists correctly point out that Scrum recognises only value-producing sprints — but it is an honest name for a real activity that every new team performs, whether they call it that or not. The alternative is pretending Sprint 1 is a delivery sprint when it is really full of environment setup, and then wondering why velocity looks weird for the first month.
What Actually Happens in Sprint Zero
- Environment setup — repositories, CI pipelines, deployment infrastructure, monitoring.
- Initial backlog population — enough refined stories to run the first delivery sprint.
- Definition of Ready and Done agreed.
- Team norms — meeting cadence, working hours, communication channels, on-call arrangements.
- Tooling — issue tracker, chat, documentation platform, access provisioned.
- Architecture spike or walking skeleton — the thinnest possible end-to-end path proven.
- Stakeholder mapping and initial governance touchpoints agreed.
Why It Exists
A team that starts Sprint 1 without an environment, a refined backlog, or agreed working norms produces almost nothing in Sprint 1 and burns most of Sprint 2 on the same setup. Naming that reality Sprint Zero and time-boxing it (typically one to two weeks) forces the team to complete the setup deliberately, produces a walking skeleton at the end, and lets Sprint 1 begin with the team pointing in the same direction.
Real-World Example
A team I coached at a financial services firm was mid-way through their fourth sprint. Their velocity was erratic (11, 4, 19, 6 story points), stand-ups were long, and no one was quite sure what "done" meant. We paused for a one-week Sprint Zero — retrospectively, four sprints too late. We wrote the Definition of Done, added CI to the repo (there wasn't any), set up a staging environment (deploys had been manual), and refined 15 stories to Ready. Velocity from that point stabilised at 22 ± 3 for the next quarter. The retrospective on that Sprint Zero was blunt: they wished they had done it before Sprint 1.
Practical Lessons Learned
- Time-box it aggressively. Sprint Zero can eat weeks if you let it; one to two weeks is normal, longer is a red flag.
- Produce something visible. A walking skeleton — one end-to-end path deployed to a real environment — is the best output.
- Don't skip the human parts. Working agreements, communication norms, and DoR/DoD are as important as the pipeline.
- Refine enough backlog for two sprints, not the whole product. The rest is progressive elaboration.
- Don't call it Sprint Zero and then produce nothing. Zero sprints are for setup, not for hiding.
Common Mistakes
- Using Sprint Zero as a licence to design the entire architecture up front.
- Skipping it and hoping Sprint 1 will absorb the setup — it won't, it will just look like a bad sprint.
- Producing no walking skeleton — a sprint of documents and diagrams with nothing running.
- Refining stories for the whole roadmap instead of just the first delivery sprints.
- Not agreeing DoR and DoD, leaving them to be improvised story by story.
- Letting Sprint Zero become Sprint Zero-Point-Five, Zero-Point-Six, and so on.
- Excluding testers and operations from Sprint Zero, then bolting them on later.
Expert Tips
- Produce a walking skeleton by the end. If nothing runs end-to-end, the sprint failed.
- Include everyone who will be in delivery sprints. Ops, security, and QA belong from day one.
- Write DoR and DoD collaboratively. Documents handed down are ignored; documents authored jointly are followed.
- Set a stretch goal of "first story delivered." Even one small story shipped in Sprint Zero confirms the pipeline works.
- Retrospect on Sprint Zero honestly. The lessons apply to every subsequent sprint.
Key Takeaways
- Sprint Zero is a pragmatic acknowledgement that setup work exists and deserves its own time-box.
- The output is a walking skeleton, agreed norms, and a refined backlog — not a design document.
- Time-box to one or two weeks; longer indicates scope creep into up-front design.
- Skipping it doesn't remove the work; it just distributes it across erratic early sprints.
- Include the whole team, including ops and QA, from the beginning.
Related Concepts
Interlocks with Definition of Ready, Definition of Done, Iteration Planning, Velocity, and Progressive Elaboration. Templates at PMMilestone.org.
Frequently Asked Questions
What is Sprint Zero?
A pre-delivery sprint (usually one to two weeks) used to establish environments, tooling, initial backlog, and team norms before productive delivery sprints begin.Is Sprint Zero official Scrum?
No. The Scrum Guide only recognises value-producing sprints. Sprint Zero is a pragmatic term for the setup work every new team does anyway — it is honest naming, not doctrine.How long should Sprint Zero last?
One to two weeks is normal. Longer than that and it usually means the team is drifting into up-front design or big-bang architecture, both of which the pattern is meant to avoid.What should Sprint Zero produce?
A walking skeleton (one thin end-to-end path deployed), agreed Definition of Ready and Done, a refined backlog for the first sprints, and a team working agreement. Ideally the first small story is shipped.Can we skip Sprint Zero?
You can call it something else, but you can't avoid the work. Skipping it means the setup happens across the first two or three sprints, which looks like a team that is failing to deliver.Should we estimate Sprint Zero in story points?
Most teams don't — the work is largely setup, not value delivery. Some track it in hours or simply time-box it. What matters is that it produces a walking skeleton, not a story-point number.What is the biggest common mistake?
Turning Sprint Zero into big-design-up-front. It is a setup sprint, not a design phase. The point is to get to running code as fast as possible, then iterate.What is a common misconception about Sprint Zero?
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 Sprint Zero?
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 Sprint Zero?
Dr. Hassan Eliwa's research focuses on owner-side project controls, schedule integrity and forensic delay analysis on capital construction and power programmes. Sprint Zero 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 Sprint Zero defined on PMMilestone Research & Insights?
A short pre-delivery sprint used to establish the environment, tooling, backlog, and team norms needed before productive delivery sprints begin. 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.
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 ↗
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 ↗
Related Entries
Build an AI Project Manager That Writes Reports — and Remembers Everything
Every AI-augmented PMO benefits from a proper Sprint Zero — this guide shows what it looks like when the team is people plus AI agents.
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 Schedule Health Checker.
- Closely related on the flagship platform is the PMMilestone.org knowledge hub.