Transforms scattered research notes into a coherent, structured findings document. Consolidates dispersed research, identifies themes, surfaces contradictions, and highlights gaps. Use when you need to synthesize research, summarize findings across multiple files, or create a synthesis document from dispersed notes.
Transform scattered research notes into coherent, structured findings documents.
Use this skill when:
/synthesize-research /.octon/instance/capabilities/runtime/skills/resources/synthesize-research/topic/
Parameters are defined in .octon/framework/capabilities/runtime/skills/registry.yml (single source of truth).
This skill accepts one required parameter: a folder path containing research notes (markdown files).
Output paths are defined in .octon/framework/capabilities/runtime/skills/registry.yml (single source of truth).
Outputs are written to .octon/inputs/exploratory/drafts/ (synthesis document) and /.octon/state/evidence/runs/skills/synthesize-research/ (execution log).
# Research Synthesis: {{topic}}
**Generated:** {{timestamp}}
**Source:** {{input folder path}}
## Executive Summary
{{3-5 sentence overview of key findings}}
## Key Themes
### Theme 1: {{Name}}
**Insight:** {{Clear statement}}
**Evidence:**
- {{Supporting point 1}}
- {{Supporting point 2}}
**Confidence:** {{High/Medium/Low}}
## Contradictions & Resolutions
| Finding A | Finding B | Resolution |
|-----------|-----------|------------|
## Open Questions
1. {{Question that remains unanswered}}
## Sources Reviewed
- {{File 1}}
- {{File 2}}
.md files, report errorFor detailed documentation: