GT

Validate project roadmap alignment with GTM personas and KPIs.

Install

mkdir -p .claude/skills/gtm-alignment && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3666" && unzip -o skill.zip -d .claude/skills/gtm-alignment && rm skill.zip

Installs to .claude/skills/gtm-alignment

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Align phases with GTM strategy, persona tiers, and KPI targets
62 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Retrieves persona tiers from Notion databases
  • Calculates RICE scores for feature prioritization
  • Validates roadmap phases against GTM strategies
  • Constructs tier-based priority tables

How it works

Queries connected Notion databases via MCP tools to extract and verify objective business metrics and persona traits.

Inputs & outputs

You give it
Notion database connection
You get back
Validated priority table aligned with GTM persona tiers

When to use gtm-alignment

  • Prioritizing development slices
  • Verifying roadmap against GTM strategy
  • Ranking features by RICE score

About this skill

GTM Alignment Skill

Ensure implementation phasing aligns with go-to-market strategy by validating against persona tiers and estimating business value from KPI database.

CRITICAL: This skill MUST fetch real data from Notion. Do NOT make up personas or GTM tiers.

When to Use

  • During Ask mode Phase 2 (CONVERGE), after dependency-mapping
  • When prioritizing between equally-risky slices
  • Before finalizing phase order

Notion Database IDs

DatabaseIDPurpose
Persona DB2b1c4d5e-7bea-80ee-85c2-fb96dfdcf98bPersona tiers, RICE scores, characteristics
GTM Strategy2b2c4d5e-7bea-809d-8c49-cc6b443738dfPositioning, messaging, segments

Note: If API-query-data-source fails, use API-post-search with query "Persona" as fallback.

Instructions

Phase 1: Fetch Persona Tiers (REQUIRED)

Primary method - Query database:

CallMcpTool:
  server: user-notion
  toolName: API-query-data-source
  arguments: {"data_source_id": "2b1c4d5e-7bea-80ee-85c2-fb96dfdcf98b"}

Fallback method - Search (if query fails):

CallMcpTool:
  server: user-notion
  toolName: API-post-search
  arguments: {"query": "Persona"}

STOP if BOTH methods fail. Report error and do not proceed with made-up data.

Extract from Persona DB:

  • Persona name (title)
  • RICE score (for prioritization)
  • Goals, Pain points, Background
  • Market segments

Build Tier Priority Table (sorted by RICE score):

TierPersonaRICE ScoreKey Traits
T1[Highest RICE from Notion][Score][Goals/Pain points]
T2[Second RICE from Notion][Score][Goals/Pain points]
T3[Third RICE from Notion][Score][Goals/Pain points]

Evidence required: Show persona names and RICE scores from Notion

Phase 2: Fetch GTM Strategy (REQUIRED)

Primary method - Query database:

CallMcpTool:
  server: user-notion
  toolName: API-query-data-source
  arguments: {"data_source_id": "2b2c4d5e-7bea-809d-8c49-cc6b443738df"}

Fallback method - Search (if query fails):

CallMcpTool:
  server: user-notion
  toolName: API-post-search
  arguments: {"query": "GTM Strategy"}

STOP if BOTH methods fail. Report error and do not proceed with made-up data.

Extract from GTM Strategy:

  • Current positioning statement
  • Key differentiators vs. competitors
  • Priority segments/verticals
  • Messaging themes

Evidence required: Show positioning statement excerpt from Notion

Phase 3: Map Slices to Personas

Using the ACTUAL persona data from Phase 1, map each slice to the persona it serves:

SliceServes PersonaTierWhy
[Slice name][Persona from Notion]T1/T2/T3[Rationale]

Phase 4: Calculate GTM Score

GTM Score = (TierPriority x 3) + AnnouncementPotential

Where:
- TierPriority: T1=3, T2=2, T3=1, None=0
- AnnouncementPotential: Yes=2, Partial=1, No=0

Phase 4: Calculate GTM Score

GTM Score = (TierPriority x 3) + ValueScore + AnnouncementPotential

Where:
- TierPriority: T1=3, T2=2, T3=1, None=0
- ValueScore: Critical=3, High=2, Medium=1, Low=0
- AnnouncementPotential: Yes=2, Partial=1, No=0

Phase 5: Map Phases to Personas

PhaseServes TierPersonaFeatures IncludedCan Announce?
1T1[Primary][Slice list]Yes/No
2T1, T2[Primary, Secondary][Slice list]Yes/No
3AllAll personas[Slice list]Yes (Full Launch)

Rule: Each phase should fully serve at least one persona tier.

Phase 6: Reconcile with Risk Order

If GTM Score conflicts with Risk Score (from dependency-mapping):

ScenarioResolution
High GTM + High RiskSplit slice into MVP + Full (reduce risk, keep GTM priority)
High GTM + Low RiskPrioritize (move earlier in sequence)
Low GTM + Low RiskKeep in risk-based position
Low GTM + High RiskDefer (move later in sequence)

Document conflicts for checkpoint:

CONFLICT DETECTED:
- Risk order: #1.1 -> #1.2 -> #2.1 -> #2.2
- GTM order: #2.2 -> #1.1 -> #1.2 -> #2.1 (Invite flow is T1 priority)

RESOLUTION OPTIONS:
- Option A: Accept risk, prioritize GTM (ship #2.2 first)
- Option B: Split #2.2 into MVP + Full (ship #2.2-MVP in Phase 1)
- Option C: Ship #1.1 first, fast-follow with #2.2 (compromise)

Output Format

Include evidence of Notion fetch in output:

## GTM Alignment

### Data Sources (REQUIRED)

| Source | Status | Evidence |
|--------|--------|----------|
| Personas DB | ✓ Fetched | [N] records from `2b2c4d5e...` |
| GTM Strategy DB | ✓ Fetched | Positioning: "[first 50 chars...]" |

### Persona Tiers (from Notion)

| Tier | Persona | Characteristics |
|------|---------|-----------------|
| T1 | [From Notion] | [From Notion] |
| T2 | [From Notion] | [From Notion] |

### Strategy Fit
- Positioning: [From Notion GTM Strategy]
- Messaging: [Key message this enables]
- Differentiator: [Competitive advantage]

### Persona Coverage

| Phase | Serves Tier | Persona | Can Announce? |
|-------|-------------|---------|---------------|
| 1 | T1 | [Persona from Notion] | Yes/No |
| 2 | T1, T2 | [Personas from Notion] | Yes/No |

### Conflicts & Resolutions

| Conflict | Risk Order | GTM Order | Resolution |
|----------|------------|-----------|------------|
| [Description] | [Sequence] | [Sequence] | [Chosen option] |

Validation Checkpoint

Before proceeding, verify:

  • Personas DB queried successfully (not made up)
  • GTM Strategy DB queried successfully (not made up)
  • Each slice mapped to a real persona from Notion
  • Evidence shown in output (record counts, positioning excerpt)

If any query fails: STOP and report the error. Do NOT proceed with invented data.

Invocation

Invoke manually with "use gtm-alignment skill" or follow Ask mode Phase 2 (CONVERGE) which references this skill.

Related Skills

  • dependency-mapping - Run before GTM alignment
  • problem-framing - Provides persona context
  • phasing - Uses GTM scores for final ordering

When not to use it

  • Projects without established Notion databases
  • Situations requiring rapid, intuition-based planning without data

Prerequisites

Notion accountNotion API accessConfigured Notion database IDs

Limitations

  • Fails if Notion database IDs are incorrect
  • Requires consistent data entry in source databases

How it compares

Forces adherence to existing business strategy rather than ad-hoc decision making.

Compared to similar skills

gtm-alignment side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gtm-alignment (this skill)27moNo flagsIntermediate
product-manager-toolkit327moReviewBeginner
task-analyzer72moNo flagsBeginner
micro-saas-launcher66moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

product-manager-toolkit

davila7

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

3280

task-analyzer

shinpr

Metacognitive task analysis and skill selection. Analyzes task essence, estimates scale, and returns appropriate skills with metadata.

781

micro-saas-launcher

davila7

Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing to sustainable revenue. Ship in weeks, not months. Use when: micro saas, indie hacker, small saas, side project, saas mvp.

655

game-changing-features

davila7

Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.

443

job-search-strategist

proyecto26

Comprehensive job search strategy skill for analyzing job postings, discovering non-obvious insights, conducting conversational skills-matching interviews, identifying skill development needs, and creating creative, personalized application strategies. This skill should be used when users want help with job applications, career transitions, analyzing job opportunities, or developing targeted job search approaches that help them stand out from other candidates.

1027

challenge

alirezarezvani

/em -challenge — Pre-Mortem Plan Analysis

27

Search skills

Search the agent skills registry