Skip to main content
ClaudeWave
Skill617 repo starsupdated 3d ago

Research Synthesis Workflow

This Claude Code skill provides a structured five-step checklist for synthesizing research from multiple source documents into a coherent summary. Use it when consolidating information across multiple sources, particularly when you need to identify thematic patterns, cross-reference claims for accuracy, and produce a well-organized summary with proper citations.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/lofcz/LLMTornado /tmp/research-synthesis-workflow && cp -r /tmp/research-synthesis-workflow/src/LlmTornado.Agents.Samples/claude-skills/Skills/research-synthesis-workflow ~/.claude/skills/research-synthesis-workflow
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

## Research synthesis workflow

Copy this checklist and track your progress:

```
Research Progress:
- [ ] Step 1: Read all source documents
- [ ] Step 2: Identify key themes
- [ ] Step 3: Cross-reference claims
- [ ] Step 4: Create structured summary
- [ ] Step 5: Verify citations
```

**Step 1: Read all source documents**

Review each document in the `sources/` directory. Note the main arguments and supporting evidence.

**Step 2: Identify key themes**

Look for patterns across sources. What themes appear repeatedly? Where do sources agree or disagree?

**Step 3: Cross-reference claims**

For each major claim, verify it appears in the source material. Note which source supports each point.

**Step 4: Create structured summary**

Organize findings by theme. Include:
- Main claim
- Supporting evidence from sources
- Conflicting viewpoints (if any)

**Step 5: Verify citations**

Check that every claim references the correct source document. If citations are incomplete, return to Step 3.