adk-deploy-guide
Installation
SKILL.md
ADK Deployment Guide
Scaffolded project? Use
makecommands — they wrap Terraform, Docker, and deployment.No scaffold? See Quick Deploy below. For production infrastructure, see the
/scaffold-adkcommand or load thearchitecture-designskill for infrastructure planning.
Iron Law
NEVER create GCP resources manually via gcloud for production. Define all infrastructure in Terraform.
Exception: quick experimentation only — console or gcloud for throwaway resources is fine.