---
id:"kb-2026-00231"
title:"Scrum Framework"
schema_type:"TechArticle"
category:"computer-science"
language:"en"
confidence:"high"
last_verified:"2026-05-22"
generation_method: "human_only"
ai_models:["claude-opus"]
derived_from_human_seed:true


known_gaps:
  - "Sources reconstructed during quality audit; primary source details were corrupted during batch generation"

completeness: 0.88
ai_citations:
  last_citation_check:"2026-05-22"
primary_sources:
- title: "ACM Digital Library"
    type: "repository"
    year: 2026
    url: "https://dl.acm.org/"
    institution: "ACM"
secondary_sources:
  - title: "ACM Digital Library"
    type: "repository"
    year: 2026
    url: "https://dl.acm.org/"
    institution: "ACM"
---

## TL;DR

Scrum is the most popular Agile framework, defined by the Scrum Guide (Ken Schwaber and Jeff Sutherland, latest 2020). It prescribes three roles, five events, and three artifacts within fixed-length Sprints. Scrum is lightweight but hard to master — it requires cultural shift, not just process adoption.

## Core Explanation

Roles: Product Owner (WHAT to build), Scrum Master (HOW to Scrum), Developers (build it). Events: Sprint Planning, Daily Scrum (15 min), Sprint Review, Sprint Retrospective. Artifacts: Product Backlog (ordered todo), Sprint Backlog (sprint plan), Increment (done work). Definition of Done: shared quality standard for completed work.

## Further Reading

- [The Scrum Guide (Schwaber & Sutherland)](undefined)
