Workflow
#copy
#outbound
Cold Email Copy Playbook
Workflows
Free, ungated
Production copy workflow for cold outbound teams that need segment-specific, reply-focused messaging without sacrificing deliverability or compliance. This repo turns copy writing into an operating system with deterministic structure, CTA policy, follow-up logic, and prelaunch QA gates.
What's inside
| File | What it does |
|---|---|
.agents/skills/SKILL.md | Orchestrator and routing logic |
.agents/skills/copy-atl-executive-messaging.md | Strategic messaging targeting the C-Suite and VPs (Above the Line). |
.agents/skills/copy-btl-practitioner-messaging.md | Tactical messaging targeting managers and practitioners (Below the Line). |
.agents/skills/copy-segmentation-system.md | How to split outbound lists into executable copy segments. |
.agents/skills/copy-message-architecture.md | Building first-touch emails with a constrained 4-block structure. |
.agents/skills/copy-subject-opener-engine.md | Generating subject and opener variants with anti-spam controls. |
.agents/skills/copy-cta-friction-design.md | Selecting CTA style by touch stage and buyer readiness. |
.agents/skills/copy-follow-up-sequence.md | Designing touches 2-5 with new value and close logic. |
.agents/skills/copy-quality-compliance-review.md | Quality, deliverability, and compliance checks before launch. |
Prerequisites
- Clear ICP and segment definitions
- Source-backed trigger data for personalization
- Proof assets (case outcomes, teardown, or process evidence)
- Sequencer with suppression and opt-out handling
- Deliverability baseline already configured
Installation
Cursor, Windsurf, or Generic AI IDE
- Clone the repo:
git clone https://github.com/forma-norden/cold-email-copy-playbook - Copy the
.agents/skills/directory into your project's.agents/skills/folder.
Claude Code
- Clone the repo:
git clone https://github.com/forma-norden/cold-email-copy-playbook - Copy the
.agents/skills/directory into your project's.claude/skills/folder.
Usage
Read .agents/skills/copy-message-architecture.md
Inputs:
- segment: VP Sales at 50-300 employee B2B SaaS firms
- trigger: hiring outbound reps this month
- pain hypothesis: response lag and poor qualification
- proof: similar team improved qualified reply rate by 2.4x
- CTA type: low friction yes/no
Return:
1) three first-touch variants
2) risk notes for each
3) selected primary variant and rationale
Expected output:
- three testable first-touch messages
- one selected production variant with reasoning
- risk flags to fix before launch
Running tests
Use the prompt tests in tests/ to validate expected behavior and edge cases before deployment.
tests/README.mdincold-email-copy-playbook- Load each skill and run the corresponding test prompt
- Compare output against the validation checklist before rollout
Who this is for
GTM engineers, RevOps leads, VP Sales, and founders at B2B companies with 50 to 500 employees who are building or consolidating their outbound infrastructure and want to reduce tool sprawl through better-engineered GTM systems.
Ecosystem connections
This repository is designed to work as part of the Forma Norden open-source GTM ecosystem.
Works with
| Repo | Relationship | When to use together |
|---|---|---|
cold-email-deliverability-playbook | Parallel | After writing copy, run deliverability checks before launch. Copy structure affects filter risk. |
clay-claude-code-skill-pack | Upstream | Use Clay to build enrichment for personalization data that feeds copy segments. |
signal-based-list-building-workflow | Upstream | Signal-qualified lists determine which triggers and personas the copy targets. |
buying-window-signal-workflow | Upstream | Signal routing determines timing and message angle for each outreach. |
linkedin-claude-code-workflow | Parallel | Multi-channel campaigns: email copy here, LinkedIn engagement routing there. |
n8n-gtm-workflow-pack | Downstream | Automate sequence enrollment and send logic after copy is approved. |
outbound-personalization-playbook | Upstream (planned) | Research and personalization framework feeds the opener and pain framing in each email. |
sdr-operations-playbook | Parallel (planned) | SDR daily workflow references these copy skills for outbound execution. |
Suggested skill chains
- Full campaign build:
signal-based-list-building-workflow(qualify leads) >clay-claude-code-skill-pack(enrich) >cold-email-copy-playbook(write) >cold-email-deliverability-playbook(verify) >n8n-gtm-workflow-pack(automate) - Signal-triggered outreach:
buying-window-signal-workflow(score and route signal) >cold-email-copy-playbook/copy-atl-executive-messagingorcopy-btl-practitioner-messaging(write for persona) >cold-email-deliverability-playbook(check before send) - Multi-channel sequence:
cold-email-copy-playbook(email copy) +linkedin-profile-dm-conversion-playbook(DM copy) > synchronize timing and messaging across channels