What problem does it solve? The Vawe repository contains over a hundred doctrine, craft, and rules documents, and finding the right one means either reading many files or guessing. This Skill provides a generated index that maps every document to the question it answers, so you open exactly one doc instead of scanning the corpus. ## Core Features & Use Cases - Question-to-document routing: Each entry states when to reach for a doc and what it answers, covering film structure, story beats, transitions, typography, colour, layout, imagery, sound, subagent cost, approval stops, recreation, QA gates, and engine architecture. - Drift-free index: Generated from the frontmatter on every doc via make doc-index, so the map cannot diverge from what is on disk. - Use Case: Before authoring a scene JSON you need to know which easing belongs on an exit. Instead of browsing engine-doctrine, you consult the index, find RULES/ease-direction.md, and read only that file. ## Quick Start Ask which document in this repo settles your question about authoring, judging, or changing a Vawe video, then open only the doc the index points to.