| name | well-architected |
| description | Google Cloud Well-Architected Framework reference. Six pillars: operational excellence, security, reliability, cost optimization, performance, and sustainability. Referenced by gcp-architect and gcp-security for every design review. |
| version | 0.1 |
| triggers | ["well-architected","GCP framework","architecture pillars","reliability GCP","cost optimization GCP","performance GCP","sustainability GCP","operational excellence","WAF review"] |
| required_scopes | [] |
| mcp_servers | [] |
GCP Well-Architected Framework
Six pillars that every GCP workload should be evaluated against. Referenced in every HLD, security review, and operational readiness check.
The Six Pillars
| Pillar | Core Question | Key Practices |
|---|
| Operational Excellence | Can we build, run, and evolve the system reliably? | IaC, CI/CD, runbooks, monitoring-as-code |
| Security | Is the system protected against threats? | Least-privilege IAM, encryption, no public exposure by default |
| Reliability | Will the system recover from failures? | Multi-region, health checks, SLOs, chaos testing |
| Cost Optimization | Are we spending efficiently? | Right-sizing, committed use, lifecycle policies, budget alerts |
| Performance | Can the system handle load and scale? | Autoscaling, CDN, caching, regional proximity |
| Sustainability | Are we minimizing environmental impact? | Carbon-aware regions, efficient resource use |
Quick Review Checklist (per design)
Operational Excellence
Security
Reliability
Cost Optimization
Performance
Sustainability
References