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 artifacts. This Skill detects existing pipelines, presents the correct GCP tool options, and routes the request to the matching specialized skill. ## Core Features & Use Cases - Workspace Detection: Scans for indicator files such as dbt_project.yml, workflow_settings.yaml, dataform.json, deployment.yaml, 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, Cloud Composer orchestration, and declarative resource provisioning. - Skill Routing: Activates the corresponding downstream skill (dbt-bigquery, gcp-dataflow, dataform-bigquery, gcp-spark, gcp-pipeline-orchestration, and others) once the user confirms. - 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, clarifies whether to run directly or orchestrate via Cloud Composer, then hands off to the right skill. ## Quick Start Help me build a data pipeline on Google Cloud and recommend the right tool for my project.