What problem does it solve? Producing accurate, well-structured technical documentation about a codebase requires manually tracing files, understanding logic flows, and formatting findings, which is slow and error-prone. ## Core Features & Use Cases - Guided Codebase Exploration: A defined workflow for keyword search, directory listing, and file reading to trace how components interact before writing anything. - Standardized Report Structure: Enforces a professional format with executive summary, Mermaid architecture diagrams, deep-dive analysis, and recommendations. - Verified File References: Requires every mentioned file to be a clickable file:/// link with absolute paths and optional line ranges. - Use Case: Ask for a report on the authentication flow, and receive a persisted Markdown document in reports/ with diagrams, linked source files, and actionable recommendations. ## Quick Start Ask the assistant to generate a technical report on a specific feature such as the chatbot architecture or auth flow in this repository.