5.2 Sprint Goal Craftsmanship and Coherence
Key Takeaways
- The Sprint Goal is the single objective and commitment for the Sprint Backlog, providing coherence, purpose, and focus for the Scrum Team during the Sprint.
- Coherence describes an explicit relationship between chosen Product Backlog items that unites Developers around a shared business outcome rather than disconnected individual tasks.
- Sprint Planning Topic 1 ('Why is this Sprint valuable?') establishes the collaborative foundation where the Product Owner proposes a value hypothesis and the Scrum Team crafts the Sprint Goal.
- Outcome-based Sprint Goals grant Developers the flexibility to renegotiate the scope of Product Backlog items with the Product Owner as technical complexities emerge without endangering the goal.
- A Sprint is cancelled only if the Sprint Goal becomes obsolete, and only the Product Owner possesses the formal authority to cancel the Sprint.
5.2 Sprint Goal Craftsmanship and Coherence
Quick Answer: The Sprint Goal is the single objective for the Sprint and the explicit commitment for the Sprint Backlog, codified in the 2020 Scrum Guide. It provides coherence, purpose, and focus, enabling Developers to work together collaboratively rather than on isolated tickets. During Sprint Planning, the Scrum Team crafts the Sprint Goal collaboratively under Topic 1: Why is this Sprint valuable? A well-crafted Sprint Goal is outcome-based, offering Developers the flexibility to negotiate the scope of Product Backlog items with the Product Owner as technical complexities emerge, without breaking the underlying business objective.
The Sprint Goal as the Commitment for the Sprint Backlog
In the Scrum framework, the Sprint Backlog consists of three distinct elements:
- The Sprint Goal (the why),
- The set of Product Backlog items selected for the Sprint (the what), and
- An actionable plan for delivering the Increment (the how).
The Sprint Goal is not an optional executive summary or an afterthought written at the end of Sprint Planning. It is the foundational commitment that justifies why the organization is investing the Scrum Team's time and budget for the duration of the Sprint timebox.
+----------------------------------------------------------------------+
| Anatomy of the Sprint Backlog |
+----------------------------------------------------------------------+
| 1. The Sprint Goal : The Commitment / Objective (The "Why") |
| 2. Selected PBIs : Forecasted Value Scope (The "What") |
| 3. Actionable Plan : Decomposed Developer Tasks (The "How") |
+----------------------------------------------------------------------+
Without an explicit Sprint Goal, a team cannot operate as an autonomous, self-managing unit. When unexpected impediments, database failures, or architectural discoveries arise during the Sprint, a team without a Sprint Goal has no basis for making trade-offs. Team members simply freeze, escalate decisions to project managers, or rush low-quality work to meet arbitrary task deadlines.
The Critical Concept of "Coherence"
The 2020 Scrum Guide emphasizes a vital attribute required of the Sprint Backlog: coherence.
"The Scrum Team identifies Product Backlog items to include in the current Sprint. The Scrum Team may refine these items during this process, which increases understanding and confidence... The Sprint Goal, the Product Backlog items selected for the Sprint, plus the plan for delivering them are together referred to as the Sprint Backlog. The Sprint Goal is the single objective for the Sprint... it creates coherence and focus, encouraging the Scrum Team to work together rather than on separate initiatives."
What Coherence Means in Practice
Coherence means that the items selected for the Sprint share an overarching relationship, problem space, or functional synergy. They are not a random collection of 15 unrelated bug fixes, minor UI tweaks, and departmental pet requests pulled from across the organization.
When a Sprint Backlog exhibits coherence:
- Developers Swarm: Instead of Developer A working in isolation on frontend styling, Developer B working on an unrelated accounting script, and Developer C working on a database migration, all Developers collaborate on intersecting components that together realize the Sprint Goal.
- Team Resilience Increases: If Developer A encounters an unexpected bottleneck, Developer B and Developer C can step in to assist because they understand the shared business context.
- Daily Scrum Becomes Strategic: The Daily Scrum shifts from a mechanical status report ("Yesterday I did X, today I do Y, no blockers") to an inspect-and-adapt working session focused on: "How are we progressing as a unit toward our Sprint Goal, and what adjustments do we need to make today?"
Sprint Planning Topic 1: "Why is this Sprint Valuable?"
The 2020 Scrum Guide restructured Sprint Planning into three sequential, collaborative topics:
| Planning Topic | Central Inquiry | Primary Contributors | Core Output |
|---|---|---|---|
| Topic 1: Value | Why is this Sprint valuable? | Product Owner proposes intent; Scrum Team crafts goal. | The Sprint Goal |
| Topic 2: Scope | What can be Done this Sprint? | Developers forecast capacity; select PBIs with PO. | Selected PBIs |
| Topic 3: Execution | How will the chosen work get done? | Developers decompose PBIs into actionable technical work. | Delivery Plan / Tasks |
The Collaborative Crafting Process
A frequent misconception tested on the PSPO II assessment is who actually writes the Sprint Goal. The Product Owner does not arrive at Sprint Planning with an immutable, pre-approved Sprint Goal carved in stone to impose on the Developers. Conversely, the Developers do not ignore the Product Owner and invent a goal based solely on technical convenience.
- The PO Proposes the Value Hypothesis: The Product Owner begins Topic 1 by presenting the next major business outcome required to advance the active Product Goal: "To move our checkout retention metric, we need to allow customers to check out without creating an account."
- The Scrum Team Collaborates: The Developers, Product Owner, and Scrum Master discuss the proposal, evaluate technical feasibility, inspect current architecture, and collaboratively refine the exact wording of the Sprint Goal.
- Finalization Before Topic 2: The Sprint Goal must be established and agreed upon before the conclusion of Sprint Planning. In fact, understanding the Sprint Goal is what enables the Developers to realistically forecast which Product Backlog items to select during Topic 2.
Outcome-Based Objectives vs. Feature Task-Lists
The hallmark of advanced product ownership is crafting Sprint Goals that articulate business or user outcomes rather than feature delivery task-lists.
+----------------------------------------------------------------------+
| Output Goal vs. Outcome Goal Spectrum |
+----------------------------------------------------------------------+
| OUTPUT GOAL (Brittle) : "Implement User Stories 401, 402, and 403" |
| FEATURE GOAL (Rigid) : "Deploy PayPal button and Stripe webhook" |
| OUTCOME GOAL (Flexible) : "Enable guest users to pay in < 60 secs" |
+----------------------------------------------------------------------+
Why Output-Based Sprint Goals Fail
Consider a team whose Sprint Goal is: "Deliver the Apple Pay SDK integration and the promotional coupon engine."
If the third-party Apple Pay sandbox experiences an unexpected outage on Day 6, or if the coupon engine database queries turn out to be twice as complex as forecasted, what happens? Under an output-based goal, the team has mathematically failed. The goal is rigid; it offers zero room for maneuver.
The Power of Outcome-Based Sprint Goals: Scope Flexibility
Now consider an outcome-based alternative for the same Sprint: "Enable first-time mobile shoppers to complete a purchase without encountering billing friction."
If the Developers discover that integrating Apple Pay will take two weeks longer than expected due to security compliance, how do they respond?
Because the commitment is the outcome (reducing billing friction for first-time shoppers), the Developers and Product Owner immediately collaborate to renegotiate scope: they swap out the complex Apple Pay integration and implement a streamlined one-page guest credit card form instead. The scope of PBIs changed, but the Sprint Goal was successfully achieved!
[!IMPORTANT] The Scrum Guide on Scope Flexibility: "The Sprint Goal is an objective set by the Scrum Team that can be met through the implementation of Product Backlog Items. It also provides flexibility in terms of the exact work needed to achieve it... As the Developers work during the Sprint, they keep the Sprint Goal in mind. If the work turns out to be different than they expected, they collaborate with the Product Owner to negotiate the scope of the Sprint Backlog within the Sprint without affecting the Sprint Goal."
When Can a Sprint Be Cancelled?
Because the Sprint Goal is the commitment, what happens if external events invalidate it while the Sprint is in flight?
- The Only Condition for Cancellation: A Sprint can be cancelled before the Sprint timebox expires if and only if the Sprint Goal becomes obsolete.
- Examples of Obsolescence:
- The company suddenly changes strategic direction or ceases operations.
- A major regulatory change makes the solution legally impossible.
- An external market competitor or technological release renders the objective entirely worthless.
- Authority to Cancel: Only the Product Owner has the authority to cancel the Sprint. While stakeholders, Developers, or the Scrum Master can provide input, the formal economic accountability rests exclusively with the Product Owner.
- The Cost of Cancellation: Sprint cancellations are rare, traumatic events that consume organizational energy and disrupt flow. In most cases, if a Sprint Goal is merely difficult or requires dropping several user stories, the team does not cancel the Sprint; they simply negotiate scope with the PO.
On Day 5 of a 10-day Sprint, the Developers discover that the legacy relational database locking mechanism prevents the new automated order processing feature from handling more than 5 concurrent transactions, threatening the entire Sprint delivery. The Sprint Goal is: 'Enable self-service order processing for regional distribution hubs.' Completing all seven originally selected Product Backlog items within the remaining time is technically impossible. How should the Developers and the Product Owner handle this situation?
During Sprint Planning, the Product Owner presents a backlog containing 18 unrelated items: three bug fixes for marketing, two infrastructure updates for DevOps, five minor feature requests from customer service, and eight user stories for accounting. When the Scrum Master asks for the Sprint Goal, the Product Owner states: 'Our Sprint Goal is to complete tickets JIRA-101 through JIRA-118 and achieve at least 45 story points.' How should the Scrum Master coach the Product Owner regarding advanced Sprint Goal craftsmanship?
On Day 3 of a two-week Sprint, the Chief Commercial Officer (CCO) approaches the Product Owner and demands that the Scrum Team immediately halt their current Sprint work to build a custom proof-of-concept demonstration for an unexpected multi-million-dollar sales opportunity. The CCO states: 'Change your Sprint Goal today, or our quarterly corporate revenue will suffer.' How should an advanced Product Owner respond?
Which of the following scenarios best demonstrates genuine 'coherence' in a Sprint Backlog as evaluated on the PSPO II assessment?