with one click
research-synthesis
// Use when researching unfamiliar topics, comparing technology approaches, or building comprehensive understanding from multiple sources
// Use when researching unfamiliar topics, comparing technology approaches, or building comprehensive understanding from multiple sources
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | research-synthesis |
| description | Use when researching unfamiliar topics, comparing technology approaches, or building comprehensive understanding from multiple sources |
| effort | medium |
Tier-aware discipline — apply at session start and before every major step:
mcp__plugin_nx_nexus__nx_answer(...) for verb-shape questions; mcp__plugin_nx_nexus__search(...) for keyword lookup.mcp__plugin_nx_nexus__memory_search(query="<topic>", project="<repo>").mcp__plugin_nx_nexus__scratch(action="search", query="<topic>").mcp__plugin_nx_nexus__plan_search(query="<task>", limit=3).mcp__plugin_nx_nexus__scratch(action="put", ..., tags="<topic>") for sibling agents downstream THIS session (T1, narrowest scope, cheapest write).mcp__plugin_nx_nexus__memory_put(...) for project-scoped decisions, future sessions same project (T2).mcp__plugin_nx_nexus__store_put(...) for permanent cross-project knowledge, future sessions everywhere (T3).mcp__plugin_nx_nexus__plan_save(...) for multi-agent pipeline outcomes (so future callers hit plan-match).Delegates to the deep-research-synthesizer agent.
Default: haiku. Escalate via model parameter on the Agent tool:
| Task Shape | Model | When |
|---|---|---|
| Single-topic lookup, ≤3 sources | haiku (default) | Quick research |
| Multi-source synthesis, >5 sources, or cross-project | sonnet | Comprehensive research |
Before dispatching the deep-research-synthesizer agent, seed T1 scratch with link targets so the auto-linker can create catalog links when the agent stores findings:
RDR-\d+) or a known document, resolve it: mcp__plugin_nx_nexus-catalog__search(query="RDR-NNN or document title")rdr-planning-contextmcp__plugin_nx_nexus__scratch(action="put", content='{"targets": [{"tumbler": "<resolved-tumbler>", "link_type": "cites"}], "source_agent": "deep-research-synthesizer"}', tags="link-context")
Use the Agent tool to invoke deep-research-synthesizer:
## Relay: deep-research-synthesizer
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Research synthesis across multiple sources
### Quality Criteria
- [ ] All relevant sources consulted
- [ ] Key findings synthesized (not just listed)
- [ ] Recommendations provided with supporting evidence
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The agent uses mcp__plugin_nx_sequential-thinking__sequentialthinking:
query(question=..., author=..., content_type=...) over search() + manual scopingmcp__plugin_nx_nexus__store_put (RDR-080 — direct call, no agent spawn)