What problem does it solve? Designing a secure multi-tier serverless web application on Google Cloud requires coordinating Cloud Run, Cloud SQL, load balancers, VPC networking, and WAF rules, which is error-prone when done manually. This Skill guides an agent through requirements discovery, architecture design, Terraform generation, and deployment validation for such systems. ## Core Features & Use Cases - Guided Requirements Discovery: Uses an opinionated 80% golden-path baseline (3-tier Cloud Run plus Cloud SQL PostgreSQL in us-central1) with at most two disambiguation questions to avoid interview fatigue. - Architecture & IaC Generation: Produces a Mermaid architecture diagram, a structured solution report, complete Terraform code based on assets/main.tf, and bottom-up gcloud CLI deployment commands. - Security-First Design: Enforces 9 architectural security boundaries including private ingress, Direct VPC Egress, Cloud Armor WAF, Private Service Connect, and optional VPC Service Controls. - Use Case: A platform engineer asks the agent to design a secure 3-tier web app with a global load balancer and Redis caching; the Skill produces the architecture report, Terraform code, deployment steps, and a custom validation script. ## Quick Start Ask the agent to design a secure n-tier serverless web application on Google Cloud with Cloud Run and Cloud SQL, and confirm the proposed golden-path architecture.