II.
LibraryProcess overview
Reference · livelib-process:product-management--product-launch-gtm
specializations/product-management/product-launch-gtm overview
Product Launch Checklist and Go-To-Market (GTM) Plan - Comprehensive process for planning and executing successful product launches including pre-launch checklist, GTM strategy development, messaging framework, channel strategy, launch timeline, success metrics definition, and post-launch monitoring. Covers market positioning, competitive analysis, launch tiers, stakeholder coordination, and continuous optimization.
Attributes
displayName
specializations/product-management/product-launch-gtm
description
Product Launch Checklist and Go-To-Market (GTM) Plan - Comprehensive process for planning and
executing successful product launches including pre-launch checklist, GTM strategy development, messaging framework,
channel strategy, launch timeline, success metrics definition, and post-launch monitoring. Covers market positioning,
competitive analysis, launch tiers, stakeholder coordination, and continuous optimization.
libraryPath
library/specializations/product-management/product-launch-gtm.js
specialization
product-management
references
- - Crossing the Chasm: https://www.harpercollins.com/products/crossing-the-chasm-3rd-edition-geoffrey-a-moore
- - Product Marketing Alliance GTM: https://productmarketingalliance.com/go-to-market-strategy/
- - Pragmatic Institute Framework: https://www.pragmaticinstitute.com/resources/articles/product/product-launch-checklist/
- - Reforge Product Strategy: https://www.reforge.com/blog/product-launch-strategy
example
const result = await orchestrate('specializations/product-management/product-launch-gtm', {
productName: 'AI-Powered Analytics Dashboard',
launchType: 'major', // 'major', 'minor', 'feature', 'beta'
targetAudience: {
segments: ['enterprise', 'mid-market'],
personas: ['data-analyst', 'business-intelligence-manager'],
geographies: ['North America', 'Europe']
},
launchDate: '2026-06-15',
launchTier: 'tier-1', // 'tier-1' (full), 'tier-2' (limited), 'tier-3' (soft)
marketType: 'existing', // 'new', 'existing', 'adjacent'
competitive: {
competitors: ['Tableau', 'Power BI', 'Looker'],
differentiation: 'AI-powered automated insights'
}
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:product-management·SpecializationProduct Management
lib_implements_workflow3
- workflow:product-discovery·WorkflowProduct Discovery
- workflow:competitive-analysis·WorkflowCompetitive Analysis
- workflow:team-formation·WorkflowTeam Formation
lib_involves_role2
- role:product-manager·RoleProduct Manager
- role:product-analyst·RoleProduct Analyst
lib_requires_skill_area2
- skill-area:product-strategy·SkillAreaProduct Strategy
- skill-area:product-analytics·SkillAreaProduct Analytics
Incoming edges
None.