Skip to main content

research-synthesize

Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations

跳到安装

来源信息

仓库
ruvnet/ruflo
最近来源活动
2026年7月17日 03:06
检测到的 SKILL.md 语言
英语
星标
72,687
分支
8,609

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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 1. **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 2. **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 3. **Resolve contradictions** — when findings conflict: - Identify the specific claim in tension - Compare evidence quality - Check recency (newer data may supersede) - Note unresolved contradictions explicitly 4. **Predict relevance** — call `mcp__plugin_ruflo-core_ruflo__neural_predict` to score which findings are most relevant to the original goal 5. **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) 6. **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] ```
在 GitHub 查看