What problem does it solve? Developers waste time hunting through READMEs, ADRs, API specs, and scattered markdown files when they need to understand how a project works. This Skill searches broadly across the codebase and documentation, then synthesizes a direct answer with file-and-line citations instead of dumping a list of file paths. ## Core Features & Use Cases - Documentation landscape discovery: Scans for README, CHANGELOG, docs/ directories, ADRs, OpenAPI specs, and config files to map what documentation exists before searching. - Multi-strategy search: Combines content grep, filename globbing, code inspection (docstrings, tests, route definitions), and git history checks to find answers even when prose docs are missing or stale. - Synthesized answers with citations: Leads with the answer, cites sources as file:line references, and flags conflicts, gaps, and stale documentation. - Use Case: A new team member asks "how does authentication work here?" The Skill scans docs and code, reads the auth module and its tests, and returns an explanation citing src/auth/README.md:15-28 while warning that the README contradicts the current middleware behavior. ## Quick Start Ask where a feature is documented or how a specific part of the project works, and receive a synthesized answer with source citations.