What problem does it solve? Getting a trustworthy answer about how a codebase works, why a technology was chosen, or whether a project supports a capability usually requires digging through files and documentation manually. This Skill automates that read-only research pass and returns a direct, source-cited answer without modifying any code. ## Core Features & Use Cases - Question Classification: Routes each question as codebase, external, or hybrid so research effort goes to the right sources. - Parallel Research Agents: Dispatches up to 3 codebase researcher agents and 2 web researcher agents in parallel, with retry and partial-finding handling. - Cited Synthesis & Report: Produces a direct answer with file:line and official-source citations, saved as a report under .mz/reports/. - Use Case: Ask "how does the auth middleware refresh tokens" and receive a grounded answer citing the exact files and lines, plus a persistent markdown report. ## Quick Start Ask the assistant to use the ask skill to answer how the WebSocket reconnection backoff works in this repository.