google/google-cloud-solution-build-deploy-agents
>- Designs, builds, and deploys AI agents or multi-agent systems on Google Cloud. Provides an interactive workflow to gather requirements, recommend a tailored architecture, and generate deployment instructions. Use when designing or implementing agentic systems on Google Cloud. Don't use for general Google Cloud solution architecture (use google-cloud-solution-architecture instead) or for narrow tasks targeting a single product without agent context.
npx skills add https://github.com/google/skills --skill google-cloud-solution-build-deploy-agents
This skill guides agents through the workflow of designing and implementing a
tailored multi-product solution in the cloud for a given workload, use case, or
requirement.
The solution design and implementation workflow is divided into the following
phases:
requirements, constraints, dependencies, and current state.
deployment configuration for the workload based on Google Cloud design best
practices and recommendations.
deploy the solution.
requirements of the workload.
Copy this checklist into your active task/plan artifact to track progress across
the four phases:
non-functional requirements, business goals, and current state (if any) of
the workload, including its architecture, dependencies, and constraints.
*Important*: First, check whether the user's initial prompt has already
answered the following questions or whether the prompt explicitly asks you
to propose a solution architecture/diagram from a given set of parameters.
requests an architecture proposal or diagram, then skip asking the
questions below, and instead proceed to the step **Recommend agent
design pattern**.
complete these steps to gather missing information:
workload: business processes, activities, and use cases.
privacy, compliance, reliability, disaster recovery, cost,
operations, performance, and sustainability) of their workloads.
documentation, or other documentation the AI agents need to access
for grounded guidance.
products, or tools.
whether there are any ambiguities or contradictions in the input.
If you identify any ambiguities or contradictions in the
requirements that the user has provided, then do the following for
each ambiguity or contradiction that you identify:
contradiction.
replies with "do what you think is best" or "you decide"),
then provide a clear suggestion to resolve the ambiguity or
contradiction, explain your reasoning, and ask the user to
approve your suggestion.
Critical: Until all the ambiguities and contradictions that you
identify are resolved according to the preceding guidance, you must
NOT recommend or generate any architecture design, technical
decomposition, or Google Cloud product recommendations.
latency, and cost requirements of the workload to recommend an agent design
pattern:
effective starting point to refine core logic and tools.
multiple specialized agents to collaborate on a workflow.
technical decomposition of the workload. The technical decomposition must
identify the logical components of the workloads and their relationships.
Also identify any cross-cloud components, hybrid components, or on-premises
components that the solution needs to integrate with.
design pattern and technical decomposition match their workload
requirements.
decomposition, and ask the user to confirm the changes. Continue iterating
until the user confirms the technical decomposition. Proceed to the next
phase only after the user provides confirmation of the technical
decomposition.
references/related-guidance.md**.
*Important*: Use the content that you retrieved from
references/related-guidance.md to ground the guidance that you generate in
the remaining steps of this phase.
confirmed technical decomposition, identify the appropriate Google Cloud
products and features by consulting
product-mappings.md for detailed
recommendations, trade-offs, and alternatives across networking, frontends,
agent/model runtimes, memory stores, and tools.
format: https://github.com/mermaid-js/mermaid. The diagram should show the
components, their relationships, and data/control flows.
following Google Cloud best practices and recommendations. Use the
information in references/related-guidance.md, with an emphasis on the
guidance in references/design-principles.md.
decomposition, product mapping, architecture diagram, and design
recommendations into a single Markdown file adhering to the format in
solution-template.md. Save this document in
the workspace as solution-architecture.md.
the complete fenced mermaid code block for the diagram) directly to the
user in your response, and explicitly request their feedback or approval.
When you present the architecture, ask the user to provide approval for you
to proceed with an implementation plan.
architecture and repeat the steps from "Map components to Google Cloud
products" through "Request review" until the user approves the solution
architecture.
*Important*: Use the resources in references/related-guidance.md as the
technical foundation for the Infrastructure as Code (IaC) and the deployment
instructions that you generate in the remaining steps of this phase.
deployment, including the following:
and deployment scripts to automate the provisioning of the proposed Google
Cloud resources.
instruct the user to use Agents CLI commands (`agents-cli scaffold
create or agents-cli scaffold enhance`) to set up or enhance the
project structure, deployment configuration, and CI/CD pipelines.
instructions to execute the IaC and initialize the workload components.
Compile the deployment prerequisites, IaC, and deployment instructions into
a single Markdown file adhering to the format in
implementation-template.md. Save this
document in the workspace as implementation-instructions.md.
agent node that takes a prompt, calls a model, and returns a tool
execution request.
readers by using Model Context Protocol (MCP) standards.
configure Cloud Run to scale to zero when the agent is idle, reducing
runtime costs.
store model parameters or private API credentials. Encryption helps to
prevent the exposure of sensitive credentials in plain-text container
log streams.
agents-cli deploy command (alongside or instead of raw
infrastructure/deployment scripts) to run the deployment.
user and explicitly request their feedback and confirmation.
implementation plan and repeat the steps from "Generate Infrastructure as
Code (IaC)" through "Request review" until the user approves the
implementation plan.
*Important*: Use the resources in references/related-guidance.md and their
verification patterns as the starting point for the validation checks and
verification scripts that you generate in the remaining steps of this phase.
deployed infrastructure meets the workload's requirements:
terraform plan to previewchanges. Include instructions to run agent deployment in dry-run mode
(e.g., using agents-cli deploy --dry-run or -n) to preview steps and
Terraform executions before pushing to production.
CLI to run and test agent logic locally (agents-cli run) and conduct
systematic evaluations (agents-cli eval run) to verify agent quality
and performance before deploying.
balancer routing, and service endpoints.
rules, and IAM enforcement.
instructions (e.g. using curl, gcloud, or agents-cli) that the user
can run to perform these validation checks.
local runs, evaluations, and post-deployment validation checks (e.g.,
agents-cli run --url <service-url> to test the deployed service
endpoint).
scripts, and expected outcomes in a single Markdown file adhering to the
format in validation-template.md. Save this
document in the workspace as validation-plan.md.
request their feedback or approval on the validation plan.
validation checks and troubleshooting any deployment issues. After the
solution is validated successfully, request final approval from the user.
plan and repeat the steps from "Define validation checks" through "Request
review" until the user approves the validation plan.
--------------------------------------------------------------------------------
manuals, development kits, and checklists used by this skill, see
related-guidance.md.
Take google/google-cloud-solution-build-deploy-agents from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.