MQL Nurture Programs
Overview
Most MQLs aren't ready to buy — they're researching. Nurture programs keep your
company top-of-mind during the 3-12 month evaluation window, converting MQLs to
SQLs at 2-3x the rate of "send them to sales and pray." This skill covers nurture
strategy, track design, and optimization.
Authoritative Foundations
- SiriusDecisions Demand Waterfall — Named methodology governing recommendations in this skill's process.
- Marketo Nurture Framework — Named methodology governing recommendations in this skill's process.
- Reforge — Lifecycle Marketing — Startup operating cadence — default alive, talk to users, launch fast.
Lifecycle Stage
Acquisition (stage 2). Canonical index → references/gtm-lifecycle-stages.md.
Metrics → references/lifecycle-metrics-by-stage.md (Acquisition).
Monitoring → skills/analytics/gtm-metrics/templates/lifecycle-monitoring-dashboard.md.
When to Use
- "Build an MQL nurture program"
- "Lead nurture strategy"
- "MQL to SQL conversion"
- "Nurture email drips"
- "Lead scoring for nurture"
Step-by-Step Process
Phase 1: Lead Scoring Model
Define what makes an MQL:
Fit Score (0-50):
- Job title matches ICP (0-20)
- Company size in target range (0-15)
- Industry in target vertical (0-15)
Engagement Score (0-50):
- Content downloads (5 pts each)
- Website visits >5 pages (10 pts)
- Webinar attendance (15 pts)
- Pricing page visit (20 pts)
- Demo request (50 pts — auto-SQL)
MQL Threshold: Combined score >40 → MQL → enter nurture.
SQL Threshold: Combined score >70 → SQL → route to sales.
Phase 2: Nurture Track Design
Create persona-specific nurture tracks:
Track 1 — The Researcher (downloaded educational content):
- Week 1: "Thanks for downloading [resource] — here's a related template"
- Week 2: Customer story from same industry
- Week 4: Webinar invite: "How [Industry] teams solve [problem]"
- Week 6: Benchmark report: "2026 [Industry] benchmarks"
- Week 8: "Ready to see how this works?" → soft CTA for demo
Track 2 — The Evaluator (visited pricing/comparison pages):
- Week 1: "How [Company A] evaluated [category] tools" (buyer's guide)
- Week 2: ROI calculator + case study with specific ROI numbers
- Week 3: "[Your product] vs [Competitor]" comparison
- Week 4: Demo invite: "See it in action with your data"
- Week 5: "Still evaluating?" + customer reference offer
Track 3 — The Event Attendee (attended webinar):
- Day 1: Recording + slide deck + "top questions answered"
- Day 3: Related case study
- Day 7: "The one thing most people miss about [topic]"
- Day 14: Soft CTA: "Want to discuss [topic] for your specific situation?"
Phase 3: Email Content Principles
- Value-first: 80% educational, 20% product. If every email is "book a demo,"
they unsubscribe.
- Progressive profiling: Each email asks for slightly more engagement.
Click → download → webinar → demo.
- Personalization by source: Reference how they entered the funnel.
"Since you downloaded our [guide]..."
- Behavioral triggers: If they click on pricing → shift to Evaluator track.
If they stop opening → shift to re-engagement.
Phase 4: Multi-Channel Nurture
Layer channels beyond email:
- LinkedIn: Connect with MQLs. Share content they engage with.
- Retargeting: Show case study ads to content downloaders. Show demo ads
to pricing page visitors.
- Direct mail: For high-value MQLs (>$50K potential ACV), send a physical
asset (book, report, tool).
- Sales calls: SDR calls MQLs at specific nurture milestones
(after webinar attendance, after pricing page visit).
Phase 5: Optimization
- Track performance: Open rate, click rate, conversion to SQL, conversion
to opportunity, revenue influenced
- A/B test: Subject lines, content formats (text vs video vs infographic),
send frequency, CTA phrasing
- Cadence optimization: Too fast = unsubscribes. Too slow = they forget you.
Start at 7-14 day intervals and adjust based on engagement.
- Exit criteria: Auto-remove from nurture after 6 months of no engagement.
Move to re-engagement track.
- Dead lead management: After 12 months of no engagement, suppress from all
nurture. Maintain in database for reactivation plays.
Output Format
Nurture program design with: lead scoring model, track definitions, email
sequences per track, multi-channel integration, and optimization framework.
Quality Check
Before delivering, verify:
Common Pitfalls
- Single-track nurture. Every MQL gets the same drip regardless of source, persona, or buying stage. Fix: build at least 3 tracks gated by acquisition source — Researcher (content download), Evaluator (pricing/comparison page), Event Attendee (webinar).
- Product-heavy email ratio. Every email asks for a demo and provides zero educational value — unsubscribe rates climb. Fix: enforce 80/20 educational-to-product ratio; the 5th email in a track should be the first hard CTA.
- No behavioral branching. Contacts keep receiving email #4 when they never opened #1. Fix: implement engagement-based routing — no opens for 30 days triggers re-engagement track; pricing page visit triggers Evaluator track.
- Forever nurture. Contacts in nurture for 18 months with no engagement drain sender reputation and ESP budget. Fix: hard exit at 6 months of no engagement; suppress from all nurture at 12 months; retain in database for reactivation plays only.
- MQL definition drift. Without a locked scoring model, 'MQL' becomes whatever sales asks for this week. Fix: publish the scoring model, lock thresholds (MQL >40, SQL >70), and require RevOps sign-off to change weights.
Execution Artifacts
references/framework-notes.md — Named frameworks and reference tables
templates/output-template.md — Deliverable shell for agent output
scripts/check-output.py — Lightweight deliverable validator
Canonical lifecycle (repo root): references/gtm-lifecycle-stages.md (Acquisition) · references/lifecycle-metrics-by-stage.md · references/lifecycle-skill-index.md
Related Skills
- inbound-triage, lifecycle-drips, re-engagement, email-deliverability, campaign-analytics
1---2name: mql-nurture3description: Build MQL nurture programs — lead scoring, nurture tracks, email drip sequences, MQL→SQL conversion. Triggers on: "MQL nurture", "lead nurture", "nurture tracks", "MQL to SQL", "lead scoring".4license: MIT5---67# MQL Nurture Programs89## Overview1011Most MQLs aren't ready to buy — they're researching. Nurture programs keep your12company top-of-mind during the 3-12 month evaluation window, converting MQLs to13SQLs at 2-3x the rate of "send them to sales and pray." This skill covers nurture14strategy, track design, and optimization.1516## Authoritative Foundations1718- **SiriusDecisions Demand Waterfall** — Named methodology governing recommendations in this skill's process.19- **Marketo Nurture Framework** — Named methodology governing recommendations in this skill's process.20- **Reforge — Lifecycle Marketing** — Startup operating cadence — default alive, talk to users, launch fast.2122## Lifecycle Stage2324**Acquisition** (stage 2). Canonical index → `references/gtm-lifecycle-stages.md`. 25Metrics → `references/lifecycle-metrics-by-stage.md` (Acquisition). 26Monitoring → `skills/analytics/gtm-metrics/templates/lifecycle-monitoring-dashboard.md`.2728## When to Use2930- "Build an MQL nurture program"31- "Lead nurture strategy"32- "MQL to SQL conversion"33- "Nurture email drips"34- "Lead scoring for nurture"3536## Step-by-Step Process3738### Phase 1: Lead Scoring Model3940Define what makes an MQL:4142**Fit Score (0-50):**4344- Job title matches ICP (0-20)45- Company size in target range (0-15)46- Industry in target vertical (0-15)4748**Engagement Score (0-50):**4950- Content downloads (5 pts each)51- Website visits >5 pages (10 pts)52- Webinar attendance (15 pts)53- Pricing page visit (20 pts)54- Demo request (50 pts — auto-SQL)5556**MQL Threshold:** Combined score >40 → MQL → enter nurture.57**SQL Threshold:** Combined score >70 → SQL → route to sales.5859### Phase 2: Nurture Track Design6061Create persona-specific nurture tracks:6263**Track 1 — The Researcher (downloaded educational content):**6465- Week 1: "Thanks for downloading [resource] — here's a related template"66- Week 2: Customer story from same industry67- Week 4: Webinar invite: "How [Industry] teams solve [problem]"68- Week 6: Benchmark report: "2026 [Industry] benchmarks"69- Week 8: "Ready to see how this works?" → soft CTA for demo7071**Track 2 — The Evaluator (visited pricing/comparison pages):**7273- Week 1: "How [Company A] evaluated [category] tools" (buyer's guide)74- Week 2: ROI calculator + case study with specific ROI numbers75- Week 3: "[Your product] vs [Competitor]" comparison76- Week 4: Demo invite: "See it in action with your data"77- Week 5: "Still evaluating?" + customer reference offer7879**Track 3 — The Event Attendee (attended webinar):**8081- Day 1: Recording + slide deck + "top questions answered"82- Day 3: Related case study83- Day 7: "The one thing most people miss about [topic]"84- Day 14: Soft CTA: "Want to discuss [topic] for your specific situation?"8586### Phase 3: Email Content Principles8788- **Value-first:** 80% educational, 20% product. If every email is "book a demo,"89 they unsubscribe.90- **Progressive profiling:** Each email asks for slightly more engagement.91 Click → download → webinar → demo.92- **Personalization by source:** Reference how they entered the funnel.93 "Since you downloaded our [guide]..."94- **Behavioral triggers:** If they click on pricing → shift to Evaluator track.95 If they stop opening → shift to re-engagement.9697### Phase 4: Multi-Channel Nurture9899Layer channels beyond email:100101- **LinkedIn:** Connect with MQLs. Share content they engage with.102- **Retargeting:** Show case study ads to content downloaders. Show demo ads103 to pricing page visitors.104- **Direct mail:** For high-value MQLs (>$50K potential ACV), send a physical105 asset (book, report, tool).106- **Sales calls:** SDR calls MQLs at specific nurture milestones107 (after webinar attendance, after pricing page visit).108109### Phase 5: Optimization110111- **Track performance:** Open rate, click rate, conversion to SQL, conversion112 to opportunity, revenue influenced113- **A/B test:** Subject lines, content formats (text vs video vs infographic),114 send frequency, CTA phrasing115- **Cadence optimization:** Too fast = unsubscribes. Too slow = they forget you.116 Start at 7-14 day intervals and adjust based on engagement.117- **Exit criteria:** Auto-remove from nurture after 6 months of no engagement.118 Move to re-engagement track.119- **Dead lead management:** After 12 months of no engagement, suppress from all120 nurture. Maintain in database for reactivation plays.121122## Output Format123124Nurture program design with: lead scoring model, track definitions, email125sequences per track, multi-channel integration, and optimization framework.126127## Quality Check128129Before delivering, verify:130131- [ ] Fit + engagement scoring model is two-dimensional — no single-criterion MQL thresholds132- [ ] At least 3 nurture tracks defined with distinct entry signals, cadences, and exit CTAs133- [ ] Behavioral branching rules exist — pricing click → Evaluator track; no opens 30 days → re-engagement134- [ ] Multi-channel layering is specified (email primary, LinkedIn for MQLs, retargeting by stage, direct mail for $50K+ ACV)135- [ ] 80/20 educational-to-product ratio enforced across all nurture content136- [ ] Exit criteria defined: auto-remove from nurture at 6 months no engagement; dead-lead suppression at 12 months137138## Common Pitfalls1391401. **Single-track nurture.** Every MQL gets the same drip regardless of source, persona, or buying stage. Fix: build at least 3 tracks gated by acquisition source — Researcher (content download), Evaluator (pricing/comparison page), Event Attendee (webinar).1412. **Product-heavy email ratio.** Every email asks for a demo and provides zero educational value — unsubscribe rates climb. Fix: enforce 80/20 educational-to-product ratio; the 5th email in a track should be the first hard CTA.1423. **No behavioral branching.** Contacts keep receiving email #4 when they never opened #1. Fix: implement engagement-based routing — no opens for 30 days triggers re-engagement track; pricing page visit triggers Evaluator track.1434. **Forever nurture.** Contacts in nurture for 18 months with no engagement drain sender reputation and ESP budget. Fix: hard exit at 6 months of no engagement; suppress from all nurture at 12 months; retain in database for reactivation plays only.1445. **MQL definition drift.** Without a locked scoring model, 'MQL' becomes whatever sales asks for this week. Fix: publish the scoring model, lock thresholds (MQL >40, SQL >70), and require RevOps sign-off to change weights.145146## Execution Artifacts147148- `references/framework-notes.md` — Named frameworks and reference tables149- `templates/output-template.md` — Deliverable shell for agent output150- `scripts/check-output.py` — Lightweight deliverable validator151 **Canonical lifecycle (repo root):** `references/gtm-lifecycle-stages.md` (Acquisition) · `references/lifecycle-metrics-by-stage.md` · `references/lifecycle-skill-index.md`152153## Related Skills154155- inbound-triage, lifecycle-drips, re-engagement, email-deliverability, campaign-analytics