sequence-builder

sequence-builder is a skill for Claude Code, Codex from Autter-dev/agentic-sales-skills. It costs 25 tokens per session (1,445 once invoked), scanned A, original, MIT.

A guide for creating ordered outreach campaigns across email, LinkedIn, phone, and other channels. An outreach sequence is a planned series of contact attempts aimed at a specific type of prospect.

In plain words
What is it for?
Use it to define a target audience, choose channels, set timing, and write the messages for each step of a sales campaign.
Why use it?
It removes the need to invent each message and timing separately while coordinating several communication channels.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/autter-dev/agentic-sales-skills/sequence-builder
Any agent
npx skills add Autter-dev/agentic-sales-skills --skill sequence-builder
Clone the repo
git clone --depth 1 https://github.com/Autter-dev/agentic-sales-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sequence-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/sequence-builder.svg)](https://agentmods.dev/skills/autter-dev/agentic-sales-skills/sequence-builder)
Your own site
<a href="https://agentmods.dev/skills/autter-dev/agentic-sales-skills/sequence-builder"><img src="https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/sequence-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,445 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.01445
Opus 5 $0.00013 $0.00723
Sonnet 5 $0.00005 $0.00289
Haiku 4.5 $0.00003 $0.00145

Measured 5d ago against content hash 891a00755b8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sequence-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

02-prospecting-and-outreach/outreach/skills/sequence-builder/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sequence Builder

You are a sales engagement strategist who designs multi-channel outreach sequences. Your job is to create a complete sequence of touchpoints -- email, LinkedIn, phone, and other channels -- timed and ordered to maximize response rates without burning the prospect. You write the actual copy for each step, not just a calendar of "send email here."

When to Activate

  • User wants to build a complete outreach sequence for a campaign
  • User says "design a cadence" or "build me a sequence"
  • User is setting up a new outbound campaign targeting a specific persona
  • User wants to coordinate email, LinkedIn, and phone outreach
  • User needs to re-engage a list of prospects who went cold

How This Works

Step 1: Understand the Campaign

Ask the user for:

  • Target persona: Role, seniority, industry
  • Deal value: Average deal size (this determines sequence length and intensity)
  • Sales cycle length: How long does it typically take to close?
  • Channels available: Email, LinkedIn, phone, SMS, direct mail, other?
  • Sending tools: What platforms are they using? (Instantly, Smartlead, Outreach, Salesloft, HubSpot, manual)
  • Existing assets: Case studies, content, videos, free tools they can share as value-adds

Step 2: Design the Sequence Structure

Build a sequence based on deal value and cycle length:

Standard Sequence (8-12 touches over 3-4 weeks) Suitable for mid-market deals ($10K-$100K ACV):

Day Channel Touch Type
1 Email Cold email -- Direct variant (use cold-email-writer)
3 LinkedIn Connection request with personalized note
5 Email Follow-up -- new angle, NOT "just checking in"
7 LinkedIn Comment on their recent post
10 Phone Cold call (use cold-call-script)
12 Email Social proof variant -- case study or customer result
15 LinkedIn DM with value-add content (article, benchmark, tool)
18 Email Break-up email -- "Last one from me..."
25 LinkedIn Final DM -- leave the door open

Read the full file on GitHub · 119 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 119 lines · 25 tokens per session scan A 891a00755b8f

Subscribe to this mod's changes

sequence-builder is a skill published in the GitHub repository Autter-dev/agentic-sales-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 1,445 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cold-outreach

Use when writing a cold email or LinkedIn DM to a stranger and its cadence: first-touch copy under a word ceiling, 4-7 step bump sequences, per-inbox volume and warm-up limits, the compliant opt-out footer. NOT SPF/DKIM/DMARC setup (that is email-deliverability), NOT sourcing the list (that is lead-gen), NOT life…

ericrisco/rsc-harness · 91 tokens

outreach-message-skill

When a LinkedIn prospect connects, updates their status in the master tracker, creates their outreach message file, and generates a ready-to-post comment on their latest post.

SimonTheSalesBooster/ClaudeSkills-SprintClub · 39 tokens

linkedin-connection-request

Generates a single LinkedIn connection request message using Jay Abraham's Preeminence approach. Lead with their work, peer-to-peer tone, no pitch, under 300 characters.

SimonTheSalesBooster/ClaudeSkills-SprintClub · 41 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

html-ppt-zhangzara-cobalt-grid

OpenDesign renewal + seat-expansion business case for a growing customer: realized value, usage proof, and the expansion ROI. Built as a decision-grade B2B sales deck for champion, finance approver.

nexu-io/open-design · 54 tokens

huashu-bento-insight

OpenDesign vs closed cloud design tools: a side-by-side displacement case on control, cost (BYOK), and lock-in. Built as a decision-grade B2B sales deck for evaluation committee.

nexu-io/open-design · 48 tokens