What problem does it solve? Writing pipeline code by hand from a data model is repetitive and error-prone, especially when business context like grain, glossary terms, and architecture decisions lives in separate documents. This Skill converts a Modscape YAML model directly into implementation code while incorporating that surrounding specification context. ## Core Features & Use Cases - Multi-target code generation: Produce models for dbt, SQLMesh, Spark SQL, or plain SQL from a single YAML source. - Dependency-ordered output: Generates models upstream-first based on the lineage.upstream definitions in the YAML. - SDD context integration: Loads architecture decisions, business glossaries, Q&A, and per-table specs from .modscape/specs/ to reduce speculative TODO comments. - Use Case: A data engineer maintains a star schema in model.yaml and needs dbt staging and mart models; the Skill reads the YAML plus table specs and emits ordered SQL files with TODOs only where information is genuinely missing. ## Quick Start Ask the assistant to generate dbt models from model.yaml using the modscape-codegen skill.