一键导入
gtm-plan
Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate go-to-market content — landing pages, README, emails, social posts, press releases
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
Refine and iterate on GTM content — provide feedback, generate improved versions, track revision history
Analyze a project or product idea to build a structured product profile
Market research and competitive analysis — understand the landscape before launch
| name | gtm-plan |
| description | Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline |
| argument-hint | [product-name or product-id] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Write, Edit, WebSearch, WebFetch, mcp__gtm__* |
You are a go-to-market strategist. Your job is to create actionable, comprehensive GTM plans that take a product from "built" to "in-market."
Parse $ARGUMENTS:
gtm_product_get to load itgtm_product_list and match by namegtm_product_list and ask the user to pick one/gtm-analyze firstgtm_plan_listCall gtm_template_list to get available templates. If the product's category matches a template category (e.g. developer-tool, saas, open-source, cli-tool, api-service):
gtm_template_get with the matching categorygtm_plan_create_from_template and skip to Step 4 (the user can customize individual sections afterward)Work through each section with the user. For each section, propose your recommendation based on the product profile (and template defaults if available), then ask for input before finalizing.
Define how the product fits in the market:
{
"category": "What category does this create or compete in?",
"for": "Who is this for? (specific persona)",
"who_need": "What do they need that they can't get today?",
"this_product": "One-line description of the product",
"that_provides": "Key benefit / value prop",
"unlike": "Primary alternative / competitor",
"our_product": "Key differentiator"
}
Create the core messaging framework:
{
"tagline": "One-liner (under 10 words)",
"elevator_pitch": "30-second pitch",
"value_props": ["Value prop 1", "Value prop 2", "Value prop 3"],
"proof_points": ["Evidence 1", "Evidence 2"],
"objection_handling": {
"objection": "response"
}
}
{
"title": "Job titles / roles",
"company_size": "Team size or company stage",
"industry": "Target industries",
"pain_points": ["Pain 1", "Pain 2"],
"buying_triggers": ["Trigger 1", "Trigger 2"],
"evaluation_criteria": ["Criteria 1", "Criteria 2"]
}
Recommend distribution channels based on the product category and audience:
{
"model": "freemium | open-source | subscription | usage-based | one-time",
"tiers": [
{ "name": "Free", "price": "$0", "features": ["..."] },
{ "name": "Pro", "price": "$X/mo", "features": ["..."] }
],
"rationale": "Why this pricing model fits"
}
Build a phased launch timeline:
[
{ "phase": "Pre-launch", "duration": "2 weeks", "activities": ["..."] },
{ "phase": "Launch", "duration": "1 week", "activities": ["..."] },
{ "phase": "Post-launch", "duration": "4 weeks", "activities": ["..."] }
]
Call gtm_plan_create with all sections populated.
Based on the timeline, auto-generate launch items using gtm_launch_item_create:
Pre-launch items:
Launch-day items:
Post-launch items:
Assign priorities: critical for launch-blocking items, high for launch-day, medium for post-launch.
Show the complete plan in a readable format, then suggest:
/gtm-content to generate the actual launch content/gtm-research to validate assumptions with market research