From rpikit
Consolidates multiple parallel research documents into a single unified report. Produces a self-contained document understandable without prior context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpikit:synthesizing-research topic to synthesize research fortopic to synthesize research forThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consolidate research for: **$ARGUMENTS**
Consolidate research for: $ARGUMENTS
When research is conducted in parallel — multiple agents exploring different aspects of a problem — each produces a separate findings file. This skill combines those files into one self-contained document that a reader with no prior context can understand completely.
Search for research files related to the topic:
Glob pattern: docs/plans/*-<topic>-*.md
Exclude: *-plan.md, *-research.md (the consolidated output)
If no files are found, ask the user to specify the file paths.
Read each research file completely. Note:
Restructure findings by theme, NOT by source. Multiple researchers may have found related information — group it together rather than presenting each researcher's output sequentially.
Themes to look for:
Create the synthesis at: docs/plans/YYYY-MM-DD-<topic>-research.md
(Use today's date in YYYY-MM-DD format)
# Research: <Topic> (YYYY-MM-DD)
## Problem Statement
[What is being investigated and why]
## Requirements
[Key requirements gathered from research]
## Findings
### [Theme 1]
[Findings organized by theme, not by source document]
### [Theme 2]
[Continue for each theme...]
## External Research
[Findings from web research with source citations and confidence
assessments]
## Technical Constraints
[Limitations, dependencies, and compatibility concerns]
## Open Questions
[Questions that remain unanswered across all research]
## Recommendations
[Synthesis of all findings into actionable recommendations]
## Sources
| Document | Researcher | Focus Area |
| -------- | ---------- | ---------- |
| [path] | [agent] | [scope] |
After writing the document:
A good synthesis document:
| Do Not | Instead |
|---|---|
| Copy-paste each researcher's output sequentially | Reorganize by theme |
| Drop source citations from web research | Preserve all citations |
| Silently resolve contradictions | Flag them explicitly |
| Include raw notes or exploration logs | Distill into findings |
| Assume all findings are equally confident | Note confidence levels |
npx claudepluginhub bostonaholic/rpikit --plugin rpikitSynthesizes research findings from multiple sources or agents: deduplicates overlaps, resolves conflicts, extracts themes, constructs narratives, manages citations for final reports.
Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results.
Turns mapped evidence and source materials into a balanced research synthesis with structured findings, confidence levels, and evidence traceability.