Scrum Framework
Status: draft · Confidence: low (0.43) · Basis: verified_sources
Quality notes: placeholder_content, generic_source_homepage, no_verified_sources, partial_source_verification
## 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) ## Related Articles - [OAuth 2.0: Authorization Framework and Security Best Practices](../oauth-2-0-authorization-framework-and-security-best-practices.md)