From rpikit
Consolidates parallel research documents into a self-contained Markdown report organized by theme, with problem statement, findings, constraints, recommendations, and sources table. Use after multi-agent research.
npx claudepluginhub bostonaholic/rpikit --plugin rpikitThis skill uses the workspace's default tool permissions.
Consolidate research for: **$ARGUMENTS**
Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results.
Aggregates 3+ raw research artifacts like notes and summaries into a structured pack with cross-source claims, provenance, and contradictions via agentic inspect/search/synthesize tools.
Synthesizes findings from multiple studies into a coherent narrative with evidence citations, confidence levels, theme clustering, and conflict analysis. Use for research integration.
Share bugs, ideas, or general feedback.
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 |