What problem does it solve? Building agents with Google's Agent Development Kit involves many phases—scaffolding, coding, evaluating, deploying, and monitoring—and skipping steps leads to missing eval boilerplate, broken CI/CD config, and unreliable agents. This Skill provides the complete, opinionated workflow so coding agents follow the right sequence every time. ## Core Features & Use Cases - Phased Development Workflow: Covers Phase 0 (requirements gathering and spec writing) through Phase 7 (observability), with explicit entry and exit criteria for each stage. - Code Preservation & Model Selection Rules: Enforces surgical code edits, prevents unrequested model changes, and provides commands to list the latest Gemini models. - Evaluation-First Methodology: Mandates agents-cli eval over pytest for behavior testing, with an eval-fix loop and debugging playbook. - Use Case: A user asks to build a research agent with citations. The Skill directs the assistant to study the deep-search sample, scaffold with agents-cli scaffold create, implement with ADK patterns, run evals, and deploy to Agent Runtime with approval. ## Quick Start Ask the assistant to develop an agent using ADK and it will begin by clarifying requirements, then scaffold the project with agents-cli.