gsd-map-codebase

Coordinate parallel agents to generate seven codebase planning documents under .planning/codebase/.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-map-codebase-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-map-codebase
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-map-codebase
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-map-codebase-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate parallel gsd-codebase-mapper agents to examine an existing codebase and produce a structured set of planning documents under .planning/codebase/.

Core Features & Use Cases

  • Parallel mapper orchestration: four specialized agents produce seven documents: STACK.md, INTEGRATIONS.md, ARCHITECTURE.md, STRUCTURE.md, CONVENTIONS.md, TESTING.md, CONCERNS.md.
  • Brownfield and onboarding support: applicable before initialization, during maintenance, or when onboarding to unfamiliar codebases.
  • Output guarantees: documents exist, follow a template, and are ready for commit and further planning.

Quick Start

Run the gs-map-codebase skill to generate a complete planning map under .planning/codebase/.

Frequently Asked Questions about gsd-map-codebase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate documentation for an existing codebase before refactoring?

To generate codebase documentation before refactoring, this skill coordinates parallel mapper agents to examine your project and produce seven standardized planning documents under .planning/codebase/, covering architecture, structure, conventions, and concerns.

What is the best way to map an unfamiliar codebase for onboarding?

The best way to map an unfamiliar codebase for onboarding is using parallel agents to analyze and document the current state, generating structured files like STACK.md, ARCHITECTURE.md, and CONCERNS.md to accelerate understanding.

Can I automate codebase analysis with multiple agents working in parallel?

Yes, you can automate codebase analysis with parallel agents. This skill launches four specialized mapper agents simultaneously to examine the codebase and validate seven distinct planning documents before committing the results.

What planning documents are generated when assessing a brownfield project?

When assessing a brownfield project, the generated planning documents include STACK.md, INTEGRATIONS.md, ARCHITECTURE.md, STRUCTURE.md, CONVENTIONS.md, TESTING.md, and CONCERNS.md, summarizing the current codebase state.

Does this codebase mapping approach work for ongoing project maintenance?

Yes, this codebase mapping approach works for ongoing maintenance. It re-examines the existing codebase to update the seven standardized planning documents under .planning/codebase/, ensuring the documentation reflects the current state.

Why should I use parallel mapper agents instead of a single agent for codebase documentation?

Using parallel mapper agents instead of a single agent for codebase documentation allows specialized agents to concurrently generate different documents like ARCHITECTURE.md and TESTING.md, reducing wait time and ensuring comprehensive coverage.