devops-flow

Generate IaC templates and CI/CD pipelines from SPEC documents and ADR decisions across AWS, GCP, and Azure.

16|3|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill devops-flow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-flow
Source: https://github.com/vladm3105/aidoc-flow-framework/tree/main/.claude/skills/devops-flow
Command: npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill devops-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Terraform / OpenTofu, Docker / Podman, kubectl / helm, aws-cli / gcloud / az-cli, Ansible (optional), and includes scripts (resource) components.

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/'.

Frequently Asked Questions about devops-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate infrastructure provisioning across AWS, GCP, and Azure?▼

Infrastructure automation uses Terraform or CloudFormation to define cloud resources as code, eliminating manual setup errors. This Skill generates multi-cloud infrastructure templates from your specifications, supporting VPCs, databases, compute services, and orchestration across all three providers.

Can I set up CI/CD pipelines with GitHub Actions, GitLab CI, or Jenkins automatically?▼

Yes. CI/CD pipeline automation generates complete workflows with build, test, security scanning, and deployment stages integrated. This Skill creates ready-to-use pipelines for your preferred platform based on your architecture specifications.

What deployment strategies does this support for minimizing downtime?▼

Blue-green, canary, and rolling deployments are supported with automated rollback capabilities. Each strategy reduces risk during updates; this Skill implements the right strategy for your infrastructure and application requirements.

Do I need Kubernetes, Terraform, and Docker all set up before using this?▼

Yes. kubectl, Helm, Terraform or OpenTofu, Docker or Podman, and cloud CLI tools (aws-cli, gcloud, az-cli) are prerequisites. Ansible is optional. The Skill requires these tools installed and configured in your environment.

How does this handle secrets, monitoring, and compliance in deployments?▼

The Skill automates environment and secret management, integrates monitoring, and enforces security and compliance policies during infrastructure provisioning and CI/CD setup. These configurations are generated from your SPEC documents and ADR decisions.

What happens after I generate infrastructure and CI/CD pipelines with this Skill?▼

Generated templates and pipelines are ready for immediate deployment. Next steps include applying Terraform to provision infrastructure, triggering CI/CD pipelines in your platform, and monitoring deployments for health and compliance.