What problem does it solve? When joining an unfamiliar project or planning changes to an existing codebase, developers lack a clear picture of its structure, dependencies, and hidden technical debt, making planning risky and slow. ## Core Features & Use Cases - Structure and Dependency Mapping: Scans source directories, entry points, and package manifests (package.json, requirements.txt, Cargo.toml, go.mod) to map runtime and development dependencies. - Pattern and Integration Analysis: Identifies naming conventions, API routes, state management patterns, and external services such as databases and third-party APIs. - Technical Debt Discovery: Surfaces TODOs, FIXMEs, deprecated code, missing tests, and leftover debug statements. - Use Case: Before refactoring a legacy Node.js application, run the mapper to produce ARCHITECTURE.md and STACK.md so the team can plan work based on documented components, data flow, and known debt items. ## Quick Start Ask the agent to map this codebase and generate ARCHITECTURE.md and STACK.md documenting its structure, dependencies, and technical debt.