Writing & Content email-marketingwin-back-campaignsre-permissionlist-suppressionlifecycle-emailconsent-management

Reactivation Specialist

Design a closed-loop win-back program for dormant email subscribers before they are suppressed.

FollowSkills review · FSRS-2.0
Not recommended
57/ 100 5-point scale 2.9 / 5
Trust18 / 25 · 3.6/5

The skill narrowly designs a reactivation program and does not directly send mail or own consent records. It treats exports as untrusted, excludes suppressed subjects, requires renewed opt-in, delegates recording to consent-registry, and requires user confirmation before saving results. Seven points are deducted because data minimization, sensitive-export handling, rollback/recovery, and the complete write data flow are not fully specified, and the compliance loop depends on another skill.

Reliability8 / 20 · 2.0/5

Triggers, inputs, outputs, completion criteria, stop conditions, and NEEDS_INPUT handling are fairly coherent; the ladder explicitly stops instead of looping. Two points are deducted because there are no skill-specific key-path tests, representative completed outputs, or reproducible failure messages. Static review caps this dimension at 10.

Adaptability11 / 15 · 3.7/5

Audience, semantic triggers, exclusions, parameters, and expected outputs are explicit, with bilingual material and a keyless Tier-1 path. Four points are deducted because ESP field mappings, jurisdictional compliance variation, Chinese-market requirements, and mainland-China reachability are not concretely addressed; geo-relevance is marked low.

Convention10 / 15 · 3.3/5

The skill has structured frontmatter, versioning, license metadata, quick starts, a contract, data sources, instructions, decision gates, save template, references, and termination rules; Apache-2.0 is supported at repository level. Five points are deducted for no skill-specific changelog, clear maintenance owner, or update path, plus a governance inconsistency between SECURITY.md supporting 17.x and the skill declaring 18.0.0.

Effectiveness6 / 15 · 2.0/5

The core task is decomposed into cohort definition, staged offers, re-permission, terminal suppression, and handoff facts, making the intended program directly usable in principle. One point is deducted because no representative output or outcome evidence is supplied, and consent recording, lifecycle reintegration, and final auditing remain dependent on other skills. Static review caps this dimension at 7.

Verifiability4 / 10 · 2.0/5

The skill supplies a clear contract, source-data labeling rules, Measured/Estimated distinctions, and auditable handoff boundaries; the repository also shows CI and tests. One point is deducted because the supplied tests do not cover this skill's key paths and there is no third-party execution evidence or independent reproduction. Static review caps this dimension at 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision ebd436747f8f
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Do not treat an open or click as renewed consent; define the affirmative action, timestamp, and lawful basis, and record them through consent-registry.
  • The skill designs suppression but does not perform the final audit; before sending, verify unsubscribe integrity, global send caps, complaint signals, and applicable law.
  • Confirm that shared references, ESP export fields, and 18.0.0 version governance are consistent; repository-level tests do not establish that this skill itself is tested.
Review evidence [1][2][3][4][5][6][7][8]
See the full review method →

What does this skill do, and when should you use it?

Reactivation Specialist plans recovery and clean retirement for email subscribers who have stopped opening or clicking. It defines the lapsed cohort, builds an escalating offer ladder, adds a fresh re-permission action, and sets a terminal sunset-or-suppress rule. It fits email teams that need to recover valuable inactive subscribers while reducing risk from a decaying list. It does not design everyday lifecycle flows, own preference-center logic, store consent records, or calculate SEND quality scores.

Reads the stated no-open or no-click window, ESP engagement or flow exports, available incentives, complaint signals, suppression policy, and one SEND profile; defines how the lapsed cohort is selected and labels cohort findings Measured or Estimated; creates a staged ladder consisting of soft re-engagement, conditional incentive, and last-chance messaging with triggers, delays, intent, exit-on-engagement conditions, and stop rules; specifies a re-permission action such as click-to-confirm, a preference-center visit, or an outbound reply; routes re-permissioned subjects back to active nurture and sends non-responders to confirmed suppression after a defined window; produces a reusable handoff summary and, after confirmation, saves results under memory/email/reactivation-specialist.

  1. An email manager needs a win-back campaign for subscribers who have not opened messages for several months.
  2. A marketing team wants to recover valuable inactive contacts before applying a sunset policy.
  3. A compliance-conscious team needs re-engaged subscribers to explicitly confirm continued opt-in.
  4. Complaint rates are rising in the inactive tail, so the team needs capped frequency and a terminal suppression rule.
  5. A lifecycle team needs to hand re-permission and sunset facts to consent, nurture, and preference-management owners.

What are this skill's strengths and limitations?

Pros
  • Covers the full planning loop: cohort definition, offer escalation, re-permission, and terminal suppression.
  • Requires every subject to reach either a re-permissioned or suppressed state, preventing indefinite looping.
  • Clearly separates re-permission design from consent-registry recordkeeping.
  • Works from user-provided data by default; ESP APIs and MCP access are optional.
  • Includes frequency caps, quiet-hour handling, and exclusion of already suppressed or hard-bounced subjects.
Limitations
  • Does not design welcome, cart-abandonment, browse-abandonment, or post-purchase lifecycle flows.
  • Does not store consent or suppression records, calculate EQS, or enforce SEND auditor vetoes.
  • Without engagement exports, cohort size and recency distribution remain estimates.
  • The supplied source shows no platform-specific validation results or standalone test suite for this skill.

How do you install this skill?

The skill is distributed in the aaron-he-zhu/aaron-marketing-skills repository. Run git clone https://github.com/aaron-he-zhu/aaron-marketing-skills, then use email/nurture/reactivation-specialist/SKILL.md with an Agent Skills-compatible host. The README also documents Claude Code installation: /plugin marketplace add aaron-he-zhu/aaron-marketing-skills followed by /plugin install aaron-marketing@aaron. For generic hosts, it documents npx skills add aaron-he-zhu/aaron-marketing-skills. No single-skill installation command is documented in the supplied source.

How do you use this skill?

Provide the lapsed cohort window, ESP or platform, available offer, suppression policy, and any engagement export. For example: "Build a win-back campaign for subscribers who have not opened in 90 days on [ESP]. I can offer [incentive]. Define the re-permission step and suppress non-responders after the final window." If the engagement export is missing, the skill can proceed with estimated cohort findings; if the window is unknowable or consent records cannot be checked, it should request those inputs first.

FAQ

Can it work without an ESP engagement export?
Yes. It can design the program from the stated window, but cohort size and distribution must be labeled Estimated rather than Measured.
Does reopening an email restore a subscriber automatically?
No. The skill requires a fresh opt-in confirmation, such as a confirmation click, preference-center action, or reply. Consent-registry records the timestamp and lawful basis.
Will it delete inactive contacts automatically?
No. It designs the sunset-confirm and suppression rule; consent-registry remains the source of truth for the actual consent and suppression facts.
When should the workflow stop for more information?
It should stop when the no-engagement window is unknowable or when there is no consent record available to verify before designing suppression.

More skills from this repository

All from aaron-he-zhu/aaron-marketing-skills

Writing & Content

Email Preference & Frequency Manager

Design preference centers and opt-down paths that reduce fatigue before hard unsubscribe.

Automation & Ops

Consent Registry

Record subscription consent evidence and apply unsubscribe, complaint, and bounce suppression immediately.

Writing & Content

List Growth Designer

Designs acquisition, incentives, compliant opt-in capture, and referral growth for owned email lists.

Writing & Content

Email Quality Auditor

Audit email safety, compliance, and send readiness before a campaign is released.

Writing & Content

Email List Segment Builder

Build reusable email audiences and suppression lists from first-party customer data.

Writing & Content

List Hygiene Monitor

Track list decay between sends and turn engagement, bounce, and complaint signals into an actionable cleanup plan.

Writing & Content

Email Lifecycle Flow Designer

Map lifecycle email flows, cadence, branching, exits, and sunset rules before writing the emails.

Writing & Content

Newsletter Monetization Planner

Model subscription, sponsorship, and referral revenue for an owned newsletter audience.

Writing & Content

Dynamic Email Personalizer

Safely add merge tags, conditional modules, and fallbacks to an existing email.

Writing & Content

Email Creative Builder

Builds test-ready single-email copy aligned to the landing page and approved claims.

Writing & Content

Email Experiment Designer

Designs rigorous email tests and reads statistical and practical impact from first-party campaign data.

Writing & Content

Subject Line Lab

Generate and pre-screen subject lines and preheaders for truncation, spam patterns, and inbox-preview issues.

Automation & Ops

Creator Registry

Maintain an auditable creator roster with sourced facts about rates, rights, compliance, and performance.

Writing & Content

Email Deliverability Preflight

Verify authentication, sender reputation, inbox placement, and list health before sending or scaling email.

Writing & Content

Offer & Claims Registry

Keep marketing claims and offers tied to exact wording, evidence, disclosures, terms, and review dates.

Writing & Content

Inbox Placement Monitor

Track where sent emails land and detect provider-level placement and sender-reputation regressions.

Automation & Ops

Launch Registry

Track launch stages, dates, embargoes, submissions, and outcomes with provenance.

Writing & Content

Audience Belief Mapper

Turn interview and win-loss evidence into a beachhead belief, objection, and switching-forces map.

Writing & Content

Engagement Inbox Manager

Turn comments, DMs, and mentions into a human-reviewed response queue.

Writing & Content

Social Crisis Response Planner

Build a severity-based social crisis playbook with queue pauses, approved statements, approvals, and recovery steps.

Related skills