What problem does it solve?
It helps you quickly understand an unfamiliar codebase by producing structured, actionable documentation that an engineer or AI can use to navigate architecture and implement changes safely.
Core Features & Use Cases
- Repository Exploration & Tech Stack Discovery: Scans directory structure, key docs, and configuration to identify the technology stack and core modules.
- Architecture & Module Documentation: Generates code-anchored knowledge files (including Mermaid architecture diagrams when needed) and module-level summaries.
- Scalable Large-Codebase Workflow: Uses a staged planning approach and parallel sub-agent analysis for large repositories, then consolidates consistent terminology into a top-level knowledge index.
- Output for Implementation and Review: Produces artifacts like CODEBASE_KNOWLEDGE.md and a navigation README that can be reused as reviewer context for further tasks.
Quick Start
Ask the assistant to analyze the current repository and generate codebase-analysis-docs/CODEBASE_KNOWLEDGE.md with a matching codebase-analysis-docs/README.md navigation index.