Back to blog

Agile delivery

Scrum Sprints: A Useful Delivery Rhythm, Not a Two Week Deadline

What a Scrum sprint should achieve, how Sprint Goals, planning, reviews and retrospectives work, and why unfinished ticket pressure is not agility.

A sprint gives a team a short, repeatable window to pursue one useful goal, build a usable increment and learn from real evidence. It is not simply a deadline attached to a list of tickets.

01

Friday should not become a negotiation about what “done” means

Friday afternoon arrives. The board shows eight completed tickets, three items in testing and one awkward piece of work that has been “nearly done” since Wednesday.

The team starts negotiating. Could the unfinished item count if the code has been written? Could testing move into Monday? Could the ticket close now and any faults become new tickets later?

This is where a Scrum sprint can lose its purpose. The sprint has become a short reporting period, and success is measured by how tidy the board looks when the clock stops.

A useful sprint does something different. It gives the team a fixed period in which to work towards one valuable objective, create a usable increment, inspect the result and improve the way it works. The tickets help describe the plan. They are not the outcome.

The official Scrum Guide calls sprints the heartbeat of Scrum. They are fixed length events of one month or less, with a new sprint starting immediately after the previous one. Two weeks is common, but it is not a rule and it is not what makes the work agile.

02

Start with a Sprint Goal, not a shopping list

Imagine a team improving a customer document portal. Staff review applications and ask customers for missing evidence. The existing process is confusing because the request is sent by email, the portal does not show what is missing and nobody can see whether the customer has responded.

The backlog might contain separate items for an email template, a status field, a customer notification, a document upload and a reviewer screen. Starting with those five tickets encourages five streams of activity.

A better Sprint Goal could be:

Let a reviewer request missing evidence and make the next action clear to the customer.

The goal gives the work a reason. It also gives the team room to learn. Perhaps the existing upload component can be reused. Perhaps the separate status field is unnecessary. Perhaps testing shows that the customer needs a simple checklist rather than another notification.

The Scrum Guide describes the Sprint Goal as the single objective for the sprint. The selected backlog items and the plan can change as the team learns, provided those changes do not endanger the goal. That is a much healthier form of commitment than pretending every estimate made on Monday is a promise carved into stone.

03

Sprint Planning should answer why, what and how

Sprint Planning begins the sprint, but useful planning is not a manager reading tickets aloud while everybody waits for permission to start.

The Scrum Guide gives the event three questions:

  • Why is this sprint valuable?
  • What can be done this sprint?
  • How will the chosen work get done?

The order matters. Without the why, the team can complete a collection of unrelated tasks and still leave the user problem untouched.

For the document portal, the team first agrees why clearer evidence requests matter. It then selects the work most likely to achieve that outcome. Finally, the developers plan how to produce an increment that meets their Definition of Done.

Good planning also leaves room for reality. Holidays, support responsibilities, dependencies and unresolved technical questions affect how much work is sensible. Filling every apparent hour creates a plan with no capacity for collaboration, testing or the unexpected behaviour that software is rather good at producing.

04

A Daily Scrum is for adjusting the plan

The Daily Scrum is a 15 minute event for the developers. Its purpose is to inspect progress towards the Sprint Goal and adjust the plan for the next day.

That is different from a status report in which each person tells a manager what they did yesterday.

For the portal team, a useful conversation might reveal that the email cannot be sent safely until the new request record exists, or that testing the customer flow requires a realistic document set. The team can change its sequence, pair on the difficult part or reduce work that does not support the goal.

The format is deliberately flexible. Teams can use three familiar questions, walk the board or discuss progress against the goal. The test is whether the conversation produces a clearer plan. If everyone recites their activity and then continues exactly as before, the meeting has taken time without improving control.

05

“Done” needs one shared meaning

An increment is a concrete step towards the Product Goal, and the Scrum Guide says it must be usable. Work does not become part of an increment until it meets the Definition of Done.

For a business application, that definition might include:

  • code reviewed and merged;
  • automated checks passing;
  • permissions and important failure paths tested;
  • database changes safely deployable;
  • monitoring or audit behaviour confirmed;
  • user-facing guidance updated where necessary;
  • the completed change available in an agreed environment.

The exact list depends on the product and its risks. It should be clear enough that two people do not reach different conclusions about the same ticket.

This does not mean every sprint must end with a public release. Scrum allows an increment to be delivered before the Sprint Review and does not make the review a release gate. The useful standard is that the increment is genuinely usable, not waiting in a queue of unfinished testing and deployment work.

06

Each sprint event should create evidence or a decision

The Scrum events are easier to value when each one has a clear question and output.

What each Scrum event should produce
EventUseful questionEvidence or decisionCommon failure
Sprint PlanningWhy is this sprint valuable, what can be done and how will it be delivered?A Sprint Goal and a realistic Sprint BacklogFilling the sprint with unrelated tickets to keep everybody busy
Daily ScrumAre we still moving towards the Sprint Goal?An adjusted plan for the next dayReporting individual activity to a manager
Sprint ReviewWhat did the increment teach us and what should happen next?Stakeholder feedback and possible Product Backlog changesA polished demonstration with no discussion or decision
Sprint RetrospectiveHow can we improve quality and effectiveness?One or more useful changes to the way the team worksRepeating the same complaints without ownership or follow-through

This table is not another checklist to perform mechanically. It is a way to spot ceremonies that have become disconnected from delivery.

07

The Sprint Review is a working session

A Sprint Review is sometimes called a demo, which can make it sound like a show at the end of the fortnight. The team presents what it built, stakeholders nod and everybody returns two weeks later.

The Scrum Guide is more useful. It describes the review as a working session where the team and stakeholders inspect the outcome, discuss what has changed and collaborate on what to do next.

The portal team could put the new evidence request flow in front of reviewers, customer service and the person responsible for compliance. The discussion may show that the flow works, but the email wording creates an unnecessary support call. It may reveal a new regulatory need, or that customers respond faster when each missing item is shown separately.

That information can change the Product Backlog. The review is valuable because the product meets reality while the cost of changing direction is still manageable.

08

The Retrospective improves the delivery system

The Sprint Retrospective looks at how the sprint went across people, interactions, processes, tools and the Definition of Done. Its purpose is to plan ways to increase quality and effectiveness.

The portal team may notice that evidence request testing always starts late because representative documents are difficult to prepare. The useful improvement is not “test earlier”. It might be creating a safe test data set, adding one automated end-to-end check or bringing the tester into the design conversation before development starts.

A retrospective becomes theatre when the same issue appears every fortnight and nobody owns the change. Choose the most helpful improvement, make it visible and check whether it worked. A small change that removes a repeated delay is worth more than a board full of anonymous observations.

09

Estimates and velocity are planning aids, not performance scores

Many teams use story points, planning poker, burndown charts and velocity. These practices can help a team discuss uncertainty and forecast a sensible amount of work.

They are not required parts of Scrum, and they become harmful when used to compare people or demand that velocity rises every sprint.

Estimates describe what the team knows at a point in time. Discovery changes them. A hidden data migration, an unreliable integration or a misunderstood permission rule can turn a small-looking ticket into several days of careful work.

If the organisation treats the original number as a promise, people learn to protect themselves by inflating estimates or hiding uncertainty. If velocity becomes a target, the easiest way to improve it is to change how points are assigned. The chart rises while delivery stays exactly where it was.

Use forecasts to make choices. Judge the sprint by the value, quality and learning it produced.

10

What happens when work is unfinished?

Unfinished work does not become done because the sprint ends. If an item does not meet the Definition of Done, it returns to the Product Backlog for future consideration.

That is not automatically a failure. Sometimes the work revealed a dependency nobody could reasonably see. Sometimes an urgent production incident took capacity away. Sometimes the team simply selected too much.

The useful response is to inspect the cause:

  • Was the Sprint Goal still achieved without the item?
  • Was the work too large or poorly understood?
  • Did too many items begin before earlier work finished?
  • Did review and testing happen too late?
  • Was the team carrying unplanned support work?
  • Did somebody add work without discussing the effect on the goal?

Do not quietly move every unfinished ticket into the next sprint and call it planning. Reorder it against the rest of the Product Backlog. The discovery may have changed its value, shape or urgency.

11

Choose a sprint length that supports useful feedback

The Scrum Guide allows sprints of one month or less. Shorter sprints can create more frequent learning and limit the cost of a wrong direction. They also increase the frequency of planning, reviews and retrospectives.

A one week sprint may suit a mature team delivering small, independently usable changes. It can be awkward when every change depends on external approval or lengthy user research. A four week sprint offers more time for a substantial increment, but a weak goal can let the team travel in the wrong direction for longer.

Keep the length consistent enough to create a rhythm. Then review whether that rhythm produces usable increments and timely decisions. Do not choose two weeks because the project tool selected it by default.

12

Not every team needs sprints

Scrum is one way to apply agile ideas. It is not the definition of agility.

A product team able to protect a goal and review a usable increment regularly may benefit from Scrum's structure. A support team dealing with unpredictable incidents and urgent requests may find continuous flow, work in progress limits and service policies more honest than repeatedly disrupting a Sprint Goal.

Some teams use a hybrid approach, but it needs clear rules. Otherwise planned product work and urgent support compete inside the same sprint, and both sides feel that the other one is cheating.

Choose the method around the work. A named framework is not a result.

13

A sprint should leave the product and the team in a better state

At the end of the imagined portal sprint, the useful outcome is not five closed tickets. It is a working evidence request journey that a reviewer and customer can use, stakeholder feedback that improves the next decision and one delivery improvement the team will carry forward.

That is the rhythm Scrum is trying to create:

  • set one valuable goal;
  • build a usable increment;
  • inspect progress every day;
  • review the result with the people affected;
  • improve the way the next sprint is delivered.

If a sprint only shortens the deadline while preserving unclear priorities, late testing and status meetings, the team has gained a calendar rather than agility.

If your software work is moving through busy boards without producing clear, usable outcomes, I can help review the delivery process, define a better first goal and shape a working rhythm around the product and the people responsible for it.

Useful questions

Questions to ask before the next sprint starts

  • Can the team explain one valuable Sprint Goal without reading the ticket list?
  • Does the selected work support that goal rather than several unrelated priorities?
  • Has the team allowed for support, leave, dependencies, testing and uncertainty?
  • Does everybody share one clear Definition of Done?
  • Will the sprint produce a usable increment rather than work waiting for another release phase?
  • Does the Daily Scrum adjust the plan towards the goal rather than report activity to a manager?
  • Will the Sprint Review include the right stakeholders and create feedback or a decision?
  • Will the Retrospective produce an owned improvement that can be checked next time?
  • Is unfinished work inspected and reordered rather than moved across automatically?
  • Does the chosen sprint length create useful feedback without unnecessary ceremony?
  • Would continuous flow fit the work better if interruptions cannot be protected from the Sprint Goal?
Explore business software consultancy
Daniel Mills

Written by Daniel Mills

Business understanding and hands-on software delivery.

I help owners and teams improve the software they rely on, replace fragile processes and turn new ideas into practical systems people can actually use.