What problem does it solve? Choosing the right Google Cloud tool for a data pipeline is confusing, and picking the wrong one wastes effort. This Skill acts as a router: it detects existing pipelines in your workspace, clarifies ambiguous requests, and directs you to the correct specialized skill for dbt, Dataflow, Dataform, Spark, BigQuery DTS, or Cloud Composer orchestration. ## Core Features & Use Cases - Workspace Detection: Scans for indicator files like dbt_project.yml, workflow_settings.yaml, dataform.json, Apache Beam imports, and PySpark notebooks to identify existing pipelines before recommending anything. - Guided Tool Selection: Presents a comparison of GCP pipeline options (BigQuery DTS, dbt, Dataflow, Dataform, Dataproc Serverless Spark) plus provisioning and Cloud Composer orchestration, then waits for user confirmation before acting. - Run Request Clarification: Distinguishes between running a pipeline directly (e.g., dbt run, gcloud dataproc jobs submit) and deploying it to Cloud Composer for scheduled orchestration. - Use Case: You open a repository containing a dbt_project.yml and ask to "run the pipeline". The Skill detects dbt, asks whether to run locally or orchestrate via Cloud Composer, and activates the dbt-bigquery or gcp-pipeline-orchestration skill accordingly. ## Quick Start Ask the assistant to help you build or run a data pipeline on Google Cloud and let it detect your project setup and recommend the right tool.