What problem does it solve? Finalizing a data modeling change requires manually merging work-scoped YAML back into the main model, updating permanent table documentation, and archiving the work folder — a tedious, error-prone process that this Skill automates end to end. ## Core Features & Use Cases - Merge Preview & Confirmation: Shows a dry-run diff of tables to add, update, or remove, plus lineage replacements, before touching the main YAML. - Permanent Spec Sync: Creates or updates per-table spec files in .modscape/specs/<MODEL_SLUG>/ with business context, rules, usage guides, and changelogs. - Knowledge Consolidation: Merges curated Q&A, glossary terms, and architectural decisions into _questions.yaml, _glossary.yaml, and _context.yaml. - Use Case: After finishing a spec-driven design change with modscape, run the archive step to merge spec-model.yaml into the master model, sync documentation, enforce coverage gates, and move the work folder to .modscape/archives/. ## Quick Start Run the modscape-spec-archive skill with my spec name to merge the work YAML into the main model and archive the change.