4.1 The Sprint
Key Takeaways
- The Sprint is a fixed-length container of one month or less for all Scrum work and events; a new Sprint starts immediately after the previous one ends
- During a Sprint: no changes endanger the Sprint Goal, quality does not decrease, the Product Backlog is refined as needed, and scope may be clarified or renegotiated with the Product Owner
- Only the Product Owner can cancel a Sprint, and only if the Sprint Goal becomes obsolete
- Forecast tools such as burn-downs, burn-ups, and cumulative flow are useful but never replace empiricism
- Shorter Sprints increase learning cycles and limit risk of cost and effort to a smaller time frame
4.1 The Sprint
Scrum Guide 2020: Sprints are the heartbeat of Scrum, where ideas are turned into value. They are fixed length events of one month or less to create consistency. A new Sprint starts immediately after the conclusion of the previous Sprint.
For PSPO I, treat the Sprint as the container event: everything the Scrum Team does to create value—Sprint Planning, Daily Scrums, development work, Sprint Review, and Sprint Retrospective—happens inside Sprints. If you confuse the Sprint with “just a timebox for coding,” you will miss cancellation rules, quality rules, and how Product Owners renegotiate scope without abandoning empiricism.
The Sprint as Container
The Guide is explicit: all the work necessary to achieve the Product Goal, including the formal Scrum events, happens within Sprints. That means:
- Sprint Planning opens the Sprint (it is not a pre-Sprint ceremony outside the container).
- Daily Scrums, Sprint Review, and Sprint Retrospective belong to the Sprint.
- Product Backlog refinement and building the Increment also occur during the Sprint as needed.
A new Sprint begins immediately when the previous one ends. There is no “gap week” for planning, no freeze between containers, and no permission-seeking window where the team sits idle. Continuity protects cadence: stakeholders and the team know when the next inspection opportunity will arrive.
Length rule: each Sprint is one month or less. The organization may choose two weeks, one week, or another length within that maximum, but it does not invent multi-month Sprints and still call the practice Scrum.
Why the Length Cap Matters
Sprints enable predictability by ensuring inspection and adaptation of progress toward a Product Goal at least every calendar month. When a Sprint’s horizon is too long:
- The Sprint Goal may become invalid as the market, users, or constraints shift.
- Complexity and risk tend to rise because more unknowns accumulate before the next formal inspection.
- The cost of being wrong grows—more work may need to be discarded or redirected.
Shorter Sprints generate more learning cycles and limit risk of cost and effort to a smaller time frame. Each Sprint may be considered a short project: a coherent objective, a plan, delivery of value, and a retrospective on how to improve—without traditional project theater.
As Product Owner, you care about length because it sets the maximum wait before stakeholders can inspect a usable Increment and before you can re-order the Product Backlog based on evidence rather than hope.
Rules That Protect the Sprint
During the Sprint, four Guide rules govern behavior. Memorize them as a set; exam questions often flip one rule while leaving the others intact.
1. No changes that endanger the Sprint Goal
The Sprint Goal is the single objective for the Sprint—the commitment of the Sprint Backlog. The team may adapt how it works and may clarify what work supports the Goal, but it does not casually replace the Goal mid-Sprint because a loud stakeholder arrived. Changes that would make the Goal impossible or meaningless endanger it and are out of bounds.
2. Quality does not decrease
Pressure to “just ship” by skipping tests, ignoring the Definition of Done, or accumulating known defects is not a legitimate Sprint trade-off. Quality is held steady so each Increment remains usable and the Product Goal stays approachable over successive Sprints. As PO, demanding more scope by lowering Done standards is an anti-pattern the exam will punish.
3. The Product Backlog is refined as needed
Refinement is ongoing work to add detail, estimates, and order—not a separate phase after the Sprint. During the Sprint the team continues to refine upcoming items so future Sprint Planning stays effective. Refinement does not freeze the current Sprint Goal; it prepares the Product Backlog for later value decisions.
4. Scope may be clarified and renegotiated with the Product Owner
As more is learned, Developers and the Product Owner may clarify and renegotiate scope. Items may be refined, swapped, or de-scoped as long as the Sprint Goal remains intact and quality holds. This is the flexible half of the contract: the Goal is stable enough to focus the team; the detailed scope is empirical and collaborative.
PO implication: You are the counterpart for renegotiation. Stakeholders do not inject work by going around you. Developers do not silently drop Goal-critical work without collaborating with you. Mid-Sprint discoveries are handled through transparent conversation, not status theater.
Cancellation: Rare, PO-Only, Goal-Driven
A Sprint could be cancelled if the Sprint Goal becomes obsolete. Only the Product Owner has the authority to cancel the Sprint.
What “obsolete” means in practice: the objective no longer makes sense—regulation changed, a competitor shipped the differentiation, a company strategy pivot invalidates the Goal, or evidence shows the Goal would destroy more value than it creates. Cancellation is not for ordinary difficulty, velocity misses, or stakeholder impatience with the current order of work.
When a Sprint is cancelled:
- Any completed and Done Product Backlog items are typically reviewed.
- Incomplete work is re-estimated and put back on the Product Backlog.
- Waste is real—cancellation is costly—so it is rare by design.
Exam traps to reject:
- “The Scrum Master cancels when impediments pile up.”
- “Management cancels when the deadline looks at risk.”
- “Developers vote to cancel when the Goal is hard.”
- “The PO cancels because a stakeholder wants different features even though the Sprint Goal is still valid.”
Influence may come from many people; authority to cancel sits only with the Product Owner, and only when the Goal is obsolete.
Forecast Tools Do Not Replace Empiricism
Various practices exist to forecast progress—burn-downs, burn-ups, cumulative flow diagrams, and similar charts. The Guide acknowledges they can be useful. It also states clearly that they do not replace the importance of empiricism. In complex environments, what will happen is unknown. Only what has already happened may be used for forward-looking decision-making.
For PSPO I:
- Charts are inputs to inspection, not contracts with stakeholders.
- A green burn-down does not prove value; a usable Increment inspected by users does.
- Multi-Sprint roadmaps and release forecasts remain forecasts, updated as evidence arrives—not fixed promises that freeze the Product Backlog.
If a question pits a sophisticated forecasting tool against transparent inspection of working product, choose empiricism.
Product Owner Stance Inside the Sprint
Your accountability for maximizing value continues every day of the Sprint:
- Protect the Sprint Goal from drive-by scope that would endanger it.
- Be available to clarify PBIs and renegotiate scope when learning warrants it.
- Keep quality and Done non-negotiable even under release pressure.
- Use refinement to keep the Product Backlog ready for the next Sprint without treating refinement as a substitute for Sprint Planning.
- Reserve cancellation for true Goal obsolescence, not political convenience.
PSPO Scenario Drill
Scenario: Mid-Sprint, Sales demands a demo feature that would displace Goal-critical work. Developers say quality would slip if they take it. A burn-up chart still shows the original plan on track.
Sound PO approach: The Sprint Goal is protected; a Sales request that endangers it is deferred or renegotiated only if it still serves the Goal without lowering quality. Collaborate with Developers on any legitimate clarification of scope. Do not cancel unless the Goal itself is obsolete. Do not treat the burn-up as proof that a disruptive insert is “fine.” Empiricism and the four Sprint rules outrank any single stakeholder demand or chart.
That scenario encodes container thinking, quality, renegotiation, cancellation authority, and the limits of forecasting tools—the full Sprint toolkit the exam tests.
According to the Scrum Guide 2020, what is the maximum length of a Sprint?
A Sprint Goal becomes obsolete because a sudden regulatory change invalidates the objective. Who has the authority to cancel the Sprint?
During a Sprint, Developers discover a better technical approach that still meets the Sprint Goal. The Product Owner wants a small clarification of scope. Which statement matches the Scrum Guide?