gezel Gezel Handboek

Rollback Plan

Author a concrete, tested rollback plan for a release so that when a deploy goes wrong the team can revert FAST and safely without improvising under pressure — covering the trigger conditions that mean 'roll back', the exact reversal steps (redeploy previous artifact, down-migrations, flag flips, cache/CDN invalidation), data-safety and forward/backward-compatibility considerations, the recovery-time estimate, and a post-rollback verification. A planner scopes the failure modes and triggers, a developer writes the precise step-by-step runbook with real commands, and a reviewer dry-runs it for correctness and irreversible-data hazards. Use this alongside any risky deploy, migration, or feature launch where 'how do we undo this' must be answered before, not during, an incident.

How it runs

#StepWho runs itWhat happens
1Scope failure modes and triggersPlannerdefine what 'roll back' means and when to pull the trigger
2Write the rollback runbookDeveloperproduce precise, ordered reversal steps with real commands
3Dry-run and reviewReviewertrace the steps for correctness and data hazards
4EvaluateReviewerGrade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap.
5FinishDeveloperAll acceptance criteria met. Stamp a short summary and report DONE.

Say something like "write a rollback plan" or "how do we roll back this release" or "revert plan for deploy" or "rollback runbook" or "undo the deploy safely" in chat to start it.

Watch this article as a slideshow