pm-go-to-market
v2.1.0Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.
by Paweł HurynMIT25kupdated 1 month ago
Source
git clone https://github.com/phuryn/pm-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pm-go-to-market/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/beachhead-segment/SKILL.md├── skills/competitive-battlecard/SKILL.md├── skills/growth-loops/SKILL.md├── skills/gtm-motions/SKILL.md├── skills/gtm-strategy/SKILL.md└── skills/ideal-customer-profile/SKILL.md
Skills6
Identify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.
Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'
Identify growth loops (flywheels) for sustainable traction. Evaluates 5 loop types: Viral, Usage, Collaboration, User-Generated, and Referral. Use when designing growth mechanisms, building product-led traction, or understanding how growth loops work.
Identify the best GTM motions and tools across 7 motion types: Inbound, Outbound, Paid Digital, Community, Partners, ABM, and PLG. Use when selecting marketing channels, choosing between inbound and outbound strategy, or planning cross-channel campaigns.
Create a go-to-market strategy covering marketing channels, messaging, success metrics, and launch timeline. Use when planning a product launch, creating a GTM plan from scratch, or defining a launch strategy for a new market.
Identify the Ideal Customer Profile (ICP) from research data with demographics, behaviors, JTBD, and needs. Use when defining your ICP, analyzing PMF survey data, or understanding who your best customers are.
Manifests1
{
"name": "pm-go-to-market",
"version": "2.1.0",
"description": "Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.",
"author": {
"name": "Paweł Huryn",
"email": "pawel@productcompass.pm",
"url": "https://www.productcompass.pm"
},
"keywords": [
"product-management",
"go-to-market",
"gtm",
"growth-loops",
"icp",
"launch"
],
"homepage": "https://www.productcompass.pm",
"license": "MIT"
}