What problem does it solve?
It prevents risky deployments by giving you a structured, repeatable checklist to confirm CI health, approvals, migrations, feature flags, rollout safety, monitoring, and rollback triggers before production.
Core Features & Use Cases
- Pre-deployment verification: Ensures tests, reviews, and critical-bug awareness are checked before shipping.
- Deployment readiness with safety: Covers database migration testing, feature-flag configuration, staging validation, smoke tests, canary rollout, and key user-flow verification.
- Post-deployment accountability: Confirms metrics look nominal, updates release notes, notifies stakeholders, and closes related tickets, plus defines rollback triggers.
Use case: Before releasing a change that includes database migrations and feature flags, generate a checklist to align engineering and on-call readiness, verify pipeline status, and document rollback criteria ahead of time.
Quick Start
Run /deploy-checklist for "orders-service" to generate a tailored pre-deployment checklist covering deploy, post-deploy checks, and rollback triggers.