Analyzes and maps your entire codebase to generate structured documentation that provides high-fidelity context for AI development agents.
The Codebase Context Mapper is a foundational tool for the Verified Development workflow that automatically scans your project to produce a comprehensive set of markdown documents. By extracting details on architecture, coding conventions, technology stacks, and technical debt into the .verified/codebase/ directory, it ensures that Claude Code agents have a source of truth to follow. This eliminates hallucinations regarding project structure and ensures that commands like /plan and /implement adhere strictly to your existing patterns and dependencies.
주요 기능
01Comprehensive mapping of directory layouts and module boundaries
02Discovery of external integrations and authentication methods
031 GitHub stars
04Automated extraction of architecture and package structures
05Identification of project-specific coding and testing conventions
06Detection of technical debt, risks, and missing infrastructure
사용 사례
01Providing ground-truth context to ensure AI-generated code follows existing patterns
02Onboarding AI agents to large, complex, or legacy codebases
03Standardizing project documentation for both human developers and AI tools