What problem does it solve?
This Skill automates the complex and error-prone processes of infrastructure provisioning, CI/CD pipeline setup, and deployment management, ensuring consistent, repeatable, and secure deployments across all environments.
Core Features & Use Cases
- Infrastructure as Code (IaC): Generate Terraform, CloudFormation, or Kubernetes manifests from specifications to define and manage infrastructure.
- CI/CD Pipeline Automation: Create GitHub Actions, GitLab CI, or Jenkins pipelines with integrated build, test, security scanning, and deployment stages.
- Advanced Deployment Strategies: Implement Blue-Green, Canary, or Rolling deployments with automated rollbacks to minimize downtime and risk.
- Use Case: Automatically generate a complete AWS infrastructure (VPC, ECS, RDS) and a GitHub Actions CI/CD pipeline for a new microservice, including blue-green deployment, all based on your SPEC document, ready for immediate use.
Quick Start
Use the devops-flow skill to generate AWS infrastructure Terraform templates from 'specs/SPEC-API-V1.md' and save them to 'infrastructure/'.