Analyze codebase with parallel Explore agents to produce .planning/codebase/ documents
Analyzes codebase with parallel agents to generate 7 structured codebase documentation files.
/plugin marketplace add cowwoc/claude-code-cat/plugin install cat@claude-code-cat[optional: specific area to map, e.g., 'api' or 'auth']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>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/.claude/cat/workflows/map-codebase.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/stack.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/architecture.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/structure.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/conventions.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/testing.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/integrations.md @${CLAUDE_PLUGIN_ROOT}/.claude/cat/templates/codebase/concerns.md </execution_context>
<context> Focus area: $ARGUMENTS (optional - if provided, tells agents to focus on 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>