What problem does it solve?
Designing a secure multi-tier serverless web application on Google Cloud requires coordinating Cloud Run ingress isolation, VPC egress firewalls, Private Service Connect, Cloud Armor WAF, and Cloud SQL IAM authentication, which is error-prone when done manually.
Core Features & Use Cases
- Guided Architecture Workflow: Walks through requirements discovery, solution design, implementation planning, and validation phases with an opinionated 3-tier golden path (Cloud Run frontend, Cloud Run backend, Cloud SQL PostgreSQL 18).
- Terraform and gcloud Generation: Produces complete HCL infrastructure code based on a single-source-of-truth main.tf plus bottom-up gcloud CLI deployment commands.
- Security Boundary Enforcement: Applies 9 non-negotiable architectural rules covering ingress isolation, least-privilege NGFW egress, Private Service Connect, and optional VPC Service Controls.
- Use Case: A developer needs a HIPAA-conscious 3-tier web app with a private database; the skill generates the architecture report, Terraform code, and a custom validation script verifying WAF blocking and private connectivity.
Quick Start
Ask the agent to design a secure three-tier serverless web application on Google Cloud with a private Cloud SQL PostgreSQL database and generate the Terraform code.