This visual execution shows how to apply naming conventions at scale in dbt projects. We start by defining naming rules such as prefixes for models, sources, tests, and snapshots. Then we apply these rules step-by-step to each component type. After applying, we check for consistency to ensure all names follow the rules. If needed, we adjust the naming rules and scale the changes across the entire project. The variable tracker shows how names change after each step. Key moments address why prefixes are important, the impact of inconsistent naming, and the possibility of updating conventions. The quiz tests understanding of naming rules applied at different steps and final naming outcomes. This approach helps keep large dbt projects organized and easy to understand.