Skip to main content
Generalgtmagents

segmentation

Use when designing filters, suppression logic, and personalization cohorts

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--segmentation
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/email-marketing/skills/segmentation/SKILL.md -o .claude/skills/segmentation.md

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

Advanced Segmentation Playbooks

When to Use

  • Planning campaigns requiring persona, lifecycle, or behavioral splits.
  • Creating suppression logic to protect deliverability and compliance.
  • Building engagement tiers for experimentation and reporting.

Framework

  1. Lifecycle Grid – axis of lifecycle stage vs engagement level.
  2. Data Integrity – confirm consent, field completeness, and recency.
  3. Priority Scoring – route high-value segments to premium workflows.

Checklist

  • ✅ Primary filter (persona, stage, product usage)
  • ✅ Secondary filters (intent, region, business size)
  • ✅ Suppress: unsubscribed, bounced, low engagement, legal blocks
  • ✅ Personalization fields: {{first_name}}, {{company}}, dynamic modules

Templates

  • Segmentation Matrix: See assets/segmentation_matrix.md for tier definitions and logic examples.
  • Launch Tiering – VIP, Prospects, Dormant with separate cadence and pacing table.
  • Signal-Driven – product milestones trigger micro-segments; includes trigger → audience matrix.
  • Compliance Safe – CASL/GDPR consent matrix + suppression filters by region.

Tips

  • Keep segment definitions in a shared schema doc for consistency.
  • Use dashboards to monitor size changes week over week.
  • Pair segmentation with A/B testing to validate hypotheses.