What problem does it solve? Project knowledge scatters across notes, memos, progress logs, plans, and decision files, making it hard to assemble everything a project knows about a topic before writing a ticket or plan. This Skill retrieves across all accumulated project documentation and returns a cited context pack instead of an uncited prose answer. ## Core Features & Use Cases - Semantic retrieval with qmd: Refreshes the local qmd index on every run, then queries project collections and widens only the chunks that scored. - Cited context pack output: Emits structured sections — decisions, established facts, open questions and contradictions, code evidence, and sources — each claim tagged with path and date. - Targeted code corroboration: Reads repos.json and greps only the concrete identifiers the notes name, citing file:line rather than scanning source wholesale. - Use Case: Before writing a ticket about authentication changes, run the search to collect every decision, memo, and code reference the project has on auth, with conflicts between sources surfaced side by side. ## Quick Start Ask the agent to run /pavilio-search for your project with a question like "what do we know about the billing migration" to receive a cited context pack.