subagent-research
Offload verbose research (web, code, files, GitHub, video) to a subagent instead of burning main context window.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Offload verbose research (web, code, files, GitHub, video) to a subagent instead of burning main context window.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when executing implementation plans with independent tasks in the current session
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | subagent-research |
| description | Offload verbose research (web, code, files, GitHub, video) to a subagent instead of burning main context window. |
Golden rule: if the answer could be longer than 3 lines, use a subagent.
default subagent with questions + brevity instructionAnswer these questions as concisely as possible (one sentence per question):
1. [precise question]
2. [precise question]
No summarisation needed. Use [tool].
grep inline| Type | Tool | Example question |
|---|---|---|
| Web / general | web_search | "What are the pros/cons of X vs Y?" |
| Code / library internals | code_search | "What's the signature of React.useCallback?" |
| GitHub repos | fetch_content | "What does the README say about installation?" |
| YouTube / video | fetch_content + prompt | Pass user's exact question as prompt |
| File / workspace | bash (grep/find), read | "Where is DB configured in this project?" |
| Complex / multi-tool | combination | "Look up lib docs + check usage in codebase" |
web_search for code questions misses signaturesweb_search on main agent → do it in a subagent instead