From godmode
Designs, implements, tests, and debugs data pipelines and ETL with quality validation, schema contracts, observability, and error handling. Supports Airflow, dbt, Dagster, Prefect.
How this command is triggered — by the user, by Claude, or both
Slash command
/godmode:pipelinegodmode/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /godmode:pipeline Data pipeline and ETL design, implementation, testing, and debugging. Covers extraction, transformation, loading, data quality validation, schema contracts, observability, and error handling. Works with any orchestrator (Airflow, dbt, Dagster, Prefect, Luigi, custom scripts) and any data store. ## Usage ## What It Does 1. Maps the complete data flow (sources, transformations, targets, schedule, SLA) 2. Detects the orchestration tool (Airflow, dbt, Dagster, Prefect, etc.) 3. Designs pipeline architecture (batch, streaming, CDC, ELT) 4. Implements: extractors with wa...
Data pipeline and ETL design, implementation, testing, and debugging. Covers extraction, transformation, loading, data quality validation, schema contracts, observability, and error handling. Works with any orchestrator (Airflow, dbt, Dagster, Prefect, Luigi, custom scripts) and any data store.
/godmode:pipeline # Interactive pipeline design workflow
/godmode:pipeline --design # Design architecture without implementing
/godmode:pipeline --implement # Implement from existing design
/godmode:pipeline --test # Run pipeline tests (unit + integration)
/godmode:pipeline --backfill 2025-01-01:2025-01-31 # Run for historical date range
/godmode:pipeline --validate # Run data quality checks on last output
/godmode:pipeline --debug # Investigate a failing pipeline
/godmode:pipeline --status # Show run history and health
/godmode:pipeline --dry-run # Show what pipeline would do without executing
/godmode:pipeline --profile # Profile performance (time per stage)
/godmode:pipeline --schema # Show schema contracts for all boundaries
/godmode:pipeline --reconcile # Run source-target reconciliation
/godmode:pipeline --dbt # Focus on dbt model design and testing
/godmode:pipeline --streaming # Design a streaming pipeline
/godmode:pipeline --monitor # Set up monitoring and alerting
"pipeline: <name> -- <source> to <target>, <schedule>"After pipeline: /godmode:query to optimize pipeline queries, /godmode:migrate if schema changes needed, or /godmode:ship to deploy.
/godmode:pipeline Sync orders from Postgres to BigQuery, daily at 2 AM
/godmode:pipeline --debug Our nightly ETL has been failing for 3 days
/godmode:pipeline --dbt Build staging and mart models for the orders domain
/godmode:pipeline --streaming Clickstream from Kafka to Elasticsearch
/godmode:pipeline --backfill 2024-01-01:2024-12-31 # Load historical data
/godmode:pipeline --reconcile # Verify source matches target
npx claudepluginhub arbazkhan971/godmode/data-pipelineDesigns and implements scalable data pipeline architectures for batch and streaming processing, covering ingestion, orchestration, transformation, data quality, and storage.
/pipelineScaffolds a data pipeline (Airflow or Dagster) from a description or spec file, generating DAG structure, task definitions, error handling, and scheduling patterns.
/etlDesigns and implements ETL/ELT data pipelines based on a required requirement and optional pattern like batch or streaming.
/data-pipelineGenerates CLAUDE.md Markdown template for data pipeline projects with sections for overview, tech stack, project structure, data flow, coding conventions, build/run instructions, and notes.
/pipelineCreates or repairs Redpanda Connect configurations with interactive guidance and validation. Accepts a context description and optional config file path.