The Three-Page Rule for the On-Call Mental Model

The mental model that fits on one page. Three pages, one each for: live state, recent deploys, escalation paths. Why three is the right number.

Page 1: live state

Page one is the current state of every service the on-call owns. The whole picture in one screen, refreshed automatically; the on-call should never be the source of staleness.

Page 2: recent deploys

Page two is every deploy in the last 4 hours: service, version, one-line description, sorted reverse-chronological. When an alert fires, page two is the first place to look because "what changed" is the most common cause of new incidents.

Page 3: escalation paths

Page three is per-service escalation: who to page for what kind of failure. Database team for DB issues; network team for connectivity; security for credential leaks. Single source of truth, because if escalation paths live in four places, mistakes happen during incidents.