What problem does it solve? Answering questions about how a large codebase works requires manually tracing files, components, and historical decisions, which is slow and error-prone. This Skill automates comprehensive codebase research by spawning parallel sub-agents and compiling their findings into a structured, dated research document. ## Core Features & Use Cases - Parallel Sub-Agent Research: Spawns specialized locator, analyzer, and pattern-finder agents to investigate different aspects of the codebase concurrently. - Structured Research Documents: Generates markdown reports with YAML frontmatter, code references with file paths and line numbers, architecture documentation, and historical context from the thoughts/ directory. - GitHub Permalinks & Sync: Adds permanent GitHub links for code references and syncs results via the thoughts directory. - Use Case: Ask "How does the authentication flow work?" and receive a complete research document mapping every relevant file, component interaction, and prior design decision without suggesting changes. ## Quick Start Ask the agent to research how a specific feature or component works in the codebase and generate a research document.