All posts

Understanding Scrum: roles, artifacts, events

June 10, 2026

A revision sheet on Scrum: where the word comes from, self-managed teams, sprints and MVP, risk management, roles, artifacts, the five events and planning poker.

ScrumSprintProject management
Understanding Scrum: roles, artifacts, events

Scrum is the most widespread agile framework. It breaks a project into short cycles, sprints, run by a team that organizes itself. This sheet gathers everything worth remembering, from the vocabulary to the classic traps.

where the word “scrum” comes from

The word comes from rugby: the scrum, where players lock together and push to win the ball. Nonaka and Takeuchi borrowed the image in the 1980s, observing teams at Fuji-Xerox, Canon and HP. In 1995, Schwaber and Sutherland applied it to software: a tight team, intense collaboration, a coordinated strategy.

self-managed teams

Scrum runs in sprints (from one week to two months) where the team works autonomously to produce a working version. It all rests on three “self-”.

PrincipleMeaning
Self-sufficiencyall skills and resources are in-house, no external dependency.
Self-managementno supervision during the sprint. No project manager, flat hierarchy, democratic decisions.
Self-inspectionthe condition for self-management: transparency and visibility of the flow.

A self-organized team decides together, with no external direction during the sprint.
A self-organized team decides together, with no external direction during the sprint.

Counter-intuition : done well, Scrum gives more control over the work and the quality than the classic model, because it no longer depends on a single external person. Limiting outside direction avoids loss of focus and the overhead of context switching.

sprints, MVP and increments

The sprint breaks the project into iterative cycles. We prioritize features (usefulness, criticality, commercial potential) to tackle the core of the product first and validate the real needs.

NotionDefinition
Iterativegoing back over what exists to fix and improve it.
Incrementaladding new features on top.
MVPa basic but functional and commercially viable version: its value is enough for the client to pay.

Example of an MVP: a platform that lets you search for hotels in your area, without photos or booking at first.
Example of an MVP: a platform that lets you search for hotels in your area, without photos or booking at first.

Each sprint ends on a working increment, assessable by the team and the client. The classic example: an MVP for hotel booking lets you search and find a hotel, without photos or payment. Those two functions are increments added after validation.

product-market fit and risk

Product-market fit is the match between the product and the needs of a client who pays. Without a real, satisfied demand, the product fails. Scrum maximizes this fit through short sprints and constant validation.

Risk grows with the product. Waterfall only defuses it at the end, Scrum a little at each sprint.
Risk grows with the product. Waterfall only defuses it at the end, Scrum a little at each sprint.

ModelRisk profile
Waterfallall phases converge at the end, with no intermediate feedback. If the product misses the need, everything is lost.
Scrumvalidation at each sprint: technical behavior and fit to the need are both tested.

The bomb metaphor : risk grows along with the product. Waterfall only defuses it at the final delivery, Scrum defuses it a little at each sprint, while the value delivered keeps growing.

the roles

The Scrum Guide (Schwaber and Sutherland) formalizes roles, artifacts, events and vocabulary. It evolves and is updated regularly.

RoleImageMission
Scrum Masterconductorfacilitates, removes obstacles, guarantees Scrum. No hierarchical authority.
Product Ownertranslatorrepresents the business and the users, prioritizes the product backlog.
Development Teamcraftspeopleself-organized and cross-functional, delivers quality increments.
Stakeholdersanyone with an interest in the project: feedback and prioritization.

artifacts and user stories

ArtifactDefinitionOwner
Product Backlogordered list of everything needed, the single source of requirements.Product Owner
Sprint Backlogselected items plus the plan to reach the sprint goal.Dev Team
Incrementthe sum of the “done” items of the sprint and the previous ones, ready to use.Dev Team

The need is expressed as a user story, always on the same skeleton: as a (role), I want (feature) so that (benefit). A complete story holds in five elements: description, value (1 to 10), estimate (in story points), dependencies, and the Definition of Done agreed between the client and the team.

the five events

The course of a sprint: planning at the start, daily every day, review and retrospective at the end.
The course of a sprint: planning at the start, daily every day, review and retrospective at the end.

EventWhenDurationPurpose
Sprint2 weeks to 1 monththe heart of Scrum: reach the set goals.
Sprint Planningstartdefine the goal and select the backlog items.
Daily Scrumevery day≤ 15 mindone yesterday, planned today, obstacles.
Sprint Reviewendwith stakeholders: product review, next steps.
Sprint Retrospectiveendthe team’s self-assessment, ways to improve.

Exam trap : the Review is about the product (with stakeholders), the Retrospective about the process and the team (internally). Don’t confuse them.

estimating: planning poker

The team estimates the effort of user stories by consensus. Planning poker uses cards inspired by Fibonacci (1, 2, 3, 5, 8, 13, 21…): small numbers for the simple and quick, large ones for complexity. The flow: present the story, discuss, vote simultaneously, then revote until consensus.

Collaborative estimation: everyone votes at the same time, you discuss, you revote.
Collaborative estimation: everyone votes at the same time, you discuss, you revote.

A few rules that protect the sprint:

  • The Product Owner prioritizes the backlog continuously (value, criticality, strategy).
  • During the sprint, the Dev Team works without interference: no new task imposed.
  • The Scrum Master shields the team from external stakeholders.
  • Only the Product Owner can decide to stop a sprint, and only in a serious case.

Revision sheet from the “Project Management & Agile Fundamentals” certification, Santander Open Academy. Diagrams from the course.