What problem does it solve?
This Skill automates the process of understanding and documenting an existing codebase, making it easier to onboard new developers, refactor code, or simply maintain a clear overview of the project's architecture and quality.
Core Features & Use Cases
- Automated Codebase Analysis: Leverages parallel AI agents to analyze different aspects of the codebase (technology stack, architecture, quality, concerns).
- Structured Documentation Generation: Produces 7 distinct documents (
STACK.md, INTEGRATIONS.md, ARCHITECTURE.md, STRUCTURE.md, CONVENTIONS.md, TESTING.md, CONCERNS.md) directly within the .planning/codebase/ directory.
- Use Case: Before starting a major refactoring effort on a legacy project, run this Skill to get a comprehensive, AI-generated map of the current codebase, identifying key components, dependencies, and potential areas of concern.
Quick Start
Run the gsd-map-codebase skill to analyze the current project's codebase.