Español

Sprint Planning: How to Run an Effective Sprint Planning Meeting

Sprint planning meeting agenda diagram

Sprint planning is the event that transforms a backlog of ideas into a clear, committed plan the team can actually execute. Done well, it takes under two hours and leaves the team energized. Done poorly, it bleeds into the afternoon and produces a list nobody trusts.

What is sprint planning?

Sprint planning is a time-boxed event in Scrum where the development team, Product Owner, and Scrum Master meet at the start of each sprint to decide what work they'll complete and how they'll do it. The meeting produces two outputs: a sprint goal (the "why") and a sprint backlog (the specific items the team selects to fulfill that goal).

Sprint planning sits inside the broader agile methodology framework. Sprints are short, fixed-length cycles (typically one to four weeks) that give teams a regular rhythm for delivering working software or finished work increments. Sprint planning is how each cycle starts with intention rather than assumption.

The Scrum Guide defines two core questions for every sprint planning session: what can be delivered from the Product Backlog during this sprint, and how will the chosen work get done? Those two questions map directly onto the two parts of the meeting, which the Scrum community often calls "Part 1: the What" and "Part 2: the How."

A well-run sprint planning meeting is specific about scope, honest about capacity, and grounded in a sprint goal that gives the team a single rallying point for the next two weeks.

Key Facts

  • The Scrum Guide allocates up to 8 hours for sprint planning in a 1-month sprint, scaled proportionally for shorter sprints (Scrum Guide, 2020).
  • Teams that set a clear sprint goal are 2.5x more likely to deliver the full sprint commitment (State of Agile Report 17th edition, 2024).
  • Sprint planning consumes roughly 5% of a 2-week sprint's working hours when run efficiently (Scrum.org community data, 2024).

Why sprint planning matters

Without sprint planning, teams default to ad-hoc prioritization. Work gets picked up based on who asks loudest, not what matters most. Sprint planning breaks that pattern by creating a shared commitment before the work starts, not after.

The benefits show up in measurable ways. Teams with clear sprint goals have fewer mid-sprint direction changes because everyone already agreed on what "done" looks like for this cycle. Capacity planning (done properly during sprint planning) stops the team from overcommitting, which is the single biggest cause of sprint failures. And the ritual itself builds psychological safety: when a team commits together, they're more likely to raise blockers early rather than hiding them until the last day.

Sprint planning also creates a direct link between day-to-day work and the product roadmap. Each sprint goal should map to a larger strategic objective. When teams see that connection explicitly stated at the start of every sprint, the work feels less like a task list and more like progress.

For teams moving away from waterfall methodology, sprint planning is often the clearest proof that agile delivery works differently. Instead of a six-month plan handed down from above, the team shapes the next two weeks themselves, with full visibility into what they're agreeing to.

The two parts of sprint planning

The Scrum Guide structures sprint planning into two distinct conversations. Most failed sprint planning meetings collapse because teams skip straight to Part 2 before Part 1 is genuinely resolved.

Part 1: What will we do? (the sprint goal and item selection)

The Product Owner presents the top items from the prioritized Product Backlog. The team asks questions about scope, acceptance criteria, and dependencies. Together, they draft a sprint goal: a single, concise statement of what this sprint should accomplish from the stakeholder's perspective. Once the goal is set, the team selects the Product Backlog Items (PBIs) that, if completed, would achieve it.

Part 1 is complete when the team agrees on the sprint goal and has a candidate list of items. That's it. Don't move on until those two outputs exist.

Part 2: How will we do it? (task decomposition and capacity check)

With the selected items on the table, the team breaks each one into concrete tasks (typically one-half to two days of effort each). This is where capacity planning happens: the team checks whether the tasks fit within the available sprint hours or story points given their actual availability. Items that don't fit get returned to the backlog.

Part 2 produces a sprint backlog: the sprint goal plus the selected items plus the task breakdown. This is the team's operating plan for the next sprint.

Sprint planning agenda (the 2-hour meeting)

Two-part sprint planning meeting flow

The table below shows a two-hour agenda for a two-week sprint. Scale times proportionally for shorter or longer sprints.

Time block Activity Output
0:00 to 0:10 Scrum Master opens: last sprint recap, velocity reference, and available capacity Team aligned on context
0:10 to 0:40 Product Owner presents top backlog items; team asks clarifying questions Shared understanding of top 8-12 items
0:40 to 1:00 Team drafts sprint goal collaboratively Sprint goal agreed and written down
1:00 to 1:10 Team selects PBIs that map to the sprint goal Candidate sprint backlog (what)
1:10 to 1:45 Team decomposes selected items into tasks; capacity check against available points Task list, adjusted to fit capacity
1:45 to 2:00 Team commits; Scrum Master records sprint backlog; open questions logged Committed sprint backlog

If the meeting runs past two hours for a two-week sprint, stop and diagnose. Common causes: backlog items weren't refined before the meeting, the sprint goal wasn't agreed before moving to item selection, or too many items are under-specified.

How to run a sprint planning meeting: step by step

Step 1: Calculate capacity before the meeting starts

Before anyone sits down, the Scrum Master (or whoever facilitates) calculates the team's available capacity for the sprint. This is not "everyone's working 10 days so we have 10 days of capacity per person." It accounts for meetings, vacation, on-call duty, and the focus factor (the realistic percentage of time spent on sprint work vs. interruptions).

A simple capacity table (covered in depth in the next section) takes five minutes to build and saves forty minutes of mid-meeting argument.

Step 2: Confirm backlog items meet the definition of ready

Before items can be selected for a sprint, they should pass the definition of ready (DoR). The DoR is a team-defined checklist that a backlog item must meet before sprint planning. Typical criteria include:

  • Acceptance criteria are written and understood by the team
  • Dependencies are identified and unblocked (or the risk is known)
  • The item is estimated (story points or t-shirt sizing)
  • No single item spans more than half the sprint length

Items that fail the DoR get flagged in the backlog and handed back to the Product Owner for refinement. Don't bring them into the sprint.

Step 3: Draft the sprint goal together

The Product Owner proposes a draft sprint goal. The team refines the language until it reflects what the team is actually building, not just what the business wants to see. A good sprint goal is:

  • Specific enough to be falsifiable (you can tell at sprint end whether you hit it)
  • Flexible enough to allow some PBIs to be swapped if something unexpected surfaces
  • Single-threaded (one goal per sprint; multiple goals dilute focus)

Example of a weak sprint goal: "Improve the onboarding flow." Example of a strong sprint goal: "A new user can activate their account and complete their first key action without contacting support."

Step 4: Select Product Backlog Items

With the sprint goal agreed, the team selects PBIs from the top of the backlog that best support the goal. This is a conversation, not a download: the team asks questions, negotiates scope, and sometimes splits large items into smaller ones to fit the sprint.

Use velocity (the team's average story points completed per sprint over the last three to five sprints) as the ceiling for selection. Don't select more than velocity. If the team has been averaging 32 points per sprint, don't load 45.

Step 5: Decompose items into tasks

For each selected PBI, the team lists the concrete tasks required to meet the acceptance criteria. Tasks should be small enough that progress is visible daily (roughly 0.5 to 2 days each). This decomposition also surfaces hidden complexity: a story that looked like 3 points sometimes reveals five tasks with a combined estimate much higher.

If a story's task list pushes it well over the original estimate, the team can re-estimate, split the story, or return it to the backlog. Better to make that call now than on day eight of the sprint.

Step 6: Commit and close

The team does a final capacity check: total estimated task effort vs. available sprint capacity. If it fits, the team commits. If it doesn't, items come out (never in). The Scrum Master writes up the sprint backlog and logs any open questions or dependencies that need follow-up on day one.

Commitment here doesn't mean a contract. It means the team genuinely believes these items are achievable given what they know right now. That distinction matters, especially in teams that have been burned by over-promising.

Capacity planning: the math

Sprint capacity calculation example with team availability and focus factor

Capacity planning is simple arithmetic, but it's easy to get wrong if you skip the focus factor.

The formula:

Available Capacity (pts) = Available Days x Focus Factor x Points per Day

Focus factor represents the realistic fraction of each working day spent on sprint work (as opposed to meetings, email, support tickets, and other interruptions). For most teams it runs between 0.6 and 0.8. New teams or teams with high support loads tend toward the lower end.

Example capacity table for a 2-week sprint (10 working days):

Team member Available days Focus factor Capacity (pts)
Alex (Dev) 8 0.7 14
Sam (Dev) 9 0.6 13
Priya (Dev) 7 0.8 14
Jordan (QA) 10 0.6 12
Total 34 53 pts

In this example the team's velocity ceiling is 53 story points. If the team's historical velocity is 40 points, use 40 as the practical ceiling: velocity accounts for work that gets stuck or unexpectedly complex even when people are available.

Never use raw working days as a proxy for capacity. A team of five developers each working 10 days does not have 50 days of sprint capacity. The focus factor exists to make planning honest.

Sprint planning examples by team type

Team type Sprint goal example Typical backlog items Capacity notes
Engineering team "Users can reset their password without contacting support" Auth service update, email template, QA test cases, docs Include on-call rotation days as unavailable
Marketing team "Campaign assets ready for Q3 launch go-live" Copy approval, design finals, landing page build, UTM setup Account for agency review rounds as capacity consumers
Design team "Mobile checkout flow tested and handed to dev" User research synthesis, wireframes v2, prototype, usability test Factor in participant scheduling gaps as idle days
Customer success team "Onboarding playbook covers the top 5 support ticket types" Playbook draft, SME review, knowledge base articles, team training Senior CS staff often split across sprint work and live accounts

The work breakdown structure approach works well for breaking down large sprint items into task-level components, especially for engineering and design teams where stories have multiple technical sub-tasks.

Common sprint planning mistakes (and fixes)

Mistake Why it happens Fix
Skipping backlog refinement before sprint planning Teams treat sprint planning as the only grooming session Run a separate refinement session mid-sprint; sprint planning should refine, not introduce
No sprint goal, just a list of tasks Teams see the goal as a formality Draft the goal first, before any item selection; use it as the selection filter
Selecting items by gut feel, ignoring velocity Optimism bias; pressure from stakeholders to take on more Display the last 3-sprint velocity average at the start of planning; treat it as a ceiling, not a target
Decomposing into tasks in Part 1 Impatience to get to the "real work" Keep Part 1 discussion at the story/acceptance-criteria level; save tasks for Part 2
Letting the loudest voice dominate item selection Power dynamics in the room Use silent voting or dot-voting for item priority disagreements
Not logging open questions Time pressure at the end of the meeting Keep a shared doc open during the meeting; log questions in real time
Treating commitment as a performance contract Management culture that punishes misses Distinguish forecast from commitment in retrospectives; celebrate honest re-scoping

Sprint planning best practices

  • Timebox and honor it. A two-week sprint gets a two-hour planning meeting. When the meeting overruns, it signals a process problem (under-refined backlog, unclear goal), not a workload problem.
  • Refine the backlog before sprint planning. The best sprint planning meetings feel almost too easy because items are already well-understood. Run a mid-sprint refinement session to pre-groom the top 10 to 15 items.
  • Write the sprint goal on the wall (or in a shared doc). A goal that's only in someone's memory stops guiding decisions by day three. Put it somewhere the whole team sees it every day.
  • Use a consistent estimation scale. Whether you use story points, t-shirt sizing, or ideal days, pick one and stick with it across sprints so velocity comparisons stay meaningful.
  • Include the whole Scrum team, nobody else. Sprint planning is for the Product Owner, the Scrum Master, and the development team. Stakeholders, managers, and executives are not attendees. Their input should arrive via the backlog, not the meeting.
  • Start with a project life cycle lens for new streams. For teams starting a brand-new product or initiative, grounding the first sprint goal in the broader project lifecycle helps the team understand how this sprint connects to the delivery arc.
  • Debrief in the retrospective. If the team consistently misses sprint goals, that's a sprint planning problem. The retrospective should examine planning accuracy alongside delivery performance.
  • Cross-train on Scrum vs. Kanban trade-offs. Teams that understand both methods make better sprint planning decisions, especially when they're deciding whether sprint structure is even the right fit for their work type.

Frequently asked questions

How long should sprint planning be?

The Scrum Guide sets a maximum of 8 hours for a one-month sprint, scaled proportionally for shorter sprints. For a two-week sprint, that means a maximum of 4 hours, though well-prepared teams routinely finish in 2 hours or less. If your sprint planning consistently runs long, the culprit is almost always an under-refined backlog or a sprint goal that the team hasn't aligned on before the meeting starts.

What is the definition of ready?

The definition of ready (DoR) is a team-defined checklist that a Product Backlog Item must satisfy before it's eligible for sprint planning. Common DoR criteria include written acceptance criteria, a story-point estimate, identified dependencies, and a scope small enough to fit within a single sprint. The DoR is not a Scrum Guide concept but a widely adopted practice that prevents teams from pulling in stories that aren't genuinely ready to work. Teams agree on their DoR in a retrospective and update it as they learn.

Who attends sprint planning?

The required attendees are the Product Owner, the Scrum Master, and the full development team. The Product Owner presents and prioritizes backlog items; the development team asks questions, estimates, and selects items; the Scrum Master facilitates and removes process blockers. Managers, stakeholders, and customers do not attend. Their needs are represented through the Product Backlog items the Product Owner brings to the meeting.

What is the difference between sprint planning and backlog refinement?

Backlog refinement (sometimes called backlog grooming) is an ongoing activity where the Product Owner and team review, estimate, and clarify upcoming backlog items before they're needed for sprint planning. Sprint planning is the formal, time-boxed meeting that opens each sprint. Think of refinement as prep work and sprint planning as the decision meeting. Teams that skip refinement spend the sprint planning meeting doing both jobs at once, which is why those sessions run long and produce uncertain commitments.

What happens if the team can't commit to enough work?

If the team's capacity is lower than usual (vacations, illnesses, competing priorities), sprint planning should reflect that honestly. Select fewer items, set a smaller sprint goal, and communicate the reduced scope to stakeholders before the sprint starts. Do not fill a low-capacity sprint with stretch goals or items the team doesn't believe they can finish. A smaller committed scope that ships beats an ambitious scope that partially ships and leaves stakeholders uncertain about what's actually done.


Effective sprint planning isn't about fitting as much work as possible into two weeks. It's about selecting the right work, agreeing on why it matters, and building the shared confidence that the team can deliver what they promised. When sprint planning works well, the sprint almost runs itself, and that's exactly how it should feel.