2.1 Commitment & Focus

Key Takeaways

  • Commitment in Scrum means dedicating personal and collective effort to achieving shared team goals, not contractually guaranteeing a fixed scope quota.
  • Focus requires concentrating exclusively on the Sprint Goal during the Sprint, limiting Work in Progress (WIP), and minimizing context switching.
  • The 2020 Scrum Guide embeds explicit commitments into each artifact: Product Goal (Product Backlog), Sprint Goal (Sprint Backlog), and Definition of Done (Increment).
  • Scrum Masters and Product Owners must protect the team's focus by preventing mid-sprint scope creep and routing external requests properly.
  • Exam Trap: Never confuse Scrum commitment with a rigid guarantee to complete 100% of PBI scope when unforeseen technical realities emerge.
Last updated: August 2026

2.1 Commitment & Focus

Quick Answer: In modern Scrum, Commitment means dedicating personal and collective effort to achieving shared team goals (such as the Sprint Goal and Product Goal) and supporting fellow team members, rather than contractually guaranteeing a fixed scope output. Focus means concentrating exclusively on the Sprint Goal during the Sprint timebox, limiting Work in Progress (WIP), and eliminating cognitive distractions. In the 2020 Scrum Guide, Commitment is explicitly anchored across all three Scrum artifacts: the Product Goal for the Product Backlog, the Sprint Goal for the Sprint Backlog, and the Definition of Done for the Increment.


Theoretical & Historical Context of Scrum Values

When Scrum was created by Ken Schwaber and Jeff Sutherland in the early 1990s, initial adoption focused primarily on structural mechanics: Sprints, Daily Scrums, Product Backlogs, and predefined roles. However, practitioners soon discovered that executing Scrum events without the proper behavioral foundation led to empty compliance—often termed "Zombie Scrum" or "Feature Factory" development.

To address this gap, the Five Scrum Values—Commitment, Focus, Openness, Respect, and Courage—were formally integrated into the official Scrum Guide in 2016. These values serve as the emotional and cultural operating system for the Scrum framework. Without them, the three empirical pillars of Transparency, Inspection, and Adaptation cannot function. Commitment and Focus work synergistically: Commitment creates the psychological alignment needed to pursue challenging goals, while Focus provides the operational discipline required to bring those goals to fruition.


Deep Dive: The Value of Commitment

One of the most frequent misconceptions tested on the Certified ScrumMaster (CSM) exam is the definition of Commitment. In traditional waterfall project management, commitment is interpreted as a binding contractual guarantee: a team commits to delivering 100% of a predefined functional scope by a fixed deadline, regardless of discovering unexpected technical complexity or changing market conditions.

Scrum rejects this rigid definition because software development and complex problem-solving operate in domain environments characterized by high uncertainty. In complex environments, predicting exact outputs upfront is impossible. Therefore, Scrum redefines commitment as dedication to outcomes, quality standards, and team collaboration.

The Three Artifact Commitments (Scrum Guide 2020)

To make commitment tangible, the 2020 Scrum Guide associated a specific commitment with each of the three Scrum artifacts:

  1. Product Backlog Commitment -> The Product Goal: The Product Goal describes a future state of the product that serves as a long-term target for the Scrum Team. The team commits to fulfilling this strategic direction over multiple Sprints.
  2. Sprint Backlog Commitment -> The Sprint Goal: The Sprint Goal is the single objective for the Sprint. It creates coherence and focus, encouraging the team to work together rather than on separate initiatives. While the exact scope of items in the Sprint Backlog may be re-negotiated during the Sprint as more is learned, the commitment to achieving the Sprint Goal remains steadfast.
  3. Increment Commitment -> The Definition of Done: The Definition of Done is a formal description of the state of the Increment when it meets the quality measures required for the product. The team commits to never releasing an Increment that does not fully meet this quality standard.
Scrum ArtifactFormal CommitmentPrimary Purpose
Product BacklogProduct GoalProvides long-term strategic direction and target state
Sprint BacklogSprint GoalProvides short-term focus, alignment, and scope flexibility
IncrementDefinition of DoneAssures quality, compliance, transparency, and release readiness

Deep Dive: The Value of Focus

Focus is the operational engine of velocity and throughput. In modern knowledge work, context switching is one of the single greatest destroyers of productivity. Research demonstrates that switching between unrelated tasks can waste up to 20% to 40% of an individual's cognitive capacity due to re-orientation overhead.

Scrum enforces Focus through structured timeboxes and scope stability during the Sprint:

  • Focus on the Sprint Goal: During Sprint Planning, the team selects a subset of Product Backlog items that collectively fulfill a single Sprint Goal. Throughout the Sprint, all daily decisions and pairing efforts center around advancing this goal.
  • Limiting Work in Progress (WIP): Rather than having every Developer start a separate ticket simultaneously, focused teams collaborate to finish high-priority items before pulling new work. This "Stop Starting, Start Finishing" mindset accelerates flow.
  • Protecting the Sprint Boundary: Once the Sprint starts, no changes are made that would endanger the Sprint Goal. If external stakeholders attempt to inject new work, the Scrum Master and Product Owner protect the team's focus.

Focus across Scrum Events

Focus is embedded into every Scrum event:

  • Daily Scrum: 15 minutes focused strictly on progress toward the Sprint Goal and identifying impediments.
  • Sprint Planning: Focused on establishing a clear Sprint Goal and selecting actionable work.
  • Sprint Review: Focused on inspecting the completed Increment and gathering stakeholder feedback.
  • Sprint Retrospective: Focused on inspecting team process, collaboration, and continuous improvement.

Comparison Matrix: Waterfall Quotas vs. Scrum Commitment & Focus

DimensionTraditional Waterfall ApproachScrum Values Approach
Definition of CommitmentContractual guarantee of 100% scope deliveryDedication to achieving goals, quality, and supporting peers
Scope FlexibilityFixed scope; changes require formal change controlFlexible PBI scope re-negotiated to protect Sprint Goal
Managing DisruptionsWork added mid-phase based on managerial authorityExternal requests blocked or routed to PO for future Sprints
Work in Progress (WIP)High WIP; individuals multitask across many tasksLow WIP; team focuses on completing items before starting new ones
Measure of SuccessOn-time, on-budget delivery of planned outputsDelivery of valuable, usable Increments that meet goals

Real-World Scrum Master Scenarios

Scenario 1: Mid-Sprint Executive Interruption

Context: Halfway through a 2-week Sprint, the Vice President of Marketing approaches two Developers directly and demands that they build an urgent promotional landing page for an unannounced campaign.

Anti-Pattern Response: The Developers quietly accept the task out of deference to authority, split their attention, and fail to complete the core components of the Sprint Goal.

CSM Best Practice: The Scrum Master intervenes to uphold team Focus. The Scrum Master politely informs the VP that Developers do not take direct work assignments mid-sprint. The Scrum Master routes the VP to the Product Owner. The Product Owner evaluates the request: if it is an existential emergency, the PO may consider canceling the Sprint (rare); otherwise, the PO refines the request and places it into the Product Backlog for prioritization in upcoming Sprints.

Scenario 2: Unforeseen Technical Debt and Scope Re-negotiation

Context: During day 5 of a 10-day Sprint, Developers discover that an legacy API integration is far more complex than estimated, making it impossible to finish all 6 Sprint Backlog items.

Anti-Pattern Response: Developers work 80-hour crunch weeks to rush out low-quality code, skipping unit tests and violating the Definition of Done to hit 100% scope completion.

CSM Best Practice: The Developers demonstrate Commitment to quality and the Sprint Goal. They immediately initiate a conversation with the Product Owner. Together, they review the Sprint Backlog and re-negotiate scope—dropping 2 low-priority items while preserving the core functionality that fulfills the Sprint Goal and adheres to the Definition of Done.


Exam Traps & Common Anti-Patterns for the CSM Exam

  • Trap 1: Believing Commitment Means Fixed Scope: Exam questions will try to trick you into choosing options where developers must work overtime to complete every item initially pulled into the Sprint Backlog. Remember: scope is re-negotiable; commitment is to the Sprint Goal and Definition of Done.
  • Trap 2: Individual vs. Team Commitment: Scrum commitments are made by the collective Scrum Team, never by individual developers assigned to isolated silos.
  • Trap 3: Allowing Scope Creep to Save Face: If incoming work does not support the Sprint Goal, accepting it mid-sprint violates Focus. Only the Product Owner can adjust Product Backlog priorities for future Sprints.
  • Trap 4: Conflating Velocity with Commitment: Velocity is a forecasting tool, not a performance metric or commitment target. Mandating that a team commit to increasing velocity every Sprint leads to gaming metrics and compromised quality.
Loading diagram...
Mapping Commitment & Focus to Artifact Commitments and Empirical Control
Test Your Knowledge

What does the Scrum value of 'Commitment' primarily refer to in the modern Scrum framework?

A
B
C
D
Test Your Knowledge

A Scrum Team is frequently interrupted mid-sprint by emergency feature requests routed directly from executive stakeholders to individual developers. How does this impact the Scrum value of Focus, and what is the Scrum Master's best action?

A
B
C
D
Test Your Knowledge

According to the 2020 Scrum Guide, each of the three Scrum artifacts contains a specific commitment to enhance transparency and focus. Which pairing correctly matches the artifact to its commitment?

A
B
C
D
Test Your Knowledge

During a Sprint, the Developers realize they cannot complete all items in the Sprint Backlog due to unexpected technical complexity. How should the team apply the values of Commitment and Focus to handle this situation?

A
B
C
D