Skip to main content
Generalgtmagents

save-play-library

Use to catalog churn/expansion plays tied to specific signals, cohorts,

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--save-play-library
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/customer-analytics/skills/save-play-library/SKILL.md -o .claude/skills/save-play-library.md

Drops the SKILL.md into .claude/skills/save-play-library.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Save Play Library Skill

When to Use

  • Translating retention signals into specific remediation actions.
  • Coordinating lifecycle marketing and CS teams on who does what.
  • Measuring effectiveness of save plays over time.

Framework

  1. Signal Definition – map triggers (drop in usage, support surge, NPS drop) to play categories.
  2. Play Blueprint – outline objective, audience, messaging, channels, and required assets.
  3. Owner Matrix – assign owners (CSM, lifecycle marketer, exec sponsor) with SLAs.
  4. Measurement Plan – specify KPIs, experiment windows, and success criteria.
  5. Feedback Loop – capture results, learnings, and iterate on play details.

Templates

  • Play card (trigger, action steps, assets, KPI, owner).
  • Experiment tracker with control/test cohorts.
  • Post-play retrospective form.

Tips

  • Keep plays modular so they can stack (email + exec outreach + offer).
  • Include links to enablement assets for quick execution.
  • Pair with retention-dashboard to trigger plays automatically when thresholds trip.