What problem does it solve? Choosing and implementing a production deployment strategy is complex: teams must pick between Kubernetes, serverless, containers, or edge runtimes, then wire up Infrastructure as Code, CI/CD, and GitOps automation correctly. This Skill provides decision trees, reference guides, and scaffolding templates that take an application from local build to production infrastructure. ## Core Features & Use Cases - Deployment Strategy Selection: Decision trees map workload types (microservices, variable traffic, global low-latency, MVP) to the right platform: Kubernetes + ArgoCD, ECS Fargate, Cloud Run, Vercel, or Cloudflare Workers. - Infrastructure as Code: Patterns and examples for Pulumi (TypeScript), OpenTofu (Terraform-compatible), and SST v3, including multi-cloud setups. - GitOps & Progressive Delivery: ArgoCD and Flux configurations, plus rolling, blue-green, and canary deployment strategies with Argo Rollouts and Istio. - Use Case: After building a Next.js app, use this Skill to containerize it, generate Kubernetes manifests with the included script, and set up an ArgoCD Application for automated GitOps deployment to production. ## Quick Start Ask the agent to deploy your application to production, for example: "Deploy my Next.js app to Kubernetes with ArgoCD GitOps and generate the manifests."