From googlecloud-plugin
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/googlecloud-plugin:well-architectedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Six pillars that every GCP workload should be evaluated against. Referenced in every HLD, security review, and operational readiness check.
Six pillars that every GCP workload should be evaluated against. Referenced in every HLD, security review, and operational readiness check.
| 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 |
npx claudepluginhub jpantsjoha/googlecloud-pluginGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.