What problem does it solve? Setting up a new agent project involves wiring together templates, deployment targets, CI/CD pipelines, and session storage by hand. This Skill drives the agents-cli scaffold commands to create, enhance, and upgrade agent projects with the correct flags and constraints, avoiding misconfigured infrastructure. ## Core Features & Use Cases - Project Creation: Run agents-cli scaffold create with the right template, deployment target (Agent Runtime, Cloud Run, GKE), region, and prototype mode, while respecting naming constraints and CLI execution modes. - Enhancement & Upgrade: Add deployment targets or CI/CD runners (GitHub Actions, Google Cloud Build) to existing projects with scaffold enhance, and migrate projects to newer agents-cli versions with scaffold upgrade. - Prototype-First Workflow: Start with --prototype to skip CI/CD and Terraform, iterate on agent code, then add deployment later. - Use Case: A user asks to "build me a new agent deployed to Cloud Run" — the Skill clarifies requirements, scaffolds the ADK project with the correct flags, and hands off to the development workflow. ## Quick Start Ask the assistant to create a new ADK agent project with a chosen deployment target, and it will clarify your requirements before running the appropriate agents-cli scaffold command.