Pack Availability Guard
Before telling the user to run a skill from another project-local pack, check .agents/project.json.enabled_packs. If the target pack is not enabled, recommend $pack install <pack> instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
GTM — Go-to-Market Planning
Invoke as $gtm.
Report-First Approval Gate
Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include Recommended next skill, Recommended next command, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
Research-first skill that builds a go-to-market plan grounded in ICP research and competitive landscape. Covers channel strategy, messaging framework, pricing, launch plan, and early traction tactics.
Prerequisites
- Hard:
research/icp.md (or research/{app}/icp.md in monorepo mode) must exist. If not, tell the user to run $icp first and stop.
- Soft: Read
research/competitive-analysis.md (or research/{app}/competitive-analysis.md), research/journey-map.md (or research/{app}/journey-map.md), research/customer-feedback.md (or research/{app}/customer-feedback.md) if they exist — these improve specificity but aren't required.
Process
0. App Scope Resolution (Monorepo Support)
Before checking prerequisites, determine the app scope:
- If
$ARGUMENTS specifies an app name matching a subdirectory of research/, use it.
- If
research/ contains subdirectories (excluding files), list them and ask the user which app to target. If the session is already in Plan mode and there are 2-3 concrete choices, prefer request_user_input; otherwise ask in plain text. If only one subdirectory exists, use it automatically.
- If no subdirectories exist, proceed with flat structure (single-product mode).
When app scope {app} is active:
- Read/write research from
research/{app}/ instead of research/
- Read/write specs from
specs/{app}/ instead of specs/
- Also read
research/icp.md (cross-app overview) for broader context
1. Product Path Manifest
Read research/.progress.yaml when present. Normalize active_path (singular legacy) to active_paths (plural list) when reading. Scope GTM strategy to the active product path by default. When GTM channels or messaging would serve a deferred product path better than the active one, add a ## Product Path Implications section recommending $product-line fork or noting the impact.
2. Load Context
- Read
research/icp.md (or research/{app}/icp.md) — ICP segments, pain points, value props, trigger events, current-state journey
- Read
research/competitive-analysis.md (or research/{app}/competitive-analysis.md) if it exists — competitor positioning, pricing, channels, market gaps
- Read
research/journey-map.md (or research/{app}/journey-map.md) if it exists — customer journey stages, discovery channels, conversion triggers
- Read
research/customer-feedback.md (or research/{app}/customer-feedback.md) if it exists — real customer language, validated/invalidated assumptions
- Read
research/positioning.md (or research/{app}/positioning.md) if it exists — positioning framework that messaging should flow from
- Read CLAUDE.md and README if they exist — product context
3. Interview
Codex interview cadence is one primary decision question per turn by default. Use short follow-up bullets only when they clarify the same GTM decision, not to batch unrelated questions. If the session is already in Plan mode, request_user_input may present 2-3 concrete choices for the current decision; otherwise ask one concise plain-text question.
Research and recommend by default. For each decision point, use web search, upstream research docs (research/*.md), and codebase analysis to gather evidence before asking the user. Assume the user has no insider knowledge unless they explicitly provide it. Present findings with data, define any relevant terms, state a recommendation with reasoning, and ask the user to approve, adjust, or override based on hard constraints, proprietary facts, or corrections. Only ask the user to choose without a recommendation when the decision genuinely depends on internal constraints, personal preferences, or strategic bets that cannot be inferred from evidence.
Cover these areas (skip or abbreviate areas the user has already addressed in $ARGUMENTS):
A. Channel Strategy
- Where does the ICP hang out? (communities, platforms, events, publications)
- Which channels do competitors use? Where are the gaps?
- What's the primary acquisition channel? (content, community, outbound, product-led, partnerships)
- What's the secondary/backup channel?
- What's the budget and resource constraint? (bootstrapped, funded, team size)
B. Messaging Framework
- IF
research/positioning.md exists: use positioning statement, market category, unique attributes, and value mapping as the foundation for messaging — do not contradict positioning decisions
- What's the one-liner? (the sentence that makes the ICP lean in — should flow from positioning statement)
- What's the primary value prop framing? (save time, save money, reduce risk, unlock capability — should align with positioning value mapping)
- What pain point does the headline address? (from ICP pain map)
- What proof points exist? (metrics, testimonials, case studies, demos)
- How does positioning differ from competitors? (from positioning.md if it exists, otherwise from competitive analysis)
C. Pricing Strategy
- What's the pricing model? (freemium, free trial, paid-only, usage-based, seat-based)
- What's the entry price point? What does the ICP currently pay for alternatives?
- What triggers the upgrade? (usage limits, team features, advanced capabilities)
- Are there pricing tiers? What differentiates them?
- How does pricing compare to competitors?
D. Launch Plan
- What's the launch timeline? (soft launch, beta, public launch)
- What's the launch channel? (Product Hunt, Hacker News, Twitter, email list, direct outreach)
- What's the launch goal? (signups, revenue, feedback, press)
- What launch assets are needed? (landing page, demo, video, blog post)
- Who are the first 10 customers? (specific names or types)
E. Early Traction Tactics
- What's the 30-day post-launch plan?
- What manual/unscalable things will you do? (concierge onboarding, personal outreach, hand-holding)
- What's the feedback loop? (how will you learn from early users?)
- What's the one metric that matters for the first 90 days?
- When do you pivot from manual to scalable?
4. Present Findings & Validate
Present the complete GTM plan to the user before writing. Summarise with evidence:
- Channel strategy — primary and secondary channels, with ICP behavior data supporting each choice
- Messaging framework — one-liner, value prop framing, proof points, citing specific ICP pain points addressed
- Pricing strategy — model, entry point, tiers, with competitor pricing benchmarks as anchors
- Launch plan — timeline, channels, goals, assets needed, citing trigger events that inform timing
- Early traction tactics — 30/60/90 day plan, the one metric that matters, with journey data supporting the traction approach
If the session is already in Plan mode, prefer request_user_input; otherwise ask in plain text:
- "Does this capture the go-to-market plan? What constraints, missing facts, or weak assumptions should I adjust?"
Continue until the user confirms. Only then proceed to writing.
5. Populate Next Steps
Before writing, check which files exist to populate the ## Next Steps section contextually. Include a Recommended item (the single highest-impact next step given current project state) with a one-line reason, followed by Other options (2–4 alternatives). Use this format in the output:
Next Steps
Recommended: [recommended skill] — [one-line reason why this is the highest-impact next action given current state]
Other options:
$skill — [description]
- ...
Recommendation priority:
- IF downstream impact is Major: recommend
$reconcile-research — [N] conflicts found in downstream docs need resolution before other work
- Otherwise, recommend the first applicable from this list:
- IF no
research/growth-model.md: $growth-model — design compounding growth loops to make the GTM strategy sustainable
- IF
specs/ exist and no tasks/roadmap.md: check .agents/project.json.enabled_packs for agent-work-admin — if agent-work-admin is not enabled, recommend $pack install agent-work-admin first; if agent-work-admin is enabled, recommend $roadmap — plan the build with launch milestones from above
- IF no
research/metrics.md: $metrics — define success metrics for the launch goals
- IF open questions need research:
$experiment [top question] — validate the most critical open question
- IF
tasks/roadmap.md exists: $exec — start executing — the GTM plan is set
Other options (include all applicable items not chosen as recommended):
- IF
specs/ exist and no tasks/roadmap.md: check .agents/project.json.enabled_packs for agent-work-admin — if agent-work-admin is not enabled, recommend $pack install agent-work-admin first; if agent-work-admin is enabled, recommend $roadmap — Plan the build with launch milestones from above
- IF no
research/metrics.md: $metrics — Define success metrics for the launch goals
- IF open questions need research:
$experiment [top question] — Validate the most critical open question
- IF
tasks/roadmap.md exists: $exec — Start executing — the GTM plan is set
- IF no
research/journey-map.md: check .agents/project.json.enabled_packs for customer-lifecycle — if customer-lifecycle is not enabled, recommend $pack install customer-lifecycle first; if customer-lifecycle is enabled, recommend $journey-map — Map the customer journey to validate funnel assumptions
- IF no
research/growth-model.md: $growth-model — Design compounding growth loops to sustain GTM momentum
- IF no
research/positioning.md: check .agents/project.json.enabled_packs for business-discovery — if business-discovery is not enabled, recommend $pack install business-discovery first; if business-discovery is enabled, recommend $positioning — Define strategic positioning — messaging should flow from positioning
Impact-aware adjustments:
- IF downstream impact is Minor: annotate relevant skill suggestions with "(stale — [brief description])"
- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
6. Write Output
Only after the user has validated the findings, write the output files.
7. Downstream Impact Check
After writing, check for downstream research documents that may be affected by what was just decided. Only check documents that exist on disk.
Downstream documents to check (use {app}/ prefix when app scope is active):
For each existing downstream document:
- Read it — focus on
> Based on: header, ## Summary, and sections that reference concepts this skill just defined or changed
- Identify specific conflicts: claims, assumptions, or references that contradict what was just decided. Examples:
- A pricing model reference that contradicts the pricing strategy just defined
- Channel strategy assumptions that have shifted
- Launch timeline or traction targets that no longer align
- Note each conflict: downstream file, section, the stale claim (quote it), and what it should now say
Classify the impact:
- None: No downstream documents exist, or no conflicts found. Skip display entirely.
- Minor (1–2 small conflicts): Display conflicts to user inline.
- Major (3+ conflicts OR a foundational assumption changed — e.g., pricing model changed, primary channel shifted, launch timeline moved significantly): Display conflicts and strongly recommend
$reconcile-research.
Display to the user after showing the written file confirmation. This should be quick — one read per downstream doc, scan for conflicts against key decisions. Not a deep reconciliation.
Output
research/gtm.md (or research/{app}/gtm.md)
# Go-to-Market Plan
> Based on: research/icp.md (or research/{app}/icp.md)[, research/competitive-analysis.md, research/journey-map.md, research/customer-feedback.md]
> Date: [current date]
## Summary
[2-3 sentences: the core GTM thesis — who you're targeting, how you'll reach them, and what makes this approach viable]
## Channel Strategy
### Primary Channel: [channel name]
**Why**: [rationale grounded in ICP behavior and competitive gaps]
**How**: [specific tactics]
**Cost**: [budget/resource requirement]
**Timeline**: [when this ramps up]
### Secondary Channel: [channel name]
**Why**: [rationale]
**How**: [specific tactics]
### Channels Explicitly Deprioritized
[Channels considered and rejected, with reasoning — prevents revisiting]
## Messaging Framework
### One-Liner
[The sentence that makes the ICP lean in]
### Value Prop Framing
**Primary frame**: [save time / save money / reduce risk / unlock capability]
**Pain point addressed**: [from ICP pain map]
**Proof points**: [metrics, testimonials, demos]
### Positioning vs. Competitors
[How messaging differentiates from top 2-3 competitors]
## Pricing Strategy
### Model
[Freemium / free trial / paid-only / usage-based / seat-based]
### Entry Point
**Price**: [amount]
**Comparable**: [what the ICP currently pays for alternatives]
**Includes**: [what's in the base tier]
### Tiers (if applicable)
| Tier | Price | Target Segment | Key Differentiator |
|------|-------|----------------|-------------------|
| ... | ... | ... | ... |
### Upgrade Triggers
[What causes users to move up tiers]
## Launch Plan
### Timeline
[Soft launch → beta → public launch dates and goals]
### Launch Channel(s)
[Where and how — specific platforms and tactics]
### Launch Assets Needed
- [ ] [Asset 1]
- [ ] [Asset 2]
### First 10 Customers
[Who they are, how to reach them, why they'd say yes]
## Early Traction — 30/60/90 Days
### First 30 Days
[Manual, unscalable tactics — concierge onboarding, personal outreach]
### Days 30-60
[Start systematizing what works — templates, automation, repeatable processes]
### Days 60-90
[Scale what's working, drop what isn't — the metric that decides]
### The One Metric That Matters
[The single metric for the first 90 days, with target]
## Open Questions
[Decisions deferred, experiments to run, things that need real-world data]
<!-- Only include this section when downstream impact is Minor or Major. Omit entirely for None. -->
## Downstream Impact
> Checked: [list of downstream docs checked]
> Impact: Minor | Major
### Conflicts Found
1. **research/[file].md** — [Section Name]
- **Stale**: "[exact quote from downstream doc]"
- **Now**: [what this skill's output says instead]
[For Major only:]
> **Recommended action**: Run `$reconcile-research` to audit and fix all affected downstream documents.
## Next Steps
**Recommended:** `$skill` — [one-line reason]
Other options:
- [conditional items from step 4 — only include items whose conditions are met]
research/gtm-interview.md (or research/{app}/gtm-interview.md)
Raw interview log — questions, options presented, user responses, and a closing summary of key decisions.
Create the research/ directory if it doesn't exist.
Task Classification
When this skill produces follow-up work, file it by execution semantics:
- Immediately actionable implementation or documentation work goes in
tasks/todo.md.
- Human-only external actions tied to automated steps go in
tasks/manual-todo.md with _(blocks: Step N.X)_ or _(after: Step N.X)_; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in tasks/todo.md.
- One-time condition-gated records, baselines, or future measurements go in
tasks/record-todo.md with source, condition, non-blocking reason, evidence, and promotion rule.
- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in
tasks/recurring-todo.md with cadence, owner/agent, next due, evidence path, and escalation conditions.
- Do not put non-blocking records or recurring obligations in
tasks/todo.md unless they have been explicitly promoted into current execution work.
Constraints
- Requires ICP. Cannot build a GTM plan without knowing who you're selling to.
- Ground in research. Every channel, message, and pricing decision should trace back to ICP insights, competitive gaps, or customer feedback.
- Be specific. "Use social media" is not a channel strategy. "Post weekly technical deep-dives on Twitter targeting DevOps engineers who follow [competitor]" is.
- Present before writing. Never write output files until findings have been presented and validated.
- Don't prescribe product changes. GTM is about reaching and converting the market with what exists. Product gaps belong in
$mvp-gap or $brainstorm.
- Do not overwrite existing
research/gtm.md (or research/{app}/gtm.md) without asking the user first.
Alignment Page
When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following ALIGNMENT-PAGE.md in this skill's directory. Output: alignment/gtm-{topic}.html.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: gtm-53description: Go-to-market planning — channel strategy, messaging, pricing, launch plan, and early traction tactics4---5
6## Pack Availability Guard
7
8Before telling the user to run a skill from another project-local pack, check `.agents/project.json.enabled_packs`. If the target pack is not enabled, recommend `$pack install <pack>` instead of the target skill. Global skills are always valid. Skills from this same pack are valid because the current skill is already running from that pack.
9
10# GTM — Go-to-Market Planning
11
12Invoke as `$gtm`.
13
14## Report-First Approval Gate
15
16Default to report-only: present findings, evidence coverage, assumptions, recommended artifact path, and proposed file changes in a pre-approval alignment page plus a concise conversation summary for user approval before creating or updating canonical research, spec, or task files.
17
18Do not write or overwrite synthesized deliverables until the user explicitly approves, unless the user invoked an explicit write/update/fix mode or clearly asked to write files upfront. Raw evidence capture may be persisted before analysis when reproducibility requires it; report those raw paths separately and still gate synthesized research/report writes.
19
20When stopping for approval, build and attempt to open the alignment preview page first, then ask the user to review it and approve, question, or request adjustments. Do not include `Recommended next skill`, `Recommended next command`, or downstream routing language. The approval request itself is the next action. Only emit next-skill routing after the approved artifact has been written or updated.
21
22Research-first skill that builds a go-to-market plan grounded in ICP research and competitive landscape. Covers channel strategy, messaging framework, pricing, launch plan, and early traction tactics.
23
24## Prerequisites
25
26- **Hard**: `research/icp.md` (or `research/{app}/icp.md` in monorepo mode) must exist. If not, tell the user to run `$icp` first and stop.
27- **Soft**: Read `research/competitive-analysis.md` (or `research/{app}/competitive-analysis.md`), `research/journey-map.md` (or `research/{app}/journey-map.md`), `research/customer-feedback.md` (or `research/{app}/customer-feedback.md`) if they exist — these improve specificity but aren't required.
28
29## Process
30
31### 0. App Scope Resolution (Monorepo Support)
32
33Before checking prerequisites, determine the app scope:
34
351. If `$ARGUMENTS` specifies an app name matching a subdirectory of `research/`, use it.
362. If `research/` contains subdirectories (excluding files), list them and ask the user which app to target. If the session is already in Plan mode and there are 2-3 concrete choices, prefer `request_user_input`; otherwise ask in plain text. If only one subdirectory exists, use it automatically.
373. If no subdirectories exist, proceed with flat structure (single-product mode).
38
39When app scope `{app}` is active:
40- Read/write research from `research/{app}/` instead of `research/`
41- Read/write specs from `specs/{app}/` instead of `specs/`
42- Also read `research/icp.md` (cross-app overview) for broader context
43
44### 1. Product Path Manifest
45
46Read `research/.progress.yaml` when present. Normalize `active_path` (singular legacy) to `active_paths` (plural list) when reading. Scope GTM strategy to the active product path by default. When GTM channels or messaging would serve a deferred product path better than the active one, add a `## Product Path Implications` section recommending `$product-line fork` or noting the impact.
47
48### 2. Load Context
49
50- Read `research/icp.md` (or `research/{app}/icp.md`) — ICP segments, pain points, value props, trigger events, current-state journey
51- Read `research/competitive-analysis.md` (or `research/{app}/competitive-analysis.md`) if it exists — competitor positioning, pricing, channels, market gaps
52- Read `research/journey-map.md` (or `research/{app}/journey-map.md`) if it exists — customer journey stages, discovery channels, conversion triggers
53- Read `research/customer-feedback.md` (or `research/{app}/customer-feedback.md`) if it exists — real customer language, validated/invalidated assumptions
54- Read `research/positioning.md` (or `research/{app}/positioning.md`) if it exists — positioning framework that messaging should flow from
55- Read CLAUDE.md and README if they exist — product context
56
57### 3. Interview
58
59Codex interview cadence is one primary decision question per turn by default. Use short follow-up bullets only when they clarify the same GTM decision, not to batch unrelated questions. If the session is already in Plan mode, `request_user_input` may present 2-3 concrete choices for the current decision; otherwise ask one concise plain-text question.
60
61**Research and recommend by default.** For each decision point, use web search, upstream research docs (`research/*.md`), and codebase analysis to gather evidence before asking the user. Assume the user has no insider knowledge unless they explicitly provide it. Present findings with data, define any relevant terms, state a recommendation with reasoning, and ask the user to approve, adjust, or override based on hard constraints, proprietary facts, or corrections. Only ask the user to choose without a recommendation when the decision genuinely depends on internal constraints, personal preferences, or strategic bets that cannot be inferred from evidence.
62
63Cover these areas (skip or abbreviate areas the user has already addressed in `$ARGUMENTS`):
64
65#### A. Channel Strategy
66- Where does the ICP hang out? (communities, platforms, events, publications)
67- Which channels do competitors use? Where are the gaps?
68- What's the primary acquisition channel? (content, community, outbound, product-led, partnerships)
69- What's the secondary/backup channel?
70- What's the budget and resource constraint? (bootstrapped, funded, team size)
71
72#### B. Messaging Framework
73- IF `research/positioning.md` exists: use positioning statement, market category, unique attributes, and value mapping as the foundation for messaging — do not contradict positioning decisions
74- What's the one-liner? (the sentence that makes the ICP lean in — should flow from positioning statement)
75- What's the primary value prop framing? (save time, save money, reduce risk, unlock capability — should align with positioning value mapping)
76- What pain point does the headline address? (from ICP pain map)
77- What proof points exist? (metrics, testimonials, case studies, demos)
78- How does positioning differ from competitors? (from positioning.md if it exists, otherwise from competitive analysis)
79
80#### C. Pricing Strategy
81- What's the pricing model? (freemium, free trial, paid-only, usage-based, seat-based)
82- What's the entry price point? What does the ICP currently pay for alternatives?
83- What triggers the upgrade? (usage limits, team features, advanced capabilities)
84- Are there pricing tiers? What differentiates them?
85- How does pricing compare to competitors?
86
87#### D. Launch Plan
88- What's the launch timeline? (soft launch, beta, public launch)
89- What's the launch channel? (Product Hunt, Hacker News, Twitter, email list, direct outreach)
90- What's the launch goal? (signups, revenue, feedback, press)
91- What launch assets are needed? (landing page, demo, video, blog post)
92- Who are the first 10 customers? (specific names or types)
93
94#### E. Early Traction Tactics
95- What's the 30-day post-launch plan?
96- What manual/unscalable things will you do? (concierge onboarding, personal outreach, hand-holding)
97- What's the feedback loop? (how will you learn from early users?)
98- What's the one metric that matters for the first 90 days?
99- When do you pivot from manual to scalable?
100
101### 4. Present Findings & Validate
102
103**Present the complete GTM plan to the user before writing.** Summarise with evidence:
1041. Channel strategy — primary and secondary channels, with ICP behavior data supporting each choice
1052. Messaging framework — one-liner, value prop framing, proof points, citing specific ICP pain points addressed
1063. Pricing strategy — model, entry point, tiers, with competitor pricing benchmarks as anchors
1074. Launch plan — timeline, channels, goals, assets needed, citing trigger events that inform timing
1085. Early traction tactics — 30/60/90 day plan, the one metric that matters, with journey data supporting the traction approach
109
110If the session is already in Plan mode, prefer `request_user_input`; otherwise ask in plain text:
111- "Does this capture the go-to-market plan? What constraints, missing facts, or weak assumptions should I adjust?"
112
113Continue until the user confirms. Only then proceed to writing.
114
115### 5. Populate Next Steps
116
117Before writing, check which files exist to populate the `## Next Steps` section contextually. Include a **Recommended** item (the single highest-impact next step given current project state) with a one-line reason, followed by **Other options** (2–4 alternatives). Use this format in the output:
118
119## Next Steps
120
121**Recommended:** [recommended skill] — [one-line reason why this is the highest-impact next action given current state]
122
123Other options:
124- `$skill` — [description]
125- ...
126
127**Recommendation priority:**
1281. IF downstream impact is **Major**: recommend `$reconcile-research` — [N] conflicts found in downstream docs need resolution before other work
1292. Otherwise, recommend the first applicable from this list:
130 - IF no `research/growth-model.md`: `$growth-model` — design compounding growth loops to make the GTM strategy sustainable
131 - IF `specs/` exist and no `tasks/roadmap.md`: check `.agents/project.json.enabled_packs` for `agent-work-admin` — if `agent-work-admin` is not enabled, recommend `$pack install agent-work-admin` first; if `agent-work-admin` is enabled, recommend `$roadmap` — plan the build with launch milestones from above
132 - IF no `research/metrics.md`: `$metrics` — define success metrics for the launch goals
133 - IF open questions need research: `$experiment [top question]` — validate the most critical open question
134 - IF `tasks/roadmap.md` exists: `$exec` — start executing — the GTM plan is set
135
136**Other options** (include all applicable items not chosen as recommended):
137- IF `specs/` exist and no `tasks/roadmap.md`: check `.agents/project.json.enabled_packs` for `agent-work-admin` — if `agent-work-admin` is not enabled, recommend `$pack install agent-work-admin` first; if `agent-work-admin` is enabled, recommend `$roadmap` — Plan the build with launch milestones from above
138- IF no `research/metrics.md`: `$metrics` — Define success metrics for the launch goals
139- IF open questions need research: `$experiment [top question]` — Validate the most critical open question
140- IF `tasks/roadmap.md` exists: `$exec` — Start executing — the GTM plan is set
141- IF no `research/journey-map.md`: check `.agents/project.json.enabled_packs` for `customer-lifecycle` — if `customer-lifecycle` is not enabled, recommend `$pack install customer-lifecycle` first; if `customer-lifecycle` is enabled, recommend `$journey-map` — Map the customer journey to validate funnel assumptions
142- IF no `research/growth-model.md`: `$growth-model` — Design compounding growth loops to sustain GTM momentum
143- IF no `research/positioning.md`: check `.agents/project.json.enabled_packs` for `business-discovery` — if `business-discovery` is not enabled, recommend `$pack install business-discovery` first; if `business-discovery` is enabled, recommend `$positioning` — Define strategic positioning — messaging should flow from positioning
144
145**Impact-aware adjustments:**
146- IF downstream impact is **Minor**: annotate relevant skill suggestions with "(stale — [brief description])"
147- If downstream impact has not been classified yet, run the downstream impact check against the proposed output before selecting the final recommendation. Do not emit a Minor/Major impact recommendation speculatively.
148
149### 6. Write Output
150
151Only after the user has validated the findings, write the output files.
152
153### 7. Downstream Impact Check
154
155After writing, check for downstream research documents that may be affected by what was just decided. Only check documents that exist on disk.
156
157**Downstream documents to check** (use `{app}/` prefix when app scope is active):
158- `research/monetization.md`
159
160For each existing downstream document:
1611. Read it — focus on `> Based on:` header, `## Summary`, and sections that reference concepts this skill just defined or changed
1622. Identify **specific conflicts**: claims, assumptions, or references that contradict what was just decided. Examples:
163 - A pricing model reference that contradicts the pricing strategy just defined
164 - Channel strategy assumptions that have shifted
165 - Launch timeline or traction targets that no longer align
1663. Note each conflict: downstream file, section, the stale claim (quote it), and what it should now say
167
168**Classify the impact**:
169- **None**: No downstream documents exist, or no conflicts found. Skip display entirely.
170- **Minor** (1–2 small conflicts): Display conflicts to user inline.
171- **Major** (3+ conflicts OR a foundational assumption changed — e.g., pricing model changed, primary channel shifted, launch timeline moved significantly): Display conflicts and strongly recommend `$reconcile-research`.
172
173Display to the user after showing the written file confirmation. This should be quick — one read per downstream doc, scan for conflicts against key decisions. Not a deep reconciliation.
174
175## Output
176
177### `research/gtm.md` (or `research/{app}/gtm.md`)
178
179```markdown
180# Go-to-Market Plan
181
182> Based on: research/icp.md (or research/{app}/icp.md)[, research/competitive-analysis.md, research/journey-map.md, research/customer-feedback.md]
183> Date: [current date]
184
185## Summary
186[2-3 sentences: the core GTM thesis — who you're targeting, how you'll reach them, and what makes this approach viable]
187
188## Channel Strategy
189
190### Primary Channel: [channel name]
191**Why**: [rationale grounded in ICP behavior and competitive gaps]
192**How**: [specific tactics]
193**Cost**: [budget/resource requirement]
194**Timeline**: [when this ramps up]
195
196### Secondary Channel: [channel name]
197**Why**: [rationale]
198**How**: [specific tactics]
199
200### Channels Explicitly Deprioritized
201[Channels considered and rejected, with reasoning — prevents revisiting]
202
203## Messaging Framework
204
205### One-Liner
206[The sentence that makes the ICP lean in]
207
208### Value Prop Framing
209**Primary frame**: [save time / save money / reduce risk / unlock capability]
210**Pain point addressed**: [from ICP pain map]
211**Proof points**: [metrics, testimonials, demos]
212
213### Positioning vs. Competitors
214[How messaging differentiates from top 2-3 competitors]
215
216## Pricing Strategy
217
218### Model
219[Freemium / free trial / paid-only / usage-based / seat-based]
220
221### Entry Point
222**Price**: [amount]
223**Comparable**: [what the ICP currently pays for alternatives]
224**Includes**: [what's in the base tier]
225
226### Tiers (if applicable)
227| Tier | Price | Target Segment | Key Differentiator |
228|------|-------|----------------|-------------------|
229| ... | ... | ... | ... |
230
231### Upgrade Triggers
232[What causes users to move up tiers]
233
234## Launch Plan
235
236### Timeline
237[Soft launch → beta → public launch dates and goals]
238
239### Launch Channel(s)
240[Where and how — specific platforms and tactics]
241
242### Launch Assets Needed
243- [ ] [Asset 1]
244- [ ] [Asset 2]
245
246### First 10 Customers
247[Who they are, how to reach them, why they'd say yes]
248
249## Early Traction — 30/60/90 Days
250
251### First 30 Days
252[Manual, unscalable tactics — concierge onboarding, personal outreach]
253
254### Days 30-60
255[Start systematizing what works — templates, automation, repeatable processes]
256
257### Days 60-90
258[Scale what's working, drop what isn't — the metric that decides]
259
260### The One Metric That Matters
261[The single metric for the first 90 days, with target]
262
263## Open Questions
264[Decisions deferred, experiments to run, things that need real-world data]
265
266<!-- Only include this section when downstream impact is Minor or Major. Omit entirely for None. -->
267## Downstream Impact
268
269> Checked: [list of downstream docs checked]
270> Impact: Minor | Major
271
272### Conflicts Found
273
2741. **research/[file].md** — [Section Name]
275 - **Stale**: "[exact quote from downstream doc]"
276 - **Now**: [what this skill's output says instead]
277
278[For Major only:]
279> **Recommended action**: Run `$reconcile-research` to audit and fix all affected downstream documents.
280
281## Next Steps
282
283**Recommended:** `$skill` — [one-line reason]
284
285Other options:
286- [conditional items from step 4 — only include items whose conditions are met]
287```
288
289### `research/gtm-interview.md` (or `research/{app}/gtm-interview.md`)
290Raw interview log — questions, options presented, user responses, and a closing summary of key decisions.
291
292Create the `research/` directory if it doesn't exist.
293
294## Task Classification
295
296When this skill produces follow-up work, file it by execution semantics:
297
298- Immediately actionable implementation or documentation work goes in `tasks/todo.md`.
299- Human-only external actions tied to automated steps go in `tasks/manual-todo.md` with `_(blocks: Step N.X)_` or `_(after: Step N.X)_`; repo edits, SDK wiring, generated assets, local commands, tests, audits, and authenticated CLI/API work stay in `tasks/todo.md`.
300- One-time condition-gated records, baselines, or future measurements go in `tasks/record-todo.md` with source, condition, non-blocking reason, evidence, and promotion rule.
301- Cadence-based reviews, playtests, adoption checks, investor updates, retros, or docs-health checks go in `tasks/recurring-todo.md` with cadence, owner/agent, next due, evidence path, and escalation conditions.
302- Do not put non-blocking records or recurring obligations in `tasks/todo.md` unless they have been explicitly promoted into current execution work.
303
304## Constraints
305
306- **Requires ICP.** Cannot build a GTM plan without knowing who you're selling to.
307- **Ground in research.** Every channel, message, and pricing decision should trace back to ICP insights, competitive gaps, or customer feedback.
308- **Be specific.** "Use social media" is not a channel strategy. "Post weekly technical deep-dives on Twitter targeting DevOps engineers who follow [competitor]" is.
309- **Present before writing.** Never write output files until findings have been presented and validated.
310- **Don't prescribe product changes.** GTM is about reaching and converting the market with what exists. Product gaps belong in `$mvp-gap` or `$brainstorm`.
311- **Do not overwrite existing `research/gtm.md`** (or `research/{app}/gtm.md`) without asking the user first.
312
313## Alignment Page
314
315When this skill produces durable deliverables (research, specs, plans, reports, prototypes, or any document output), build a full-depth HTML alignment page following `ALIGNMENT-PAGE.md` in this skill's directory. Output: `alignment/gtm-{topic}.html`.
316
317## Default Shipping Contract
318
319Follow the shared shipping contract convention in CLAUDE.md.