GTM Strategy
A complete go-to-market strategy is the integrated cross-functional plan:
ICP, motion, channels, messaging, success metrics, and launch sequence.
When to use this skill
- New product launch (full product or major feature)
- New segment entry (SMB → ENT; new geography; new vertical)
- GTM refresh (current motion stalling)
- Repositioning after pivot
- Pre-fundraise GTM narrative for investors
- Post-mortem on why a launch didn't take
The 7 components
- ICP (Ideal Customer Profile) — who specifically, why now
- Beachhead segment — first concentrated market
- Motion — PLG / sales-led / hybrid / channel-led
- Channels — how customers find + buy
- Messaging + positioning — what we say
- Success metrics — what we measure
- Launch sequence — what happens in what order
Clarify First
Before building the GTM strategy, confirm these inputs. If any is unknown or vague, ASK — do not assume:
Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
Workflow
Step 1 — Define ICP precisely
- Industry / vertical
- Size band (employees / revenue)
- Geography
- Buyer persona (role, level)
- Tech stack signals
- Job-to-be-done
- Trigger event (why now)
See project-management/gtm/ideal-customer-profile.
Step 2 — Pick the beachhead
Start narrow:
- 1 segment, 1 vertical, 1 geography
- Concentrated enough to develop reference customers
- Reachable via clear channels
- Big enough to learn from but small enough to dominate
Reference: Crossing the Chasm. Don't try to sell to everyone Day 1.
Step 3 — Pick the motion
| Motion |
When |
Cost structure |
| PLG (product-led) |
Self-serve product; low ACV ($0-$5K); strong activation |
Low CAC; high product investment |
| Sales-led |
High ACV ($25K+); complex buying committees |
High CAC; sales team needed |
| Marketing-led / inbound |
Mid-ACV ($5K-$25K); content-driven |
Medium CAC; content + ops team |
| Channel-led |
Wide distribution via partners |
Medium CAC; partner program needed |
| Community-led |
Strong category with passionate users |
Long ramp; high ongoing investment |
| Hybrid (PLG + sales) |
PLG to capture; sales to expand |
Most modern SaaS; complex to coordinate |
Don't try to run all motions Day 1.
Step 4 — Channels per motion
| Motion |
Primary channels |
| PLG |
Web direct, SEO, viral, content, app stores |
| Sales-led |
Outbound SDR, AE outbound, events, account-based |
| Marketing-led |
SEO, paid, content syndication, webinar |
| Channel-led |
Partner program, marketplace |
| Community-led |
Open source, community events, integrations |
Step 5 — Messaging + positioning
- Positioning: "[Product] is [category] for [target] who [JTBD], unlike [alternative]"
- Hero message: outcome customers want (not feature)
- Differentiation: clear "why us vs them"
- Talk track per segment: different ICPs need different framing
Step 6 — Success metrics
| Motion |
KPI focus |
| PLG |
Signups, activation, free-to-paid conversion, NRR |
| Sales-led |
Pipeline coverage, win rate, ACV, cycle time, NRR |
| Marketing-led |
MQL → SQL conversion, CPA, content engagement |
| Channel-led |
Partner-sourced revenue, partner activity |
Set targets; track weekly; tune.
Step 7 — Launch sequence
- T-90: ICP locked; positioning v1; channels chosen; team aligned
- T-60: Sales/marketing collateral ready; pilot customers identified
- T-30: Internal training; lighthouse customer commitments
- T-7: Launch comms prepped; press / analyst briefed
- T-0: Launch
- T+30: Iterate based on early signal
- T+90: GTM v2 incorporating learnings
Step 8 — Run gtm_strategy_validator.py
Audit GTM doc for: ICP specificity, motion fit, channel coherence,
messaging clarity, metric definition, sequence realism.
python3 project-management/gtm/gtm-strategy/scripts/gtm_strategy_validator.py \
--input gtm.json --format markdown
Decision frameworks
Motion fit by ACV
| ACV |
Likely motion |
| < $1K |
PLG; consumer-style |
| $1K-$10K |
PLG-led; light sales-assist |
| $10K-$50K |
Marketing-led + inside sales |
| $50K-$250K |
Sales-led with marketing support |
| $250K+ |
Enterprise sales-led; long cycle |
Cross these and economics break.
Beachhead vs broad
Going broad Day 1:
- Diluted messaging
- No reference customers
- Sales motion thinly stretched
- No moat in any segment
Beachhead first:
- Win the segment
- Build reference customers
- Develop battle-tested motion
- Then expand adjacent
Geoffrey Moore: cross the chasm one bowling pin at a time.
Channel-product fit
Each channel has product-fit assumptions:
- SEO: long content; SERP-able problem
- Paid: clear high-intent keywords; LTV > 2-3x CAC
- Outbound: defined ICP; AE can articulate value in 30 seconds
- Channel: partners economically incentivized; product fits their offering
- Community: passionate users + room to participate
- Viral: collaboration / sharing built into product
If channel-product fit is off, channel won't deliver regardless of effort.
Common engagements
"Help us launch product X in market Y"
- Confirm ICP precision (or sharpen).
- Pick beachhead segment.
- Choose motion based on ACV + product complexity.
- Map channels to motion.
- Draft positioning + messaging.
- Define success metrics + targets.
- Build T-90 → T+90 launch sequence.
"Our GTM is stalling — what's wrong?"
- Audit each component for clarity + execution.
- Common failures:
- ICP too broad
- Motion mismatch with ACV
- Channels not delivering pipeline
- Messaging not differentiated
- Metrics not tracked
- Identify the breakpoint; fix one at a time.
"Should we move from PLG to sales-led?"
- Look at ACV trend: rising with enterprise = yes
- Look at pipeline: enterprise inquiries unanswered = yes
- Look at unit economics: PLG CAC payback < sales CAC payback?
- Plan hybrid: PLG capture + sales expansion (most common path)
Anti-patterns to avoid
- ICP = "everyone." Diluted strategy.
- Motion mismatched with ACV. Sales motion on $50/mo = unit economics broken.
- Channels listed; not invested. Knowing channels doesn't activate them.
- Generic messaging. "Faster, better, cheaper."
- No success metrics. Can't tune what you can't measure.
- Launch sequence = "ship and see." Predictable underperformance.
- All motions at once. Try one; succeed before adding.
References
references/gtm-components-deep.md — ICP, motion, channels, messaging deep
references/launch-sequence-playbook.md — T-90 → T+90 playbook
references/gtm-anti-patterns.md — common failures + fixes
Related skills
project-management/gtm/ideal-customer-profile — ICP definition
project-management/strategy-frameworks/business-model-canvas — model behind GTM
marketing/launch-strategy — marketing execution layer
business-growth/customer-success-manager — post-sale GTM
c-level-advisor/cro-advisor — sales / revenue strategy
c-level-advisor/cmo-advisor — marketing strategy
1---2name: gtm-strategy3description: Integrated go-to-market strategy spanning ICP, motion, channels, messaging, success metrics, and launch plan. Use when launching a new product, entering a new segment, or auditing why an existing GTM isn't working.4license: MIT + Commons Clause5---6
7# GTM Strategy
8
9A complete go-to-market strategy is the integrated cross-functional plan:
10ICP, motion, channels, messaging, success metrics, and launch sequence.
11
12## When to use this skill
13
14- **New product launch** (full product or major feature)
15- **New segment entry** (SMB → ENT; new geography; new vertical)
16- **GTM refresh** (current motion stalling)
17- **Repositioning** after pivot
18- **Pre-fundraise** GTM narrative for investors
19- **Post-mortem** on why a launch didn't take
20
21## The 7 components
22
231. **ICP (Ideal Customer Profile)** — who specifically, why now
242. **Beachhead segment** — first concentrated market
253. **Motion** — PLG / sales-led / hybrid / channel-led
264. **Channels** — how customers find + buy
275. **Messaging + positioning** — what we say
286. **Success metrics** — what we measure
297. **Launch sequence** — what happens in what order
30
31## Clarify First
32
33Before building the GTM strategy, confirm these inputs. If any is unknown or vague, ASK — do not assume:
34
35- [ ] **ACV / price point** — determines the motion and channel mix (motion-ACV mismatch, e.g. sales-led on $50/mo, breaks unit economics)
36- [ ] **ICP and beachhead segment** — the one concentrated market to win first (drives targeting, channels, and messaging; "everyone" dilutes all seven components)
37- [ ] **Self-serve readiness** — can the product activate without a human (PLG vs sales-led/committee buying)
38- [ ] **Launch trigger and timeline** — what's launching and when (sets the T-90 → T+90 sequence)
39
40Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
41
42## Workflow
43
44### Step 1 — Define ICP precisely
45- Industry / vertical
46- Size band (employees / revenue)
47- Geography
48- Buyer persona (role, level)
49- Tech stack signals
50- Job-to-be-done
51- Trigger event (why now)
52
53See `project-management/gtm/ideal-customer-profile`.
54
55### Step 2 — Pick the beachhead
56Start narrow:
57- 1 segment, 1 vertical, 1 geography
58- Concentrated enough to develop reference customers
59- Reachable via clear channels
60- Big enough to learn from but small enough to dominate
61
62Reference: Crossing the Chasm. Don't try to sell to everyone Day 1.
63
64### Step 3 — Pick the motion
65
66| Motion | When | Cost structure |
67|--------|------|----------------|
68| **PLG (product-led)** | Self-serve product; low ACV ($0-$5K); strong activation | Low CAC; high product investment |
69| **Sales-led** | High ACV ($25K+); complex buying committees | High CAC; sales team needed |
70| **Marketing-led / inbound** | Mid-ACV ($5K-$25K); content-driven | Medium CAC; content + ops team |
71| **Channel-led** | Wide distribution via partners | Medium CAC; partner program needed |
72| **Community-led** | Strong category with passionate users | Long ramp; high ongoing investment |
73| **Hybrid (PLG + sales)** | PLG to capture; sales to expand | Most modern SaaS; complex to coordinate |
74
75Don't try to run all motions Day 1.
76
77### Step 4 — Channels per motion
78
79| Motion | Primary channels |
80|--------|------------------|
81| PLG | Web direct, SEO, viral, content, app stores |
82| Sales-led | Outbound SDR, AE outbound, events, account-based |
83| Marketing-led | SEO, paid, content syndication, webinar |
84| Channel-led | Partner program, marketplace |
85| Community-led | Open source, community events, integrations |
86
87### Step 5 — Messaging + positioning
88- **Positioning:** "[Product] is [category] for [target] who [JTBD], unlike [alternative]"
89- **Hero message:** outcome customers want (not feature)
90- **Differentiation:** clear "why us vs them"
91- **Talk track per segment:** different ICPs need different framing
92
93### Step 6 — Success metrics
94
95| Motion | KPI focus |
96|--------|-----------|
97| PLG | Signups, activation, free-to-paid conversion, NRR |
98| Sales-led | Pipeline coverage, win rate, ACV, cycle time, NRR |
99| Marketing-led | MQL → SQL conversion, CPA, content engagement |
100| Channel-led | Partner-sourced revenue, partner activity |
101
102Set targets; track weekly; tune.
103
104### Step 7 — Launch sequence
105- **T-90:** ICP locked; positioning v1; channels chosen; team aligned
106- **T-60:** Sales/marketing collateral ready; pilot customers identified
107- **T-30:** Internal training; lighthouse customer commitments
108- **T-7:** Launch comms prepped; press / analyst briefed
109- **T-0:** Launch
110- **T+30:** Iterate based on early signal
111- **T+90:** GTM v2 incorporating learnings
112
113### Step 8 — Run `gtm_strategy_validator.py`
114Audit GTM doc for: ICP specificity, motion fit, channel coherence,
115messaging clarity, metric definition, sequence realism.
116
117```bash
118python3 project-management/gtm/gtm-strategy/scripts/gtm_strategy_validator.py \
119 --input gtm.json --format markdown
120```
121
122## Decision frameworks
123
124### Motion fit by ACV
125
126| ACV | Likely motion |
127|-----|---------------|
128| < $1K | PLG; consumer-style |
129| $1K-$10K | PLG-led; light sales-assist |
130| $10K-$50K | Marketing-led + inside sales |
131| $50K-$250K | Sales-led with marketing support |
132| $250K+ | Enterprise sales-led; long cycle |
133
134Cross these and economics break.
135
136### Beachhead vs broad
137
138Going broad Day 1:
139- Diluted messaging
140- No reference customers
141- Sales motion thinly stretched
142- No moat in any segment
143
144Beachhead first:
145- Win the segment
146- Build reference customers
147- Develop battle-tested motion
148- Then expand adjacent
149
150Geoffrey Moore: cross the chasm one bowling pin at a time.
151
152### Channel-product fit
153
154Each channel has product-fit assumptions:
155- SEO: long content; SERP-able problem
156- Paid: clear high-intent keywords; LTV > 2-3x CAC
157- Outbound: defined ICP; AE can articulate value in 30 seconds
158- Channel: partners economically incentivized; product fits their offering
159- Community: passionate users + room to participate
160- Viral: collaboration / sharing built into product
161
162If channel-product fit is off, channel won't deliver regardless of effort.
163
164## Common engagements
165
166### "Help us launch product X in market Y"
1671. Confirm ICP precision (or sharpen).
1682. Pick beachhead segment.
1693. Choose motion based on ACV + product complexity.
1704. Map channels to motion.
1715. Draft positioning + messaging.
1726. Define success metrics + targets.
1737. Build T-90 → T+90 launch sequence.
174
175### "Our GTM is stalling — what's wrong?"
1761. Audit each component for clarity + execution.
1772. Common failures:
178 - ICP too broad
179 - Motion mismatch with ACV
180 - Channels not delivering pipeline
181 - Messaging not differentiated
182 - Metrics not tracked
1833. Identify the breakpoint; fix one at a time.
184
185### "Should we move from PLG to sales-led?"
1861. Look at ACV trend: rising with enterprise = yes
1872. Look at pipeline: enterprise inquiries unanswered = yes
1883. Look at unit economics: PLG CAC payback < sales CAC payback?
1894. Plan hybrid: PLG capture + sales expansion (most common path)
190
191## Anti-patterns to avoid
192
193- **ICP = "everyone."** Diluted strategy.
194- **Motion mismatched with ACV.** Sales motion on $50/mo = unit economics broken.
195- **Channels listed; not invested.** Knowing channels doesn't activate them.
196- **Generic messaging.** "Faster, better, cheaper."
197- **No success metrics.** Can't tune what you can't measure.
198- **Launch sequence = "ship and see."** Predictable underperformance.
199- **All motions at once.** Try one; succeed before adding.
200
201## References
202
203- `references/gtm-components-deep.md` — ICP, motion, channels, messaging deep
204- `references/launch-sequence-playbook.md` — T-90 → T+90 playbook
205- `references/gtm-anti-patterns.md` — common failures + fixes
206
207## Related skills
208
209- `project-management/gtm/ideal-customer-profile` — ICP definition
210- `project-management/strategy-frameworks/business-model-canvas` — model behind GTM
211- `marketing/launch-strategy` — marketing execution layer
212- `business-growth/customer-success-manager` — post-sale GTM
213- `c-level-advisor/cro-advisor` — sales / revenue strategy
214- `c-level-advisor/cmo-advisor` — marketing strategy