What problem does it solve? Setting up CI/CD pipelines, infrastructure as code, and safe deployment workflows from scratch is repetitive and error-prone. This Skill scaffolds pipeline configs, Terraform modules, and Kubernetes manifests with health-check gates and rollback runbooks so teams can standardize DevOps practices across projects. ## Core Features & Use Cases - Pipeline Generator: Scaffolds GitHub Actions or CircleCI configs with build, test, security, and deploy stages, auto-detecting Node.js, Python, or Go runtimes. - Terraform Scaffolder: Generates validated Terraform module skeletons for AWS ECS, GCP GKE, and Azure AKS with consistent structure and optional terraform fmt/validate checks. - Deployment Manager: Produces blue/green or rolling Kubernetes manifests plus ordered kubectl runbooks with health-check gates and rollback procedures, without ever touching a live cluster. - Use Case: A team containerizing a new service can generate a GitHub Actions pipeline, scaffold an ECS Terraform module, and produce a blue/green deployment runbook for staging and production in one workflow. ## Quick Start Ask the assistant to generate a GitHub Actions CI/CD pipeline with build, test, and deploy stages for your project, then scaffold a Terraform ECS module and a blue-green deployment runbook for production.