What problem does it solve?
This skill provides deployment principles, practical guidance, and decision-making criteria to plan and execute safe production releases.
Core Features & Use Cases
- Platform selection and decision trees for choosing deployment methods across environments (static sites, web apps, microservices, and serverless)
- Pre-deployment principles and checks to ensure quality, backups, and readiness
- Deployment workflow: Prepare, Backup, Deploy, Verify, Confirm or Rollback
- Post-deployment verification: health checks, logs review, and critical user flows
- Rollback strategies by platform plus general guardrails and communication
- Zero-downtime strategies: Rolling, Blue-Green, Canary, and risk-based selection
- Emergency procedures, investigation order, and rapid issue triage
- Anti-patterns to avoid and best-practice recommendations
- Comprehensive decision checklist and guidance for production readiness
- Practical rules: small, frequent deploys, feature flags, automation, and documentation
Quick Start
Review the five-phase deployment process and implement backup, canary, and rollback plans before any production release.