What problem does it solve? Shipping a change without a tested rollback path, migration plan, or smoke test spec turns every deploy into a potential incident. This Skill produces all deployment artifacts before the PR is opened, so releases have a verified recovery path and objective go/no-go gates. ## Core Features & Use Cases - Deployment strategy selection: Recommends Rolling, Blue-Green, Canary, or Dark Launch based on system type and change risk, with automated canary analysis via Argo Rollouts, Flagger, or Kayenta. - Zero-downtime migration checklists: Applies the Expand-Contract pattern per database migration with batched backfill rules and per-phase rollback actions. - Rollback, smoke tests, and release notes: Writes a step-by-step rollback runbook, three-phase post-deploy smoke test spec, and Keep a Changelog release notes generated from Conventional Commits. - Use Case: Before merging a feature branch that adds an endpoint and a schema migration, run this Skill to produce the rollback procedure, migration checklist, smoke tests, and deploy runbook, then have the deployment-reviewer agent verify them before the PR opens. ## Quick Start Ask the AI to run the deployment workflow for the current branch to produce the rollback procedure, migration checklist, smoke tests, and release notes before opening the PR.