What problem does it solve?
Manually translating low-level design (LLD) artifacts into Apache Airflow DAGs is time-consuming, error-prone, and often leads to inconsistent pipeline configurations that fail validation or require extensive rework.
Core Features & Use Cases
- Automated DAG Generation: Translates approved LLD markdown and pipeline configs into production-ready Airflow DAG files following project coding patterns and naming conventions.
- Automatic Spark Wrapper Creation: Generates per-task entry shims for SparkSubmitOperator to avoid runtime permission errors and ensure consistent task execution.
- Built-in Validation & Compliance: Runs DAG path validation, checks library cache freshness, and verifies acceptance criteria compliance before marking work complete.
- Use Case: Data engineering teams building medallion architecture (bronze/silver/gold) pipelines can use this skill to eliminate manual scaffolding, reduce configuration errors, and speed up deployment of new data workflows.
Quick Start
Use the create-dag skill to generate a production-ready Airflow DAG from the approved low-level design for your patient_360 medallion pipeline.