mcpbeat Sign in

Lifecycle Messaging Agent Skill

Designs automated email and SMS programs — welcome and onboarding sequences, nurture, re-engagement, transactional messaging, and the timing and segmentation behind them. Use this to build or fix an email sequence, plan lifecycle automation, improve open or click performance, set up SMS flows, or decide what messages a customer should receive and when.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
220
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cbrock84/headcount --skill lifecycle-messaging

The instruction itself

9 sections, as written by the author

Lifecycle messaging

Map the lifecycle before writing any message

For each stage, name what the person is trying to do and what would move them forward. Messages

written without that answer become announcements, and announcements get unsubscribed from.

The stages that matter: just signed up, activated but not habitual, habitual, at risk, lapsed.

Most programs over-invest in the first and neglect at-risk entirely, which is where the money is.

The welcome sequence

The highest-engagement messages you will ever send. Do not waste them on company history.

  • Immediate — deliver whatever was promised, plus the single next action.
  • Within days — the fastest route to first value, one step.
  • After that — the use case most people miss, or the objection most people have.

Set expectations early: what you send, how often. It reduces unsubscribes more than any subject-line

technique.

Timing and cadence

Trigger on behavior, not the calendar, wherever possible. A message sent because someone did

something is many times more relevant than one sent because it is Tuesday.

Cadence sustainable at your worst week. Every message should be one the recipient would miss.

SMS is a different medium

Higher consent bar, higher intrusion, higher cost. Reserve it for time-sensitive and transactional

messages — delivery, appointment, security, an expiring window. Marketing SMS at any volume trains

people to opt out.

Explicit opt-in, honored opt-out, sending hours respected in the recipient's timezone. These are

legal requirements in most jurisdictions, not preferences.

SMS compliance is not optional

> Consult qualified counsel before launching an SMS program. The exposure here is statutory damages

> per message, which is how these become class actions.

In the US, marketing SMS requires express written consent obtained before sending — implied

consent, an existing customer relationship, or a phone number collected for another purpose does not

qualify. The consent record must show what the person agreed to receive and when, and it must be

retained.

The operational requirements that follow:

  • Disclose program purpose, frequency, and that message rates may apply, at the point of consent.
  • Honor opt-out immediately, on every standard keyword, with a single confirmation message and

nothing after it.

  • Respect quiet hours in the recipient's timezone, not yours.
  • Keep consent and opt-out records for as long as the retention rules require — these records are

the entire defense if challenged.

  • Never buy or rent SMS lists. Purchased consent is not consent.

Other jurisdictions impose their own rules, and several are stricter. Determine which apply by where

recipients are, not where you are.

Subject lines and preview text

They are one unit and get read together. A subject line that works with the preview repeating it

wastes the second-most-read text in the message — use the preview to extend the subject, not echo

it, and never leave it to default to the first line of the body.

Diagnosing

  • Low open — subject line, sender reputation, or list quality. Check deliverability before

rewriting subject lines; a reputation problem looks exactly like a copy problem.

  • Open but no click — the message did not deliver on the subject, or has no single clear action.
  • Click but no conversion — the destination, not the email.
  • Rising unsubscribes — frequency or relevance. Usually frequency.

Never

  • Send to a list that did not opt in.
  • Bury the unsubscribe.
  • Run a re-engagement program without a plan to actually remove the people who do not re-engage. An

unengaged list damages delivery for everyone else.

How to use it

Copy the folder

Take cbrock84/lifecycle-messaging from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.