Deploy Scope Documentation

Each deploy: what changed.

Why document scope

Deploy scope docs are the contract between author and operators. They answer the "what changed at 14:32" question that on-call asks first during incidents; without the doc, on-call guesses and the incident extends.

What goes in the doc

The contents are predictable: services touched, customer scope, database changes, rollback plan. The same four sections every time so on-call can scan rather than read.

Automate scope capture

Manual capture decays. Auto-generate from the merge commit and CI artifacts, post to Slack, append to a searchable archive that supports later "what shipped when" queries.

Operational use

The doc earns its keep during incidents. On-call uses it for triage; post-incident review checks accuracy; doc quality becomes a leading indicator of process health.

How to roll out

Roll out with template, gate, audit. Each piece is small; together they install the discipline. Skip any one and the docs decay or never start.