Scenario: Designing a Data Warehouse Blueprint
Given a vague business requirement, the agent must design a comprehensive Architecture Blueprint. This involves identifying necessary data sources, defining the grain for Staging/Intermediate/Marts layers, and specifying strict data contracts before writing any code.
Scenario: Building Pipelines from Scratch
The agent is tasked with building a multi-layer SQL-based data pipeline from zero. It must generate SQL files for Staging (cleaning), Intermediate (logic), and Marts (aggregation), ensuring all 30+ files pass compilation and data integrity tests.
Scenario: Evolving Business Logic
A new requirement demands evolving the existing pipeline. The agent must interpret the request, identify the impact scope, and add or modify specific SQL files to update the DAG without breaking existing dependencies.