What problem does it solve? Turning a data model specification into an ordered, dependency-aware implementation plan is manual and error-prone. This Skill reads spec-model.yaml, builds a dependency graph from lineage entries, and writes a phased tasks.md checklist so teams know exactly which tables to build and in what order. ## Core Features & Use Cases - Dependency-Based Phasing: Builds a graph from lineage entries and groups tables into ordered phases (e.g., Staging, Core, Mart) so upstream tables are implemented first. - Context-Only Exclusion: Reads design.md to skip tables marked as "Downstream — Context Only", keeping the task list focused on real implementation targets. - Incremental Merge: When tasks.md already has completed items, it presents a diff and merges changes instead of overwriting completed work. - Use Case: After designing a star schema in Modscape, run this Skill to produce a tasks.md checklist grouped by layer, then hand it to the implementation step. ## Quick Start Ask the AI to run @modscape-spec-tasks with your spec name to generate the implementation task list from spec-model.yaml.