Split Kafka ingestion into a dedicated `kafka_load` DAG to enable independent experimentation with data loading without triggering the full ETL pipeline. Restructure implementation phases: Stage 1 uses `make data` for MVP, Stage 2 adds the standalone Kafka DAG, Stage 3 adds monitoring. Update DAG numbering, parameters, task groups, and acceptance criteria to reflect the new architecture.