plugins/market-research/skills/developing-gtm-strategy/SKILL.md
Develop customer segmentation, channel selection, and a 90-day launch plan from Phase 2 PMF assessment. Run after `validating-product-market-fit` (Phase 3).
npx skillsauth add qte77/claude-code-utils-plugin developing-gtm-strategyInstall 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 3 of the GTM pipeline. Depends on Phase 2. Builds the actionable GTM plan: customer segmentation, ICP definition, channel strategy, and launch milestones.
Read config/mode.md before starting:
concise — Top segment, top 2 channels, 90-day milestones (bullet list)detailed — Full ICP profiles, channel analysis matrix, sequenced roadmapconservative — Proven channels (inbound, direct sales, partnerships); minimize burnambitious — Multi-channel blitz, community-led + product-led hybrid, aggressive land-and-expandresults/phase-2/pmf-assessment.md — PMF score and risk registerresults/phase-1b/market-analysis.md — Buyer personas and market sizingresults/phase-1a/competitor-map.md — Competitor channel strategiesconfig/comments_gtm.md — GTM preferences and constraintsconfig/mode.md — Style and approach settingsconfig/validation_criteria.md Phase 3 gatesWrite to results/phase-3/:
gtm-strategy.md# GTM Strategy
## Target Segments
### Segment 1: [Name]
- ICP: [job title, company size, industry, trigger event]
- Pain: [primary pain]
- Value prop: [one sentence]
- Proof point: [evidence or analogy]
## Channel Strategy
| Channel | Reach | Cost | Fit | Priority |
|---------|-------|------|-----|----------|
| [channel] | H/M/L | H/M/L | H/M/L | 1/2/3 |
## Positioning
### One-Liner
"[Product] is the [category] for [segment] that [differentiator]."
### Key Proof Points
1. [proof point]
## 90-Day Launch Plan
| Week | Milestone | Owner | Success Metric |
|------|-----------|-------|----------------|
| 1-2 | [milestone] | [role] | [metric] |
| 3-6 | [milestone] | [role] | [metric] |
| 7-12 | [milestone] | [role] | [metric] |
config/comments_gtm.mddevelopment
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.