What problem does it solve? Setting up deployment infrastructure involves many decisions—choosing a deployment strategy, writing Dockerfiles, configuring CI/CD pipelines, and verifying production readiness—and mistakes here cause downtime and failed releases. This Skill provides proven patterns and ready-to-adapt templates for each of these concerns. ## Core Features & Use Cases - Deployment Strategies: Guidance on rolling, blue-green, and canary deployments with trade-offs and traffic diagrams for each approach. - Docker & CI/CD Templates: Multi-stage Dockerfiles for Node.js, Go, and Python/Django, plus a GitHub Actions pipeline covering test, build, and deploy stages. - Production Readiness: Health check endpoints, Kubernetes probe configurations, environment validation with zod, rollback procedures, and a full pre-release checklist. - Use Case: When preparing a Node.js service for its first production release, use this Skill to generate a multi-stage Dockerfile, wire up a GitHub Actions pipeline, add health endpoints, and walk the production readiness checklist before going live. ## Quick Start Ask the AI to help you dockerize your application and set up a CI/CD pipeline with health checks and a rollback plan for production deployment.