
Gsd:Map Codebase
- 2 installs
- 8 repo stars
- Updated January 20, 2026
- ctsstc/get-shit-done-skills
Analyzes existing codebases with parallel agents to create comprehensive documentation of stack, architecture, and conventions.
About
Maps brownfield projects using parallel exploration agents. Creates `.planning/codebase/` with 7 focused documents covering tech stack through integrations.
- Parallel agent-driven exploration for fast analysis
- 7 focused documents covering architecture, testing, and concerns
Gsd:Map Codebase by the numbers
- 2 all-time installs (skills.sh)
- Ranked #2,419 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ctsstc/get-shit-done-skills --skill gsdmap-codebaseAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 8 |
| Last updated | January 20, 2026 |
| Repository | ctsstc/get-shit-done-skills ↗ |
What it does
Analyzes existing codebases with parallel agents to create comprehensive documentation of stack, architecture, and conventions.
Files
GSD Map Codebase
Analyzes existing codebase using parallel mapper agents.
When to Use
- Understanding an existing codebase structure
- Starting work on a brownfield project
- Documenting technology stack and architecture
Process
1. Check for existing .planning/codebase/ directory 2. Create directory structure if needed 3. Spawn 4 parallel mapper agents (tech, arch, quality, concerns) 4. Wait for all agents to complete 5. Verify all 7 documents exist 6. Commit codebase map to git
Output Documents
- STACK.md, INTEGRATIONS.md (tech focus)
- ARCHITECTURE.md, STRUCTURE.md (arch focus)
- CONVENTIONS.md, TESTING.md (quality focus)
- CONCERNS.md (concerns focus)
Success Criteria
All 7 documents written with content and committed to git.