research-gap-finder
analyze topic coverage, bottlenecks, controversies, and plausible research gaps when the input includes a research topic, a set of papers, or the user's early ideas and the user needs a grounded gap analysis, problem framing, small entry points, or experiment hypotheses without forced novelty claims.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=chtc66-academic-skills-research-gap-finder-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name research-gap-finder description analyze topic coverage, bottlenecks, controversies, and plausible research gaps when the input includes a research topic, a set of papers, or the user's early ideas and the user needs a grounded gap analysis, problem framing, small entry points, or experiment hypotheses without forced novelty claims. Research Gap Finder 用这个 skill 分析一个研究主题的已有覆盖、瓶颈、争议点和潜在 research gap。目标是帮助用户识别真正值得切入的问题,而不是硬造创新点。 工作流 先概括主题和当前输入覆盖范围。 参考 references/problem_framing_template.md 把问题边界说清楚。 参考 references/gap_analysis_template.md 分析已有覆盖、瓶颈、争议点和潜在 gap。 输出小问题切入建议、可验证实验思路和风险提示。 输入处理规则 接收研究主题、若干论文、用户已有想法或问题设想。 如果论文覆盖很少,先输出“当前只是初步 gap 讨论”,不要直接下创新结论。 如果用户已有想法,先判断它更像真正 gap、工程机会、评测缺口,还是阅读不足导致的表面空白。 输出规则 默认输出: 主题概括 已有工作覆盖面 常见方法路线 当前瓶颈 争议点 research gap 可切入的小问题 潜在实验验证思路 风险提示 每个 gap 都尽量说明它为什么尚未被充分覆盖。 明确区分“真正的 gap”和“只是文献读得还不够”。 证据与表述约束 不要为了给用户灵感而硬造创新点。 不要把“还没人做到”作为默认前提。 当输入不足时,把 gap 改写成“待进一步核实的潜在切入点”。 何时读引用文件 始终读取 references/gap_analysis_template.md 。 在需要重新定义问题边界或收敛切入角度时读取 references/problem_framing_template.md 。
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |