What problem does it solve? Large AGENTS.md convention files are expensive to load in full and easy to misquote from memory. This Skill maps a task scenario to the exact AGENTS.md section that governs it, reads only that segment, and returns the conventions with file:line citations—without copying or paraphrasing the rules into a second source of truth. ## Core Features & Use Cases - Scenario-to-section routing: A project-maintained route table maps common scenarios (commit conventions, layering rules, persistence changes, error codes) to AGENTS.md section anchors. - Segmented loading: Uses Grep to locate section headings by line number, then Read with offset/limit to load only the target section—never the whole file. - Cited output: Every returned convention includes its AGENTS.md line number and section name; misses are reported honestly instead of guessed. - Use Case: Before modifying a persistence-layer mapper, ask which project conventions apply; the Skill locates the relevant AGENTS.md sections, reads just those paragraphs, and returns the rules with exact line references. ## Quick Start Use the spec-route skill to find which AGENTS.md sections govern my planned database schema change and quote the relevant conventions with line numbers.