Workflow #personalization #outbound

Outbound Personalization Playbook

Workflows Free, ungated

Scalable AI-assisted personalization frameworks across the entire market spectrum. Move beyond generic cold emails and build systems that generate highly relevant, signal-driven hooks for Whales, Dolphins, and Minnows.

What's inside

FileWhat it does
.agents/skills/SKILL.mdOrchestrator and routing logic
.agents/skills/personalization-research-framework.mdStructured approach to prospect research
.agents/skills/personalization-hook-builder.mdConverting research into strong hooks
.agents/skills/personalization-at-scale-operator.mdAI-assisted personalization workflows
.agents/skills/personalization-campaign-playbook.mdDecision frameworks for segmenting campaigns
.agents/skills/personalization-quality-scoring.mdScoring AI output quality before sending
.agents/skills/personalization-data-collection-ops.mdAutomation setup and data collection rules

Prerequisites

  • Clay or your preferred enrichment platform
  • AI IDE (Claude Code, Cursor, Windsurf)

Installation

Cursor, Windsurf, or Generic AI IDE

  1. Clone the repo: git clone https://github.com/forma-norden/outbound-personalization-playbook
  2. Copy the .agents/skills/ directory into your project's .agents/skills/ folder.

Claude Code

  1. Clone the repo: git clone https://github.com/forma-norden/outbound-personalization-playbook
  2. Copy the .agents/skills/ directory into your project's .claude/skills/ folder.

Usage

Load the orchestrator in your IDE and state your goal. For example: I need to build an AI prompt to write a hook based on recent funding news.

Running tests

Use the prompt tests in tests/ to validate expected behavior and edge cases before deployment.

  • tests/README.md in outbound-personalization-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

RepoRelationshipWhen to use together
cold-email-copy-playbookParallelPersonalization hooks from here slot into the email templates provided over there.
signal-based-list-building-workflowUpstreamSignals detected in the list-building stage provide the raw data required for personalization here.
clay-claude-code-skill-packDownstreamThe prompts and logic defined in this playbook are physically executed inside Clay.
linkedin-profile-dm-conversion-playbookParallelPersonalization strategies apply identically to cold LinkedIn DMs as they do to email.

Suggested skill chains

  1. Email Campaign Build: list-icp-definition (target list) > personalization-campaign-playbook (strategy) > personalization-at-scale-operator (build hooks) > copy-btl-practitioner-messaging (finish email)
  2. Manual Enterprise ABM: personalization-research-framework (research) > personalization-hook-builder (write intro) > copy-atl-executive-messaging (finish pitch)
INSTALL COMMAND
$ npx skills add forma-norden/outbound-personalization-playbook
View on GitHub