一键导入
research
Use when exploring unfamiliar codebases, investigating bugs, checking external documentation, or learning unfamiliar technology before acting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when exploring unfamiliar codebases, investigating bugs, checking external documentation, or learning unfamiliar technology before acting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when cataloging a repository's externally observable capabilities as end-to-end scenarios and driving them through test, fix, and re-test until verified
Use when explicitly asked to "handoff", "인수인계", or "write a handoff" to preserve context for the next session.
Use when setting up Claude Code global configuration on a new machine — CLAUDE.md, settings.json, statusline.sh, worktree configuration
Use Jira through a slim Atlassian MCP facade for issue lookup, triage, creation, comments, and lightweight status reporting.
Use when writing, reviewing, or improving PRDs, product requirements documents, product specs, feature requirements, launch requirements, or product discovery writeups before product or engineering work begins.
Use when writing, reviewing, or improving RFCs, requests for comments, technical design docs, architecture proposals, engineering decision records, API proposals, migration plans, or cross-team technical decisions.
| name | research |
| description | Use when exploring unfamiliar codebases, investigating bugs, checking external documentation, or learning unfamiliar technology before acting |
Investigate at the shallowest depth that answers safely, then stop: Observe → Explore → Verify.
Orient first (the one cheap read), then decide — orientation often shrinks a "wide" question to a one-file answer, so don't delegate before you've looked.
Once oriented, if what's still open would read several files or sources — code, web, or both — delegate to Agent: subagent_type="me:researcher". Its context absorbs the dead ends; you get only the summary, keeping the main context clean.
Do it yourself only when delegation overhead isn't worth it:
| What's left open | Do |
|---|---|
| One named file / known symbol | Direct Read / grep / LSP — you can cite file:line in a step or two |
| Behavior claim, runnable locally | Reproduce with a command or test yourself |
| Wide/unknown code, web docs, or a mix | Delegate to me:researcher |
Dispatch independent research in one message — several me:researcher calls (or a direct read alongside one) run concurrently. Only go sequential when a call needs the previous result. Match the agent count to the question's real branches — one subagent per genuinely independent sub-question, not per file. Each spins up a fresh context, so over-splitting burns tokens for no extra signal. Give each subagent one objective and the exact fields you want back.
The next search won't change your decision. You have a citable answer at the depth the risk demands. Beyond that, more reading is confirmation, not signal.
me:researcher should absorb that work.me:browse).