plugins/market-research/skills/synthesizing-research/SKILL.md
Synthesize all prior research into a unified GTM narrative. Run after `analyzing-contradictions` to prepare for slide deck generation (Phase 5).
npx skillsauth add qte77/claude-code-utils-plugin synthesizing-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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 narrativeresults/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 settingsconfig/validation_criteria.md Phase 5 gatesWrite 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]
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.