synthesize
Installation
SKILL.md
Finding Synthesis
When To Use
- After research agents return results from multiple channels
- Producing a final ranked report from raw findings
When NOT To Use
- No research session is active (run
/tome:researchfirst) - Refining a single channel (use
/tome:diginstead)
Merge findings from all channels into a ranked report.
Workflow
- Merge:
tome.synthesis.merger.merge_findings() - Rank:
tome.synthesis.ranker.rank_findings() - Group:
tome.synthesis.ranker.group_by_theme() - Format:
tome.output.report.format_report()
Output Formats
- report: Full sectioned markdown
- brief: Condensed 1-2 pages
- transcript: Raw session log
Related skills
More from athola/claude-night-market
project-planning
Turn a specification into a phased implementation plan with dependency ordering.
114code-quality-principles
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
85project-brainstorming
Guide project ideation via Socratic questioning to generate project briefs.
83doc-generator
Generate or remediate documentation with human-quality writing and style
70rigorous-reasoning
Anti-sycophancy reasoning checklist.
69project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
69