Agent skill
cadence-manager
Orchestrates the full multi-channel outreach cadence for all active leads.
Filed under Outbound email.
From ekatasingh1107/b2b-gtm-skills · 99 skills · 2 · pushed 2026-04-11
What it does when it runs
Orchestrates the full multi-channel outreach cadence for all active leads. Tracks where each lead is, generates appropriate content, manages daily caps, handles weekends, and coordinates across email, LinkedIn, Instagram, and phone.
Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/ekatasingh1107/b2b-gtm-skills.git /tmp/b2b-gtm-skills git -C /tmp/b2b-gtm-skills sparse-checkout set "skills/playbooks/cadence-manager" mkdir -p ~/.claude/skills/cadence-manager cp -R "/tmp/b2b-gtm-skills/skills/playbooks/cadence-manager/." ~/.claude/skills/cadence-manager/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from ekatasingh1107/b2b-gtm-skills/blob/eae8dd0bb98da1c8e84abd297066a87015dd860f/skills/playbooks/cadence-manager/SKILL.md, which is licensed MIT (repository). 503 words, 9 headings.
Cadence Manager
The central orchestrator for all outreach cadence operations. Manages the lifecycle of every lead from first touch through breakup or conversion.
Prerequisites
agency.config.jsonpopulated (outreach cadence, tools, daily caps)- Leads in CRM at various cadence stages
Composites & Capabilities Used
follow-up-enginecomposite -- process daily follow-upsoutreach-draft-pipelinecomposite -- generate new outreachcold-email-draftercapability -- email contentmessage-generatorcapability -- multi-channel contentcrm-writercapability -- CRM updates
Phase 0: Cadence Overview
Read agency.config.json outreach.cadence and present the configured cadence:
YOUR OUTREACH CADENCE
---
Day 1: Email (Touch 1) + Instagram Engage
Day 2: LinkedIn Connection Request
Day 3: Add to Calling Sheet
Day 4: Email Follow-Up #1 (new angle)
Day 5: Instagram DM Follow-Up
Day 6: Call Follow-Up (add to sheet)
Day 7: Email Follow-Up #2 (case study)
Day 8: Rest
Day 9: Email Follow-Up #3 (urgency)
Day 10: Rest
Day 11: Breakup Email
Daily caps: Email N, LinkedIn N, Instagram N, Calls N
Weekend rule: Push to Monday
Phase 1: Pipeline Audit
Query CRM for all leads in cadence (stage = CONTACTED):
CADENCE STATUS
---
Day 1-3: N leads (early stage)
Day 4-7: N leads (mid stage)
Day 8-11: N leads (late stage)
Paused: N leads (responded, awaiting manual follow-up)
Breakup: N leads (cadence complete)
Overdue: N leads (missed actions, need catch-up)
Phase 2: Daily Execution
Execute follow-up-engine to process all leads with actions due today.
Handle edge cases:
- Weekend actions: Auto-defer to Monday. Adjust subsequent days.
- Over daily cap: Prioritize by score (HOT first). Defer WARM to tomorrow.
- Missing channel data: Skip unavailable channels, note in CRM.
- Lead responded: Pause cadence immediately, flag for manual review.
- Bounced email: Remove from email sequence, switch to LinkedIn/Instagram only.
Phase 3: Cadence Health
Monitor cadence performance:
CADENCE HEALTH REPORT
---
Response rate by touch:
- Touch 1 (Day 1): X% response rate
- Touch 2 (Day 4): X%
- Touch 3 (Day 7): X%
- Touch 4 (Day 9): X%
- Breakup (Day 11): X%
Response rate by channel:
- Email: X%
- LinkedIn: X%
- Instagram: X%
- Phone: X%
Average days to response: N
Best performing touch: Touch N (X%)
Worst performing: Touch N (X%)
Recommendations:
- [If Touch 1 < 5%]: Consider revising email subject lines or opening hooks
- [If LinkedIn > Email]: Shift more weight to LinkedIn touches
- [If breakup gets responses]: Consider extending cadence
Phase 4: Adjustments
Based on performance data, suggest cadence modifications:
- If response rate is low on a specific touch, suggest changing the angle
- If a channel underperforms, suggest rebalancing
- If breakup emails get responses, suggest adding Day 14/21 touches
User approves changes. Update agency.config.json outreach.cadence if modified.
Example Usage
Trigger phrases:
- "Show cadence status"
- "How's the outreach cadence performing?"
- "Run the cadence manager"
- "What leads need follow-up?"
- "Adjust the cadence -- add a Day 14 touch"
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- smartlead-inbox-manager by growthenginenowoslawski · 668
- copywriting-manager-sequence by Othmane-Khadri · 290
- google-tag-manager by thatrebeccarae · 130
- manager-leadgen by impecablemee · 66
- operating-cadence-designer by NEON-Rutger · 46
- revenue-operating-cadence by NEON-Rutger · 46
- operating-cadence by beingsmit · 42
- multi-channel-cadence by devangk003 · 0
Need help setting it up?
This page tells you what cadence-manager does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.