dr-synthesize

Synthesizes collected research evidence into structured reports and implementation plans.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill dr-synthesize-sakamotomomotaro0809-netizen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dr-synthesize
Source: https://github.com/sakamotomomotaro0809-netizen/tateyomi/tree/main/taisun_agent/.claude/skills/dr-synthesize
Command: npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill dr-synthesize-sakamotomomotaro0809-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a deep research run collects raw evidence (evidence.jsonl, sources), turning that scattered material into a decision-ready report is slow and error-prone. This Skill validates the research run, groups claims with their supporting evidence, surfaces contradictions, and produces a structured report plus an optional implementation plan. ## Core Features & Use Cases - Evidence Verification & Grouping: Reads input.yaml and evidence.jsonl, links every claim to evidence IDs, flags low-confidence items (score <= 2), and records contradictions and unresolved questions. - Structured Report Generation: Produces report.md with an executive summary, key findings with confidence levels, an evidence table, contradictions, predictions, recommendations, and next steps. - Implementation Planning: With focus=implementation, generates implementation_plan.md including architecture, data model, phased task breakdown, test plan, and operations design. - Use Case: After running dr-explore to gather sources on a technical topic, invoke this Skill on the run directory to get a decision-ready report with every claim traceable to a cited source. ## Quick Start Synthesize the latest deep research run into a report with focus on implementation planning for an internal audience.

Frequently Asked Questions about dr-synthesize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synthesize deep research evidence into a report?▼

Point the Skill at a run directory containing input.yaml and evidence.jsonl, or omit the path to use the latest run. It validates required files, groups claims by supporting evidence IDs, and writes report.md with findings, confidence levels, and recommendations.

What input files does research synthesis require?▼

The run directory must contain input.yaml and evidence.jsonl; a sources/ directory is recommended. Missing required files fail validation in Step 1 before any synthesis begins.

How are contradictions and low-confidence evidence handled?▼

Conflicting evidence is recorded in a dedicated Contradictions section with the conflicting evidence IDs. Evidence scored 2 or lower is treated as supplementary, and unverified claims are listed as predictions rather than stated as facts.

Can it generate an implementation plan from research findings?▼

Yes, passing focus=implementation produces implementation_plan.md with system architecture, data model, phased task checklists (PoC, MVP, Production), a test plan, and operations design covering scheduling, monitoring, and secrets management.

What are the limitations of automated research synthesis?▼

Synthesis quality depends entirely on the upstream evidence collection; it cannot verify sources beyond the recorded scores and URLs. Unverified claims remain predictions, and unresolved questions must be addressed by additional research runs.