← ClaudeAtlas

lead-nurture-sequencerlisted

Stages leads by real engagement signal (opens, clicks, replies, meetings booked, unsubscribes, days since last touch) and decides the next nurture action for each -- what to send, and how many days until it's due. Enforces the suppression/cooling rules that keep automated nurture from talking over a real reply or a booked meeting, or re-touching someone who unsubscribed. Use to run or audit an email/lifecycle nurture cadence, decide who's due for a touch today, or check that automation isn't stepping on human-handled leads.
saurabhshuklagrowisto/saurabh-ai-systems · ★ 0 · AI & Automation · score 70
Install: claude install-skill saurabhshuklagrowisto/saurabh-ai-systems
# Lead Nurture Sequencer Nurture cadences break in one of two ways: leads go quiet because nothing re-engages them, or automation keeps emailing someone who already replied, booked a meeting, or unsubscribed. This skill fixes both -- it stages every lead off real signal, not off "days since the sequence started," and hard-stops automation the moment a human should own the thread. ## When to use - Deciding which leads are due for a nurture touch today, and what that touch should be. - Auditing an existing sequence for suppression bugs -- leads who replied or unsubscribed but are still receiving automated sends. - Building the staging logic behind an email/marketing-automation nurture flow. ## When NOT to use - For lead scoring against an ICP (fit, firmographics) -- that's a qualification skill, not a nurture-cadence one. This only reads engagement behaviour. - For writing the actual nurture email copy -- this decides *what kind* of touch and *when*, not the words. ## Method 1. Check suppression first, always: `unsubscribed` and `meeting_booked` short-circuit everything else -- no engagement math overrides them. 2. A real `replied` beats every automated signal -- a human must respond within 24 hours, and no scheduled send should follow. 3. Absent those, read opens/clicks/recency: clicks + recent activity = warm (send proof); opens with no clicks = curious (vary the angle); no opens for 30+ days = cold (breakup email, don't just keep silently sending). 4. Attach a cooldow