Sprint planning guide
How to run an effective sprint planning meeting
Sprint planning is one of the five Scrum ceremonies — and the one that sets the direction for the entire sprint. Done well, it gives every team member clarity on what they are building and why.
What is sprint planning?
Sprint planning is a time-boxed meeting — usually 2 hours for a 2-week sprint — where the team decides what to build in the next sprint. The Product Owner brings prioritized backlog items and explains the business value behind them. The development team then selects what they can realistically deliver and breaks the work into tasks. The meeting ends with a committed sprint backlog and a clear sprint goal that unifies the work.
Who is in the room
Sprint planning requires three roles. Each has a distinct job — and mixing up those jobs is one of the most common ways the meeting goes sideways.
The 3-part agenda
A well-run sprint planning meeting moves through three distinct phases. Each phase has a clear owner and a clear output.
What will we build?(Sprint Goal)
The PO presents the top backlog items. The team asks clarifying questions. Together, they define the Sprint Goal: a one-sentence statement of what the sprint will achieve.
Example sprint goal
“By the end of this sprint, users can complete the onboarding flow and see their personalized dashboard.”
How much can we commit to?
The team selects items from the backlog until their velocity (average story points per sprint) is reached. If the team typically completes 30 points per sprint, they select items totaling ~30 points.
How will we build it?
The dev team breaks each backlog item into technical tasks and assigns rough estimates. The PO is available for questions but does not drive this part.
Definition of Ready (for backlog items)
Before an item enters sprint planning, it must meet the Definition of Ready. Items that fail this bar get sent back for refinement — they do not enter the sprint.
- Written as a user story: 'As a [user], I want [goal] so that [reason]'
- Estimated (in story points)
- Has clear acceptance criteria
- Dependencies identified and resolved
- Small enough to complete in one sprint
Common sprint planning mistakes
Most sprint planning failures are predictable. Here are the four that come up again and again — and why each one matters.
What each role does in sprint planning
Sprint planning is not just for engineers. PM, BA, and Scrum Master each have specific jobs before and during the meeting.
PM / PO
- Prepare the backlog before the meeting
- Show up with the top 10–15 items in priority order
- Be ready to explain the WHY for each item
- Accept or defer items based on team capacity
Business Analyst
- Ensure acceptance criteria are written for every item entering the sprint
- Clarify edge cases and business rules before the meeting
- Support the PO in answering team questions during Part 1
Scrum Master
- Start on time and timebox each section
- Record the sprint goal and committed items
- Keep the conversation focused — push requirements discussions out of the room
- Facilitate conflict when the team and PO disagree on scope
Go deeper
Learn the full Agile framework
Sprint planning is one piece of the Agile system. Understand Scrum, Kanban, retrospectives, and every ceremony in the full guide.
Read the Agile guide