🚀 AI GTM Skill Library

A library of 31 opinionated GTM skills for Claude Code and GitHub Copilot

Skills Frameworks License: MIT How To Use


What this solves

GTM teams produce the same artifacts over and over — positioning frameworks, launch plans, battle cards, renewal playbooks, forecast models, EBR decks. The work is often repeated from scratch because the playbook lives in someone's head, in a slide somewhere, or in last quarter's deck.

This library replaces that with 31 named skills, each one a self-contained Markdown file that teaches an AI coding assistant how to produce a specific GTM artifact. A skill encodes:

  • An opinionated framework (a named mnemonic, e.g. PULSE, THRIVE, FORECAST)
  • The structured process to apply it
  • The exact output spec (sections, tables, file names)
  • The other skills it pairs with upstream and downstream

The result: the assistant produces the same caliber of artifact each time, in minutes instead of days, and the output is consistent across people and across projects.

Who it's for

Audience What they get
Founders & GTM leads A repeatable engine from market signal through renewal — no "let me build the deck again"
Product marketing Positioning, launch comms, competitive briefs, and battle cards with consistent structure
Sales & RevOps Pipeline forecasts, renewal playbooks, ARR analytics, and battle cards on demand
Customer success Health-score design, risk playbooks, EBR templates, and VoC operating cadence
Solo operators A senior GTM bench you can call by name through Claude Code or GitHub Copilot

Contents


Quickstart

# 1. Clone the repo
git clone https://github.com/varunk130/ai-gtm-skill-library.git

# 2. Install all 31 skills for Claude Code
mkdir -p ~/.claude/skills
cp -r ai-gtm-skill-library/gtm-skills/*    ~/.claude/skills/
cp -r ai-gtm-skill-library/revops-skills/* ~/.claude/skills/

# 3. Restart Claude Code, then invoke a skill by name:
#      signal-radar          — macro-market signal detection
#      position-lock         — brand positioning architecture
#      launch-command        — full launch orchestration
#      flywheel-sync         — audit health of the full skill system

First-time setup, GitHub Copilot integration, and FAQs are in the How to Use Guide.


Lifecycle overview

flowchart LR
    D[Discover<br/>2 skills]:::p1 --> DE[Design<br/>2 skills]:::p2 --> P[Position<br/>4 skills]:::p3 --> A[Amplify<br/>5 skills]:::p4 --> L[Launch<br/>3 skills]:::p5 --> O[Optimize<br/>3 skills]:::p6 --> R[RevOps<br/>10 skills]:::p7
    R -.-> D
    FS[flywheel-sync · gtm-exec-plan<br/>system + orchestrator]:::sys
    FS -.- D & DE & P & A & L & O & R

    classDef p1 fill:#0078D4,color:#fff,stroke:#005A9E
    classDef p2 fill:#00B7C3,color:#fff,stroke:#008B94
    classDef p3 fill:#5C2D91,color:#fff,stroke:#451F6E
    classDef p4 fill:#FF8C00,color:#fff,stroke:#CC7000
    classDef p5 fill:#D13438,color:#fff,stroke:#A4262C
    classDef p6 fill:#107C10,color:#fff,stroke:#0B6A0B
    classDef p7 fill:#8764B8,color:#fff,stroke:#5C4399
    classDef sys fill:#B4009E,color:#fff,stroke:#8C0078

Seven lifecycle phases (Discover → Design → Position → Amplify → Launch → Optimize → RevOps), 29 domain skills, plus 2 system skills in a separate orchestration layer (flywheel-sync audits the system, gtm-exec-plan orchestrates an executive deliverable).


Skills catalog

Discover (2)

Skill Framework Description
signal-radar PULSE Macro-market signal detection across tech, regulatory, buyer, ecosystem, cultural vectors
whitespace-finder DEPTH Maps gaps between market demand and existing solutions with opportunity scoring

Design (2)

Skill Framework Description
market-analyzer SCOPE Investment-grade market analysis beyond TAM/SAM/SOM with segment deep dives
journey-architect 7-GATE End-to-end customer journey with gated progression and friction scoring

Position (4)

Skill Framework Description
position-lock PRISM Brand positioning architecture with L0-L5 message cascade
battle-scanner ARMOR Competitive intelligence with response prediction and battle cards
competitive-exec-brief SHARP Executive-ready competitive brief with 1-slide PPTX output
competitive-battlecard BATTLE On-demand sales battlecards: objections, trap questions, "do not say" list

Amplify (5)

Skill Framework Description
demand-engine WAVE Multi-channel demand-gen strategy with channel scoring and budget allocation
enablement-forge CRAFT Sales / marketing asset creation from pitch decks to objection handlers
partner-blueprint BRIDGE Partner strategy: identify, score, and structure partnerships with co-GTM plans
community-catalyst LOOP PLG and community strategy with viral loops and K-factor modeling
abm-playbook TIER ABM playbook: tiered account list, buying-group maps, coordinated plays

Launch (3)

Skill Framework Description
launch-command IGNITE Launch orchestration with 8 workstreams, 4 gates, and go/no-go scoring
product-announcement HERALD Coordinated multi-channel launch comms — press, social, internal
launch-debrief MIRROR Post-launch retrospective with 5-Whys root cause and improvement scoring

Optimize (3)

Skill Framework Description
budget-allocator APEX Budget optimization with portfolio theory, scenarios, experiment reserves
launch-pulse VITAL GTM analytics architecture: metrics pyramid, dashboards, alerts, attribution
growth-loop ANCHOR Retention and expansion strategy with health scoring and advocacy programs

RevOps (10)

Skill Framework Description
customer-success THRIVE Coverage tiering, health scoring, risk playbooks, expansion motion
customer-analytics LENS Lifecycle, engagement scoring, NRR decomposition, segment behavior
customer-advocacy AMPLIFY Reference / case study / review pipeline + influence-to-revenue attribution
lead-nurture NURTURE Multi-track nurture, scoring, MQL→SQL handoff, cold-lead revival
loyalty-lifecycle BOND Tiered loyalty, lifecycle journeys, retention economics
referral-program RIPPLE Viral-loop design, K-factor, fraud / cannibalization controls
renewal-orchestration RENEW T-180 risk scoring, multi-thread engagement, expansion-at-renewal
revenue-analytics LADDER ARR waterfall, leading indicators, drivers, CAC payback
revenue-forecasting FORECAST Bottom-up + top-down ensemble + calibration loop
voice-of-customer ECHO Multi-source signal, theming, prioritization, loop closure

System & orchestration (2)

Skill Framework Description
flywheel-sync ORBIT Audits the full skill system, identifies bottlenecks, produces a fix roadmap
gtm-exec-plan PRIME Produces a 3-4 page executive GTM brief and a 4-slide PowerPoint deck

Common workflows

Workflow Sequence
New market entry signal-radarwhitespace-findermarket-analyzerposition-lockdemand-engine
Product launch battle-scannerposition-lockenablement-forgelaunch-commandproduct-announcementlaunch-pulse
Quarterly review flywheel-syncrevenue-analyticsgrowth-loopbudget-allocatorlaunch-debrief
Renewal quarter revenue-analyticscustomer-analyticscustomer-successrenewal-orchestrationrevenue-forecasting
Customer-led growth customer-successcustomer-advocacyreferral-programcommunity-catalyst
Executive GTM plan gtm-exec-plan (orchestrates positioning, competitive, channel, and execution automatically)

See samples/ for a full worked example: a 3-page exec brief and a 4-slide deck produced by gtm-exec-plan for the fictional ACME Insight Studio mock product, with screenshots of the formatted output.


Installation

Each skill is a standalone SKILL.md file. Install them once into your assistant's skills directory and invoke by name.

# Clone
git clone https://github.com/varunk130/ai-gtm-skill-library.git
cd ai-gtm-skill-library

# Claude Code — install both clusters
cp -r gtm-skills/*    ~/.claude/skills/
cp -r revops-skills/* ~/.claude/skills/

# GitHub Copilot — install into a target repo's .github/skills
cp -r gtm-skills/*    /path/to/your-repo/.github/skills/
cp -r revops-skills/* /path/to/your-repo/.github/skills/

# Or use the installer (handles both clusters automatically)
python scripts/install.py install --platform claude
python scripts/install.py install --platform copilot
python scripts/install.py install --skill signal-radar --platform claude

For GitHub Copilot, you can also reference skills from .github/copilot-instructions.md or add them as custom instructions in Copilot Chat. Full guide in docs/HOW-TO-USE.md.

Directory layout

ai-gtm-skill-library/
├── README.md
├── docs/HOW-TO-USE.md
├── scripts/install.py            # CLI installer (Python 3.9+)
├── gtm-skills/                   # 21 GTM skills (19 lifecycle + 2 system)
│   ├── abm-playbook/             # TIER
│   ├── battle-scanner/           # ARMOR
│   ├── budget-allocator/         # APEX
│   ├── community-catalyst/       # LOOP
│   ├── competitive-battlecard/   # BATTLE
│   ├── competitive-exec-brief/   # SHARP
│   ├── demand-engine/            # WAVE
│   ├── enablement-forge/         # CRAFT
│   ├── flywheel-sync/            # ORBIT
│   ├── growth-loop/              # ANCHOR
│   ├── gtm-exec-plan/            # PRIME
│   ├── journey-architect/        # 7-GATE
│   ├── launch-command/           # IGNITE
│   ├── launch-debrief/           # MIRROR
│   ├── launch-pulse/             # VITAL
│   ├── market-analyzer/          # SCOPE
│   ├── partner-blueprint/        # BRIDGE
│   ├── position-lock/            # PRISM
│   ├── product-announcement/     # HERALD
│   ├── signal-radar/             # PULSE
│   └── whitespace-finder/        # DEPTH
├── revops-skills/                # 10 post-sale & revenue-engine skills
│   ├── customer-success/         # THRIVE
│   ├── customer-analytics/       # LENS
│   ├── customer-advocacy/        # AMPLIFY
│   ├── lead-nurture/             # NURTURE
│   ├── loyalty-lifecycle/        # BOND
│   ├── referral-program/         # RIPPLE
│   ├── renewal-orchestration/    # RENEW
│   ├── revenue-analytics/        # LADDER
│   ├── revenue-forecasting/      # FORECAST
│   └── voice-of-customer/        # ECHO
├── samples/                      # Worked examples
├── python_runtime/               # Helper utilities for skills that emit metrics
└── tests/                        # pytest coverage for the runtime utilities

Framework reference

Framework Mnemonic Core concept
PULSE _P_attern, _U_npack, _L_ayer, _S_core, _E_scalate Detect signals before they become obvious
DEPTH _D_emand, _E_xisting, _P_ain, _T_rend, _H_ypothesis Find gaps others miss
SCOPE _S_egment, _C_aliber, _O_pportunity, _P_otential, _E_dge Size markets with conviction
7-GATE Seven decision gates across the buyer journey Design journeys that convert
ARMOR _A_nalyze, _R_ank, _M_ap, _O_utmaneuver, _R_espond Compete with intelligence
SHARP _S_napshot, _H_ead-to-head, _A_ction, _R_isk, _P_itch Brief executives in 60 seconds
BATTLE _B_uyer-pain, _A_lternatives, _T_rap-questions, _T_alking-points, _L_andmines, _E_xits Sales battlecards with objection handling and "do not say" lists
PRISM _P_osition, _R_eason, _I_mpact, _S_tory, _M_essage Lock positioning across levels
WAVE _W_here, _A_udience, _V_ehicle, _E_xecute Drive demand across channels
CRAFT _C_ontext, _R_ole, _A_sset, _F_ormat, _T_one Forge assets that enable sellers
BRIDGE _B_uild, _R_each, _I_ntegrate, _D_rive, _G_row, _E_valuate Bridge to partner ecosystems
LOOP _L_aunch, _O_nboard, _O_rchestrate, _P_ropagate Create community viral loops
HERALD _H_eadline, _E_cho, _R_each, _A_lign, _L_aunch, _D_istribute Herald launches across every channel
IGNITE 8 workstreams × 4 gates Orchestrate launches with precision
APEX _A_llocate, _P_rioritize, _E_xperiment, X-optimize Optimize budget like a portfolio
VITAL _V_isibility, _I_nsight, _T_racking, _A_lert, _L_earn Build GTM analytics that matter
ANCHOR _A_cquire, _N_urture, _C_onvert, _H_old, _O_ptimize, _R_enew Anchor customers for expansion
MIRROR _M_easure, _I_dentify, _R_oot-cause, _R_ecommend, _O_wn, _R_eview Reflect honestly post-launch
ORBIT _O_bserve, _R_ate, _B_ottleneck, _I_mprove, _T_rack Keep the flywheel spinning
PRIME _P_ositioning, _R_eadiness, _I_mpact, _M_otion, _E_xecution Full GTM plan and deck in one skill
TIER _T_ier, _I_dentify-buying-group, _E_xecute-plays, _R_e-route-on-signal ABM coordination beyond targeting
THRIVE _T_ier, _H_ealth, _R_isk, _I_nsight, _V_alue, _E_xpand CS operating system tied to NRR
LENS _L_ifecycle, _E_ngagement, _N_RR-decomposition, _S_egment Customer analytics that drives action
AMPLIFY _A_dvocate, _M_otion, _P_rogram, _L_ibrary, _I_nfluence, _F_eedback, _Y_ield Advocacy as a supply chain, not a favor
NURTURE _N_eeds, _U_nderstand, _R_each, _T_rigger, _U_pgrade, _R_ecycle, _E_ngage Signal-gated lead nurture
BOND _B_ehavior, _O_ffer, _N_otification, _D_efend Loyalty programs with defensible economics
RIPPLE _R_eward, _I_nvite, _P_lacement, _P_roof, _L_oop-math, _E_valuate Referral programs with real K-factor
RENEW _R_isk, _E_ngage, _N_egotiate, _E_xpand, _W_in T-180 renewal motion + expansion-at-renewal
LADDER _L_eading, _A_ttribution, _D_river, _D_iagnosis, _E_xpansion, _R_etention Revenue analytics beyond ARR totals
FORECAST _F_oundations, _O_utlook, _R_un-rate, _E_nsemble, _C_alibration, _A_djust, _S_cenarios, _T_rack Calibrated, defensible forecasts
ECHO _E_licit, _C_ategorize, _H_ighlight, _O_perationalize VoC with closed customer loop

Contributing

Contributions are welcome — see CONTRIBUTING.md. The short version:

  1. Fork and create a branch (feat/, fix/, or docs/ prefix)
  2. Add or improve a SKILL.md under gtm-skills/ or revops-skills/
  3. Keep the existing YAML frontmatter (name + description) and section structure
  4. Open a PR with a brief description of the change

Related work

Part of a portfolio of AI agent and skill libraries for product, GTM, and decision-making teams.

Discovery & research

Strategy & decisions

Go-to-market

UX & design

  • ai-ux-skill-library — 12 frameworks for designing UX for AI products, agents, and AI-powered experiences

Multi-agent demos

  • ai-pm-agents-suite — 6-agent pipeline plus 3 standalone PM agents (decision engine, financial analyst, stakeholder translator) that turn customer feedback into strategy, PRDs, and comms
  • ai-legal-agents-skills-os — Agentic operating system for legal work: one master agent, nine specialist skills, MCP + MCP Apps
  • ai-growth-os — Compound: a multi-agent growth experiment engine that runs the find → design → ship → learn loop end-to-end, offline
  • ai-customer-acquisition — Beacon: five agents allocate a budget across channels, build the creative, and reallocate on week-1 results
  • ai-revops — Atlas: nine agents across GTM, Partnerships, and RevOps take a company into a new market with one Vertical Launch Plan
  • ai-marketing-os — Run a marketing org as an orchestrated AI team: 9 agents, 12 skills, end-to-end missions that ship real artifacts

Evaluation & operations

  • AI-Eval-Skills — 7 skills to plan, generate, run, interpret, and triage AI agent evaluations
  • ai-workflow-playbooks — 21 playbooks + 10 skills + 4 guardians + 5 runbooks across the 7-stage delivery pipeline

License

MIT — see LICENSE.


Maintained by Varun Kulkarni