Synthesizing research
Skill qte77/claude-code-plugins/plugins/market-research/skills/synthesizing-research
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
npx -y skills add qte77/claude-code-plugins --skill synthesizing-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Synthesize all prior research into a unified GTM narrative. Run after `analyzing-contradictions` to prepare for slide deck generation (Phase 5).
SKILL.md
3.3 KB, as published. Nobody here has run it
Synthesizing Research (Phase 5)
Target: $ARGUMENTS
Phase 5 of the GTM pipeline. Depends on all prior phases (0-4). Produces a unified GTM narrative integrating technical, market, and strategic findings. This output drives Phase 6 slide deck generation.
Mode Awareness
Read config/mode.md before starting:
concise— Executive summary (1 page), key findings table, single recommended pathdetailed— Full integrated narrative, alternative scenarios, confidence annotationsconservative— Lead with validated evidence; clearly separate confirmed from inferredambitious— Lead with opportunity thesis; build the bull case narrative
Inputs
results/phase-0/capability-profile.mdresults/phase-1a/competitor-map.mdresults/phase-1b/market-analysis.mdresults/phase-2/pmf-assessment.mdresults/phase-3/gtm-strategy.mdresults/phase-4/contradiction-analysis.mdconfig/comments_gtm.md— GTM preferences for framingconfig/mode.md— Style and approach settings
Workflow
- Read all prior phase outputs including contradiction resolutions from Phase 4
- Construct the narrative arc: Source capability → Market opportunity → PMF evidence → GTM path
- Resolve outstanding contradictions from Phase 4 into final recommendations
- Assign confidence ratings to all major claims (High/Medium/Low)
- Identify the single recommended GTM path and articulate why
- Document alternatives with tradeoffs for decision-maker context
- Validate against criteria — Check
config/validation_criteria.mdPhase 5 gates
Output
Write to results/phase-5/:
synthesis.md
# GTM Research Synthesis
## Executive Summary
[3-5 sentence narrative: what we found, what it means, what we recommend]
## Key Findings by Phase
| Phase | Key Finding | Confidence |
|-------|-------------|------------|
| 0 — Source | [finding] | High/Medium/Low |
| 1A — Landscape | [finding] | High/Medium/Low |
| 1B — Market | [finding] | High/Medium/Low |
| 2 — PMF | [finding] | High/Medium/Low |
| 3 — GTM | [finding] | High/Medium/Low |
| 4 — Gaps | [finding] | High/Medium/Low |
## Integrated GTM Narrative
### The Opportunity
[Market context and timing rationale]
### The Fit
[How product capabilities match market needs]
### The Path
[Recommended GTM motion and why]
## Recommended GTM Path
[Specific, actionable recommendation with first 3 steps]
## Alternative Paths
### Alternative 1: [Name]
- Tradeoff: [upside vs downside]
## Confidence Assessment
- Claims with High confidence: [N]
- Claims with Medium confidence: [N]
- Claims with Low confidence: [N] — [action needed]
Rules
- Low-confidence claims must be explicitly flagged — do not bury uncertainty
- Contradiction resolutions from Phase 4 must be reflected in the narrative
- The recommended path must be specific enough to act on within 30 days
- Reference phase output files by path for traceability