From aida
Analyze codebase with parallel agents to produce .planning/codebase/ documents
How this command is triggered — by the user, by Claude, or both
Slash command
/aida:map-codebase [optional: specific area to map, e.g., 'api' or 'auth']This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Analyze existing codebase using parallel Explore agents to produce structured codebase documents. This command spawns multiple Explore agents to analyze different aspects of the codebase in parallel, each with fresh context. Output: .planning/codebase/ folder with 7 structured documents about the codebase state. </objective> <context> Focus area: $ARGUMENTS (optional - directs agents to specific subsystem) **Load project state if exists:** Check for .planning/STATE.md - loads context if project already initialized **This command can run:** - Before /new-project (brownfield ...
This command spawns multiple Explore agents to analyze different aspects of the codebase in parallel, each with fresh context.
Output: .planning/codebase/ folder with 7 structured documents about the codebase state.
Focus area: $ARGUMENTS (optional - directs agents to specific subsystem)Load project state if exists: Check for .planning/STATE.md - loads context if project already initialized
This command can run:
<when_to_use> Use map-codebase for:
Skip map-codebase for:
<success_criteria>
See skills/mapping-codebase/SKILL.md for detailed success criteria.
npx claudepluginhub udaykabe/odo --plugin aida/map-codebaseAnalyzes codebase using parallel mapper agents to produce structured .planning/codebase/ documents. Also supports --fast scan and --query intelligence modes.
/map-codebasePerforms deep codebase analysis with parallel agents, producing 7 structured documents on tech stack, architecture, structure, conventions, testing, integrations, and concerns.
/map-codebaseAnalyzes existing repository and creates persistent codebase map in docs/project/codebase-map.md plus current status in docs/project/current.md. Optional focus area.
/map-codebaseBootstraps LID in existing codebase: reads files in scope, proposes lens-based clusterings, reconciles with user, generates LLD/HLD/EARS skeletons and arrow overlay, prompts to flesh out. Token-intensive.
/map-codebaseAnalyzes an existing codebase and produces structured reference documentation for starting new projects on top of it.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.