terraform-infra-architect
Installation
SKILL.md
Terraform Infrastructure Architect
Guides users through scaffolding production-ready Terraform repositories by asking detailed questions about their needs. Follows the layered stack pattern: Foundation (aws/) → Platform (service/eks) → Workload (service/).
Emphasizes remote state composition, environment isolation via .tfvars, Makefile-driven execution,
and GitHub Actions safe delivery.
Thinking Process
When activated, follow this structured thinking approach. NEVER assume defaults. Always ask the user questions and wait for answers before proceeding.
Step 1: Project Identity & Scope Discovery (ALWAYS ASK FIRST)
Goal: Understand what the user is building before writing a single line of code.
Key Questions to Ask (ask ALL of these):