What problem does it solve? Manually creating and configuring Google Cloud data pipeline resources across dev, staging, and prod environments is error-prone and inconsistent. This Skill automates declarative resource provisioning through a single deployment.yaml file, ensuring environment-specific configurations are validated and deployed correctly. ## Core Features & Use Cases - Declarative Resource Provisioning: Define BigQuery datasets/tables, Dataform repositories, Dataproc clusters, and BigQuery Data Transfer Service configs in one deployment.yaml file. - Environment Management: Map dev, staging, and prod environments to their own projects, regions, variables, and secrets with automatic variable substitution. - Secure Secret Handling: Reference existing Secret Manager secrets without ever reading or exposing their values during deployment. - Use Case: A data engineer needs to set up a new BigQuery dataset with a DTS transfer config and a Dataform workflow for the staging environment. The Skill discovers project parameters, generates the deployment.yaml, validates it, and deploys all resources with one gcloud command. ## Quick Start Ask the agent to create a deployment.yaml that provisions a BigQuery dataset and table in the dev environment, then validate and deploy it.