glossary · general

Sprint: agile definition for product managers

A fixed time-box of one month or less in which a team produces a usable increment toward a single sprint goal.

Updated Jun 2026 Calibrated to the strong-hire bar

A sprint is a container for a learning bet, not a delivery checklist. The Scrum Guide defines it as a fixed-length event of one month or less in which a usable, potentially releasable product increment is created. The PM’s job is to ensure the sprint is organized around a single objective (the sprint goal) rather than a list of tasks sharing a calendar block. Interviewers hear the task-list answer constantly. Candidates who clear the bar describe what the team set out to learn, not just what they planned to ship.

The sprint goal: the PM’s primary output from planning

Every sprint starts with sprint planning, where the team co-authors a sprint goal: one sentence naming the objective the increment will accomplish. The team then pulls backlog items they believe will achieve that goal. Scope is negotiable mid-sprint to protect the goal; the goal itself is not. A sprint that ends without achieving its goal is a failed sprint regardless of story-point completion. A sprint that delivers fewer items but achieves the goal is a successful one.

If your definition of success is “we shipped everything we planned,” you are treating sprints as mini-waterfall. If it is “we achieved the sprint goal and the review updated our roadmap,” you are treating them as learning cycles. Senior interviewers probe this distinction directly.

The four ceremonies and the PM’s job in each

Scrum defines four events inside every sprint. Most PMs can list them. Few articulate what they own in each.

Sprint planning (two to four hours for a two-week sprint). Arrive with a groomed, prioritized backlog. Co-author the sprint goal with the team and answer “why does this matter?” The Scrum Master facilitates; you supply strategic context. You do not assign work.

Daily scrum (15 minutes). Attend to surface blockers only you can resolve: a pending stakeholder decision, a scope ambiguity, a cross-team dependency. Not a status report. If nothing surfaces that you can act on, it ran correctly.

Sprint review (one hour for a two-week sprint). You own this one. It is a working demo to stakeholders and, ideally, real users. Your job is to collect feedback that updates the backlog. Treat it as a structured feedback session, not show-and-tell. The most underused ceremony in most orgs.

Sprint retrospective (one hour for a two-week sprint). Facilitated by the Scrum Master. Participate as a peer, not the authority in the room. If the retro produces no concrete change to how the team works, it is theater.

Sprint length trade-offs

Roughly 59% of teams still ran two-week sprints in 2026, though that share has declined annually since 2022. One-week sprints compress the feedback loop at the cost of higher planning overhead relative to execution time. Six-week cycles (Shape Up, used by Shopify, Notion, and Linear) reduce ceremony cost but raise the price of a wrong bet. The right answer is not “industry standard two weeks” but an explanation of the trade-off your team chose and why.

Velocity, burndown, and Definition of Done

Velocity (story points or items completed per sprint) is a planning input, not a performance metric. A burndown chart tracks remaining work against time remaining. Both depend on a consistent Definition of Done: the DoD applies to every increment and is distinct from individual story acceptance criteria.

The 2026 reframe

AI coding tools (Cursor, Claude Code, GitHub Copilot) have compressed the time from spec to first working commit. The bottleneck has moved upstream to problem definition and stakeholder decisions. Feasibility is largely free. That makes sprints less about managing engineering capacity and more about compressing the loop between a viability hypothesis and real user signal.

Giles Lindsay put it plainly in early 2026: “Speed without learning is not agility. It is activity.” On AI-native teams of three to five engineers, many have dropped synchronous standups to async and condensed planning to under an hour. The ceremonies are not sacred; the learning cadence is. Interviewers at AI-native companies (Notion, Linear, Cursor, Anthropic) will probe whether you treat sprints as delivery containers or learning containers.

Weak vs strong interview answer

weak

"A sprint is a two-week period where the team picks items from the backlog and builds them, then demos to stakeholders." No sprint goal. No PM-specific role in any ceremony. No retro. No learning mechanism. Signals the candidate has watched sprints happen, not run them.

strong

"A sprint is a fixed time-box organized around a sprint goal: one sentence stating what we will know or be able to do by the end. In planning I arrive with a refined backlog and co-author that goal with the team. The team pulls items they believe will achieve it; I do not assign work. I attend daily standup to unblock things only I can resolve. At the review I present the increment and treat stakeholder feedback as input to the next planning session. The retro is the team's session; I participate as a peer. A successful sprint is one where the goal was met and the review updated the roadmap. On AI-assisted teams where build time has compressed, I treat the sprint as a learning cadence: the goal is a falsifiable hypothesis, the increment is the evidence, and the review is where we score it."

The sprint question in interviews is rarely about process knowledge. It is about whether you understand that a sprint is a learning mechanism with a clear owner and a specific output. For the tools that connect to sprint execution, see backlog, velocity, and user story.