PM Methodologies

How to Run an Effective Sprint: Scrum Guide

By Vact Published

How to Run an Effective Sprint: Scrum Guide

A sprint is a fixed-length iteration, typically one to four weeks, during which a Scrum team commits to delivering a working increment of the product. Sprints are the heartbeat of Scrum. Run them well and your team ships consistently. Run them poorly and you get planning theater with no real output.

This guide covers the full sprint lifecycle: planning, execution, review, and retrospective.

Sprint Length: Finding Your Cadence

The Scrum Guide allows sprints up to one month, but most teams settle on two weeks [1]. Here is how to choose:

Sprint LengthBest ForTrade-off
1 weekRapid iteration, urgent projectsHigh ceremony-to-work ratio
2 weeksMost teams (most common choice)Balanced planning vs. delivery
3 weeksComplex features, larger teamsLonger feedback loops
4 weeksEnterprise, regulatory environmentsRisk of mini-waterfall

Start with two weeks. If your team consistently finishes early or runs out of work, shorten to one week. If planning overhead consumes too much time relative to delivery, extend to three weeks.

Phase 1: Sprint Planning

Sprint planning sets the direction for the entire sprint. Constrain it to no more than two hours per week of sprint length (four hours maximum for a two-week sprint) [2].

Before the Meeting

Product Owner preparation:

  • Ensure the product backlog is refined: top items are estimated, acceptance criteria are written, and priorities are clear
  • Identify a sprint goal that ties the work to a business outcome

Team preparation:

  • Review the team’s capacity, accounting for holidays, PTO, and known absences
  • Check historical velocity to understand how much work the team can realistically commit to

During the Meeting

Follow this sequence:

  1. Set the sprint goal. The Product Owner proposes a goal based on stakeholder priorities and backlog state. The team discusses and commits.

  2. Select backlog items. Working from the top of the backlog, the team pulls items that support the sprint goal. Stop when the total estimated effort approaches the team’s velocity.

  3. Break items into tasks. For each selected item, the team identifies the specific tasks required to meet the Definition of Done. This step surfaces hidden complexity and dependencies.

  4. Confirm the commitment. The team reviews the full sprint backlog and confirms they can deliver it within the sprint.

Common Planning Mistakes

  • Overcommitting. Teams that routinely take on more than their velocity supports create a cycle of failure and demoralization. Use historical data, not optimism.
  • Skipping the sprint goal. Without a goal, the sprint becomes a random collection of tasks rather than a coherent delivery.
  • Ignoring capacity. Three developers on PTO means 60% capacity, not 100%. Adjust accordingly.

Phase 2: Sprint Execution

Daily Standups

Hold a daily standup of 15 minutes or less. Each team member answers:

  1. What did I complete since yesterday?
  2. What will I work on today?
  3. What is blocking me?

The standup is not a status report to management. It is a coordination mechanism for the team. Blockers identified here should be resolved immediately after the standup, not during it.

Managing the Sprint Board

Keep the sprint board updated in real time. Whether you use Jira, Trello, or a physical board, every team member should move their cards as work progresses. Stale boards undermine trust and visibility.

Column structure for a typical sprint board:

To DoIn ProgressIn ReviewDone
Items selected but not startedActively being workedIn code review or QAMeets Definition of Done

Protecting the Sprint

Once the sprint starts, the sprint backlog should remain stable. The Product Owner can clarify requirements but should not add new items mid-sprint unless something with higher priority emerges and an equivalent amount of work is removed.

If scope changes are frequent, the team is either dealing with poor planning or the project needs a Kanban approach rather than Scrum.

Phase 3: Sprint Review

The sprint review (or demo) is where the team shows what they built to stakeholders and collects feedback. Schedule it at the end of the sprint, lasting one hour per week of sprint (two hours for a two-week sprint).

Running the Review

  1. Demo working software. Show the actual increment, not slides or mockups. Stakeholders need to see real functionality.
  2. Connect to the sprint goal. Explain what the team committed to and what was delivered.
  3. Collect feedback. Stakeholders ask questions, suggest changes, and raise concerns. The Product Owner captures this feedback for backlog refinement.
  4. Update the backlog. Based on feedback, the Product Owner adjusts priorities and adds new items as needed.

What the Review is Not

The review is not a pass/fail gate. It is a feedback loop. Work that does not meet the Definition of Done should not be demoed, but work that does meet it and draws stakeholder feedback is functioning exactly as intended.

Phase 4: Sprint Retrospective

The retrospective is the most important ceremony for long-term team improvement. Hold it after the review and before the next planning session.

Format

Use a simple three-column approach:

What Went WellWhat Did Not Go WellWhat Will We Change
Practices to continueProblems to addressSpecific improvement commitments

The key is the third column. A retrospective without action items is a venting session, not an improvement mechanism.

Tips for Better Retros

  • Rotate the facilitator. Different perspectives surface different issues.
  • Limit to 2-3 action items. Committing to too many improvements means none get done.
  • Track previous action items. Start each retro by reviewing whether last sprint’s improvements were implemented.
  • Create safety. Team members must feel comfortable raising uncomfortable truths. No retro works if people self-censor.

For detailed retrospective formats and techniques, see our retrospective guide.

Measuring Sprint Health

Track these metrics to assess whether your sprints are improving over time:

MetricWhat It Tells YouHealthy Range
VelocityWork completed per sprintStable or gradually increasing
Sprint goal success ratePercentage of sprints meeting the goal80%+
Carry-over rateUnfinished items rolling to next sprintBelow 15%
Cycle timeTime from “In Progress” to “Done”Decreasing or stable
Defect rateBugs found after sprint completionDecreasing

For more on agile metrics, see our dedicated guide.

Key Takeaways

  • Start with two-week sprints and adjust based on your team’s experience
  • Constrain planning to two hours per sprint week and use historical velocity for commitment
  • Protect the sprint from scope changes once it begins
  • The retrospective is the most important ceremony; without it, teams stagnate
  • Track sprint health metrics over time rather than optimizing for any single sprint

Next Steps


Sources

[1] Monday.com, “Scrum guide 2026: the definitive resource for Agile teams,” monday.com/blog

[2] Atlassian, “Sprint planning meeting guide,” atlassian.com/agile/scrum/sprint-planning

Scrum practices should be adapted to your team’s context. Start with the framework as written, then evolve through retrospectives.