HubSpot Sequences
Overview
HubSpot Sequences power the SDR and AE outbound motion inside Sales Hub.
Done right, they automate touches while maintaining personalization. Done wrong,
they're spam cannons that burn your domain reputation.
Authoritative Foundations
- HubSpot Sequences Best Practices — Lifecycle stages, object model, and workflow enrollment patterns.
- ColdIQ Multi-Channel Cadence — Named methodology governing recommendations in this skill's process.
- Outreach — Sales Engagement Cadence Design — Sequence governance, task-based selling, and CRM-locked cadences.
When to Use
- "Set up HubSpot sequences"
- "Build HubSpot cadences"
- "Optimize HubSpot sequence performance"
- "HubSpot sequence A/B test"
Step-by-Step Process
Phase 1: Sequence Architecture
Design sequences by persona and trigger:
- Inbound follow-up: Auto-enroll on form fill, 3-touch, 7-day window
- Outbound cold: Manual enroll after list build, 6-touch, 21-day window
- Re-engagement: Enroll on CRM status change, 3-touch, 14-day window
- Event follow-up: Enroll on event attendance, 2-touch, 5-day window
Phase 2: Step Configuration
Per step: channel, timing, template, task creation rules.
- Email steps: plain text, from first name, no tracking pixel if cold
- Call steps: auto-create task with call notes template
- LinkedIn steps: manual task (HubSpot can't automate LinkedIn)
- Delay steps: minimum 2 business days between touches
Phase 3: Enrollment Rules
- Suppression: don't enroll if already in another sequence
- Unenrollment: auto-unenroll on reply, meeting booked, or bounce
- Queue limits: max 50 contacts per sender per sequence
- Business hours: only send Mon-Thu 6am-8pm prospect timezone
Phase 4: A/B Testing
Test one variable at a time with 2-week minimum run time:
- Subject lines (2-3 variants)
- Opening lines (different hooks)
- CTA phrasing (soft vs direct)
- Send time (morning vs afternoon)
Phase 5: Analytics
Track: enrollment rate, completion rate, reply rate, meeting rate.
Kill sequences with <1% reply rate after 50+ enrollments.
Output Format
Sequence design document with: architecture map, step-by-step configuration,
enrollment/unescape rules, A/B test plan, and analytics dashboard design.
Quality Check
Before delivering, verify:
Common Pitfalls
- Skipping research. Building output without understanding the specific context. Fix: always gather required inputs before producing deliverables.
- Generic output. "Improve your process" without concrete steps. Fix: every recommendation must include a specific action, timeline, and owner.
- Missing framework citations. Advice without named authorities. Fix: ground every recommendation in a cited framework from a recognized authority.
Execution Artifacts
references/framework-notes.md — HubSpot workflow enrollment, rep-triggered rules
templates/output-template.md — properties + workflow + sequence deliverable
scripts/check-output.py — local checklist validator
This skill includes lightweight artifacts the agent can load on demand:
references/enrichment-enrollment-gate.md — lm_email_status workflow gate
../../outbound/cold-email-copywriting/references/pat-spielmann-outbound-copy.md — verify-before-enroll (Pat Spielmann)
../../tools/clay-toolkit/references/gtm-table-blueprints.md — clay-toolkit property map
../../tools/clay-loops-toolkit/references/leadmagic-waterfall.md — loop list → workflow pattern
../../../../references/gtm-experts-outbound-index.md — expert router
Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.
Implementation Depth
Use this section when the user asks for a finished asset, not a high-level explanation.
Diagnostic Questions
- What is the primary motion: founder-led, sales-led, product-led, partner-led, or lifecycle-led?
- Which ICP tier is the output for: small business, mid-market, enterprise, or mixed?
- What proof is available today: customer stories, usage data, third-party validation, screenshots, or none?
- What system will execute the work: CRM, sequencer, warehouse, support desk, product analytics, or manual workflow?
- What decision will the user make from this output: launch, prioritize, route, rewrite, score, coach, or measure?
Framework Application
Map the recommendation explicitly to the named frameworks in this skill:
- HubSpot Sequences Best Practices: apply only the part that directly improves the requested deliverable.
- ColdIQ Multi-Channel Cadence: apply only the part that directly improves the requested deliverable.
- Outreach — Sales Engagement Cadence Design: apply only the part that directly improves the requested deliverable.
Deliverable Standard
A strong output from this skill includes:
- A crisp diagnosis of the current situation
- A recommended path with tradeoffs, not a generic list
- A concrete artifact the user can use immediately: table, script, checklist, scorecard, sequence, dashboard spec, or implementation plan
- A measurement plan with leading and lagging indicators
- Risks and edge cases called out before execution
Adaptation Rules
- For small business: reduce complexity, shorten time-to-value, and prioritize owner/operator clarity.
- For mid-market: include workflow ownership, handoffs, integrations, and enablement assets.
- For enterprise: include governance, risk, procurement, stakeholder mapping, and proof requirements.
Related Skills
- cold-email-strategy, cold-email-copywriting, sending-platforms, inbox-setup, email-deliverability
1---2name: hubspot-sequences3description: Design and optimize HubSpot sequences — enrollment triggers, multi-channel steps, task creation, analytics, A/B testing. Triggers on: "HubSpot sequences", "HubSpot automation", "HubSpot cadence", "sales hub sequences".4license: MIT5---67# HubSpot Sequences89## Overview10HubSpot Sequences power the SDR and AE outbound motion inside Sales Hub.11Done right, they automate touches while maintaining personalization. Done wrong,12they're spam cannons that burn your domain reputation.1314## Authoritative Foundations1516- **HubSpot Sequences Best Practices** — Lifecycle stages, object model, and workflow enrollment patterns.17- **ColdIQ Multi-Channel Cadence** — Named methodology governing recommendations in this skill's process.18- **Outreach — Sales Engagement Cadence Design** — Sequence governance, task-based selling, and CRM-locked cadences.1920## When to Use21- "Set up HubSpot sequences"22- "Build HubSpot cadences"23- "Optimize HubSpot sequence performance"24- "HubSpot sequence A/B test"2526## Step-by-Step Process2728### Phase 1: Sequence Architecture29Design sequences by persona and trigger:30- **Inbound follow-up:** Auto-enroll on form fill, 3-touch, 7-day window31- **Outbound cold:** Manual enroll after list build, 6-touch, 21-day window32- **Re-engagement:** Enroll on CRM status change, 3-touch, 14-day window33- **Event follow-up:** Enroll on event attendance, 2-touch, 5-day window3435### Phase 2: Step Configuration36Per step: channel, timing, template, task creation rules.37- Email steps: plain text, from first name, no tracking pixel if cold38- Call steps: auto-create task with call notes template39- LinkedIn steps: manual task (HubSpot can't automate LinkedIn)40- Delay steps: minimum 2 business days between touches4142### Phase 3: Enrollment Rules43- Suppression: don't enroll if already in another sequence44- Unenrollment: auto-unenroll on reply, meeting booked, or bounce45- Queue limits: max 50 contacts per sender per sequence46- Business hours: only send Mon-Thu 6am-8pm prospect timezone4748### Phase 4: A/B Testing49Test one variable at a time with 2-week minimum run time:50- Subject lines (2-3 variants)51- Opening lines (different hooks)52- CTA phrasing (soft vs direct)53- Send time (morning vs afternoon)5455### Phase 5: Analytics56Track: enrollment rate, completion rate, reply rate, meeting rate.57Kill sequences with <1% reply rate after 50+ enrollments.5859## Output Format60Sequence design document with: architecture map, step-by-step configuration,61enrollment/unescape rules, A/B test plan, and analytics dashboard design.62636465## Quality Check6667Before delivering, verify:68- [ ] All required sections are complete69- [ ] Output matches the user's stated need70- [ ] Named frameworks are cited for key recommendations71- [ ] No vague claims — every recommendation has a specific action72- [ ] Deliverable is ready for operational use, not just conceptual7374## Common Pitfalls75761. **Skipping research.** Building output without understanding the specific context. Fix: always gather required inputs before producing deliverables.772. **Generic output.** "Improve your process" without concrete steps. Fix: every recommendation must include a specific action, timeline, and owner.783. **Missing framework citations.** Advice without named authorities. Fix: ground every recommendation in a cited framework from a recognized authority.7980## Execution Artifacts8182- `references/framework-notes.md` — HubSpot workflow enrollment, rep-triggered rules83- `templates/output-template.md` — properties + workflow + sequence deliverable84- `scripts/check-output.py` — local checklist validator85This skill includes lightweight artifacts the agent can load on demand:86- `references/enrichment-enrollment-gate.md` — lm_email_status workflow gate87- `../../outbound/cold-email-copywriting/references/pat-spielmann-outbound-copy.md` — verify-before-enroll (Pat Spielmann)88- `../../tools/clay-toolkit/references/gtm-table-blueprints.md` — clay-toolkit property map89- `../../tools/clay-loops-toolkit/references/leadmagic-waterfall.md` — loop list → workflow pattern90- `../../../../references/gtm-experts-outbound-index.md` — expert router91Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.9293## Implementation Depth9495Use this section when the user asks for a finished asset, not a high-level explanation.9697### Diagnostic Questions98991. What is the primary motion: founder-led, sales-led, product-led, partner-led, or lifecycle-led?1002. Which ICP tier is the output for: small business, mid-market, enterprise, or mixed?1013. What proof is available today: customer stories, usage data, third-party validation, screenshots, or none?1024. What system will execute the work: CRM, sequencer, warehouse, support desk, product analytics, or manual workflow?1035. What decision will the user make from this output: launch, prioritize, route, rewrite, score, coach, or measure?104105### Framework Application106107Map the recommendation explicitly to the named frameworks in this skill:108109- HubSpot Sequences Best Practices: apply only the part that directly improves the requested deliverable.110- ColdIQ Multi-Channel Cadence: apply only the part that directly improves the requested deliverable.111- Outreach — Sales Engagement Cadence Design: apply only the part that directly improves the requested deliverable.112113### Deliverable Standard114115A strong output from this skill includes:116117- A crisp diagnosis of the current situation118- A recommended path with tradeoffs, not a generic list119- A concrete artifact the user can use immediately: table, script, checklist, scorecard, sequence, dashboard spec, or implementation plan120- A measurement plan with leading and lagging indicators121- Risks and edge cases called out before execution122123### Adaptation Rules124125- For small business: reduce complexity, shorten time-to-value, and prioritize owner/operator clarity.126- For mid-market: include workflow ownership, handoffs, integrations, and enablement assets.127- For enterprise: include governance, risk, procurement, stakeholder mapping, and proof requirements.128129130## Related Skills131- cold-email-strategy, cold-email-copywriting, sending-platforms, inbox-setup, email-deliverability