What problem does it solve? Teams shipping to production often rely on ad-hoc pipelines that lack proper quality gates, safe rollout strategies, or automated rollback, leading to failed deploys, stalled canaries, and slow recovery. This Skill provides architecture patterns for building deployment pipelines that balance delivery speed with production safety. ## Core Features & Use Cases - Pipeline Architecture Design: Define stage ordering, job dependencies, parallelism, caching, and artifact promotion across build, test, staging, and production stages. - Progressive Delivery Strategies: Configure rolling, blue-green, and canary deployments with Argo Rollouts AnalysisTemplates, Istio traffic splitting, and metric-based auto-promotion. - Gates, Health Checks & Rollback: Implement manual approval gates, deep readiness probes, automated rollback on metric degradation, and backward-compatible database migration strategies. - Use Case: A platform engineer migrating a service to Kubernetes uses this Skill to produce a GitHub Actions pipeline with Trivy security scanning, staging E2E gates, a 10%-to-100% canary rollout monitored via Prometheus, and automatic rollback when the 5xx error rate exceeds threshold. ## Quick Start Ask the agent to design a zero-downtime CI/CD pipeline for your service with automated test gates, security scanning, and a canary rollout with health-check-based rollback.