What problem does it solve? When working on data models with Modscape, past design decisions and specifications get buried in archives, forcing you to rediscover context or repeat earlier work. This Skill searches those archives and specs by keyword so you can surface and reuse prior findings. ## Core Features & Use Cases - Keyword Search Across Specs: Runs modscape spec search against .modscape/archives/ and .modscape/specs/ and returns structured JSON results. - Contextual Summaries: Reads matched files (e.g., design.md, spec.md) and presents grouped summaries with relevant excerpts. - Controlled Incorporation: On explicit request only, merges table definitions into spec-model.yaml via mutation CLI commands or appends design decisions to design.md. - Use Case: Before modeling a new orders fact table, search past specs for "orders" to find earlier grain definitions and design decisions, then incorporate them into the current change. ## Quick Start Ask the assistant to search past Modscape specs and archives for a keyword such as "orders" and show the relevant findings.