What problem does it solve? Choosing the right Google Cloud tool for a data pipeline is confusing when a workspace may already contain dbt, Dataflow, Dataform, Spark, or Airflow code. This Skill removes that ambiguity by detecting existing pipelines and routing the request to the correct specialized skill. ## Core Features & Use Cases - Workspace Detection: Scans for indicator files such as dbt_project.yml, workflow_settings.yaml, dataform.json, and Apache Beam or PySpark imports to identify existing pipelines. - Tool Selection Guidance: Presents a comparison of BigQuery DTS, dbt, Dataflow, Dataform, Spark on Dataproc Serverless, and Cloud Composer so users can pick the right tool. - Run Request Clarification: Distinguishes between running a pipeline directly (dbt run, gcloud dataproc jobs submit) and deploying it through Cloud Composer orchestration. - Use Case: A user asks to "run the pipeline" in a repo containing both dbt and Spark code. The Skill detects both, asks which component to run, then routes to the dbt-bigquery or gcp-spark skill accordingly. ## Quick Start Ask the assistant to help you build or run a data pipeline on Google Cloud and let it detect your existing project setup.