What problem does it solve? Release runbooks are often vague prose that fails under pressure: ambiguous steps, no rollback triggers, inlined secrets, or fabricated commands. This Skill guides the authoring of a go-to-production runbook that an unfamiliar on-call engineer can execute, verify, and roll back from alone. ## Core Features & Use Cases - Executable procedure authoring: Derives ordered, idempotent, copy-paste-safe deploy steps from the architecture-doc, technical-design, and test-plan, each with an expected result and measurable verification check. - Safe rollback and stateful-change handling: Defaults to blue-green deployment, sequences schema changes as expand-contract migrations, and requires a documented revert with measurable triggers for every forward change. - Living-document amendment: Amends an existing runbook as a versioned, end-to-end re-validated delta after upstream changes or post-incident learnings. - Use Case: Before shipping a new service version, hand the Skill your architecture-doc and test-plan to produce a runbook covering go/no-go checks, deploy steps, post-deploy smoke tests, rollback triggers, escalation paths, and monitoring links. ## Quick Start Use authoring-release-runbook to write the production deploy runbook for the v2.3 release based on the attached architecture-doc and test-plan.