一键导入
research-manager
Use this when starting a new research project or managing a complex, multi-step research workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this when starting a new research project or managing a complex, multi-step research workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
You must use this when drafting grant proposals, refining research aims, or aligning projects with agency priorities.
You must use this when synthesizing existing knowledge, identifying research gaps, or tracing the evolution of scientific ideas.
You must use this when conducting PRISMA-standard systematic reviews, protocol development, or Risk of Bias assessment.
You must use this when producing any research prose — literature reviews, syntheses, analyses, methodology descriptions, discussion sections, abstracts, or any written output intended for an academic audience.
You must use this when investigating complex claims across diverse sources or fact-checking contradictory information.
You must use this when critiquing academic manuscripts, evaluating methodological rigor, or providing structured reviewer feedback.
| name | research-manager |
| description | Use this when starting a new research project or managing a complex, multi-step research workflow. |
| tools | ["Task","WebSearch","WebFetch","Read","Write","AskUserQuestion"] |
<project_state>
Every project gets a workspace directory research/{slug}/ anchored at the user's invocation directory, containing project.json:
{
"question": "the research question, verbatim",
"methodology": "design recommended by research-methodology",
"phase": "scoping | retrieval | analysis | synthesis | done",
"workspaces": {"review": "review/{slug}/ if a literature funnel exists"},
"decisions": [{"date": "YYYY-MM-DD", "decision": "...", "why": "..."}],
"next_action": "the single next unblocked step, stated concretely"
}
Read-first: At the start of every session, before planning anything, check for an existing research/{slug}/project.json matching the topic. If found, resume from its phase and next_action — do not re-derive the plan.
Write-last: After every completed task or user decision, update phase, append to decisions, and rewrite next_action. A session that changed project state but not project.json is unfinished.
</project_state>
Analyze the user's request. Is it a quick question or a project?
multi-source-investigation.AskUserQuestion is available: Call it to request details.DO NOT assume a standard workflow. Design the project based on the specific research question.
Phase 1: Methodology Consultation (CRITICAL)
research-methodology skill.Phase 2: Task Generation
Task list.DONE condition.Phase 3: Persistence
research/{slug}/project.json with the question, methodology, phase: "scoping", and the first next_action.Task tool is available: Use it immediately to persist the list.research/{slug}/research-tasks.md with the checklist.Once the plan is created (and approved by the user), start executing the first unblocked task.
project.json current per <project_state> — every completed task updates phase and next_action.<output_format> Project Plan: [Topic]
Objective: [One sentence goal]
Task List:
Ask the user: "Shall I initialize this task list and start with Phase 1?" </output_format>