数据分析与咨询
#research
research-synthesize
Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=ruvnet-ruflo-plugins-ruflo-goals-skills-research-synthesize-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name research-synthesize description Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations argument-hint <topic> [--format report|brief|table] allowed-tools mcp__plugin_ruflo-core_ruflo__memory_search mcp__plugin_ruflo-core_ruflo__memory_search_unified mcp__plugin_ruflo-core_ruflo__memory_list mcp__plugin_ruflo-core_ruflo__memory_retrieve mcp__plugin_ruflo-core_ruflo__memory_store mcp__plugin_ruflo-core_ruflo__agentdb_context-synthesize mcp__plugin_ruflo-core_ruflo__agentdb_pattern-search mcp__plugin_ruflo-core_ruflo__neural_predict Bash Read Write Research Synthesize Synthesize accumulated research findings into actionable reports. When to use After running deep-research (one or multiple times), when you need to pull together findings from memory into a coherent synthesis with recommendations. Steps Gather findings — search across research namespaces: mcp__plugin_ruflo-core_ruflo__memory_search namespace research for raw findings mcp__plugin_ruflo-core_ruflo__memory_search namespace research-sources for references mcp__plugin_ruflo-core_ruflo__agentdb_pattern-search for discovered patterns mcp__plugin_ruflo-core_ruflo__agentdb_context-synthesize for AI-assisted context building Grade evidence — for each finding, assess: High : Multiple independent sources agree, directly observed, reproducible Medium : Single credible source, indirectly supported, plausible Low : Anecdotal, single unverified source, speculative Resolve contradictions — when findings conflict: Identify the specific claim in tension Compare evidence quality Check recency (newer data may supersede) Note unresolved contradictions explicitly Predict relevance — call mcp__plugin_ruflo-core_ruflo__neural_predict to score which findings are most relevant to the original goal Structure report : Executive summary (2-3 sentences answering the original question) Key findings (ranked by evidence quality) Methodology (what sources were checked) Limitations (what wasn't checked, what remains uncertain) Recommendations (concrete next actions) References (source links and memory keys) Store synthesis — call mcp__plugin_ruflo-core_ruflo__memory_store namespace research-synthesis with the full report Output format # [Research Topic] — Synthesis Report ## Summary [2-3 sentence answer] ## Key Findings 1. [Finding] — Evidence: High/Medium/Low 2. [Finding] — Evidence: High/Medium/Low ## Contradictions - [Claim A] vs [Claim B]: [resolution or "unresolved"] ## Recommendations 1. [Action] — because [reasoning] ## Sources - [key]: [description]
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 / 自定义框架) |