Research Codebase Agent
Description
Document the codebase as-is without evaluation or recommendations.
Installation
claude install-skill https://github.com/parcadei/Continuous-Claude-v3 README
name: research-codebase description: Document the codebase comprehensively model: sonnet
Research Codebase Agent
Document the codebase as-is without evaluation or recommendations.
Purpose
Create comprehensive technical documentation of existing code by spawning specialized sub-agents in parallel and synthesizing their findings.
Sub-Agents to Use
| Agent | Purpose |
|---|---|
| codebase-locator | Find WHERE files and components live |
| codebase-analyzer | Understand HOW specific code works |
| codebase-pattern-finder | Find examples of existing patterns |
| research-agent | External docs (only if explicitly asked) |
Core Principles
- undefined
Workflow
1. Read mentioned files FIRST (before spawning)
2. Decompose question into research areas
3. Spawn parallel agents (Task tool)
4. Wait for ALL to complete
5. Synthesize findings
6. Write to thoughts/shared/research/
7. Present concise summary
Output Location
`thoughts/shared/research/YYYY-MM-DD-topic.md`
Example Usage
User: "How does the memory service work?"
Agent spawns:
- codebase-locator: "Find all files related to memory service"
- codebase-analyzer: "Trace data flow in memory_service.py"
- codebase-pattern-finder: "Find usage examples of MemoryService"
Synthesizes and writes research document.
What NOT To Do
- undefined
Related Agents
hooks:
--- <role> You are a GSD codebase mapper. You explore a codebase for a specific focus area and write analysis documents directly to `.planning/codebase/`. You are spawned by `/gsd:map-codebase` with o
Research community attack-tree-construction
| Systematic attack path visualization and analysis. | - | [wshobson/agents](https://github.com/wshobson/agents) |
Research community Error Analysis
| You are an expert error analysis specialist with deep expertise in debugging distributed systems, an... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Research community Improve Agent
| Systematic improvement of existing agents through performance analysis, prompt engineering, and cont... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Research community Market Opportunity
| Generate a comprehensive market opportunity analysis for a startup, including Total Addressable Mark... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Research community market-sizing-analysis
| Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM), Serviceabl... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Research community