# Survey Synthesis

> Final synthesis step — weave all gathered evidence (reading notes, extracted data, categorizations) into a coherent structured output appropriate to the strategy type. Used by all 5 strategies as the final step.

- Skill: `yogsoth-ai/survey-synthesis-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/survey-synthesis-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/survey-synthesis-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/yogsoth-ai/survey-synthesis-3

---


# Survey Synthesis

Produce the final structured survey output from all accumulated evidence.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent skill. The subagent receives all accumulated materials and produces a single coherent document.

## Why Subagent

Synthesis requires processing the entire accumulated corpus (potentially 50+ papers worth of notes). Running in a subagent provides dedicated context for weaving a coherent narrative without polluting the main session.

