원클릭으로
research
Pre-implementation codebase exploration. Takes a topic to research, spawns parallel Explore agents, and saves findings to a file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pre-implementation codebase exploration. Takes a topic to research, spawns parallel Explore agents, and saves findings to a file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | research |
| description | Pre-implementation codebase exploration. Takes a topic to research, spawns parallel Explore agents, and saves findings to a file. |
Research $ARGUMENTS by exploring the codebase from multiple angles, then consolidate findings into a reference file.
Break the research topic into 3–5 orthogonal exploration axes. Each axis should cover a distinct aspect (e.g., data flow, configuration, tests, call sites, related patterns).
Spawn one Explore agent per axis, in parallel, with thoroughness "very thorough". Each agent should return concrete facts with file path and function/symbol references.
Deduplicate and organize findings into a single markdown file at .claude/research/<YYYY-MM-DD>-<slug>.md in the project root, where <slug> is a short kebab-case summary of the topic.
Use this format:
# Research: [topic]
- **Query**: [original $ARGUMENTS]
- **Date**: YYYY-MM-DD
## [Axis Name]
1. Concrete fact with `path/to/file.ts:functionName` reference
2. ...
## Key Files
- `path/to/file.ts` — one-line role
Tell the user the file path so they can clear context and reference it later.