Workflow #sdr #operations

SDR Operations Playbook

Workflows Free, ungated

Core operational rules, cold call scripts, and daily workflows for B2B Sales Development Representatives. Establish strict standards to ensure high-volume outbound doesn't devolve into low-quality spam.

What's inside

FileWhat it does
.agents/skills/SKILL.mdOrchestrator and routing logic
.agents/skills/sdr-outbound-writing-rules.mdWriting frameworks, limits, and anti-patterns
.agents/skills/sdr-cold-call-scripts.mdOpeners, objection handling, and voicemail templates
.agents/skills/sdr-daily-workflow-operator.mdDaily execution rhythm and timeboxing
.agents/skills/sdr-prompt-library.mdAI prompts for pre-call research and email drafting
.agents/skills/sdr-metrics-benchmarks.mdActivity metrics, ramp timelines, and conversion data

Prerequisites

  • CRM and dialing software
  • AI IDE (Claude Code, Cursor, Windsurf)

Installation

Cursor, Windsurf, or Generic AI IDE

  1. Clone the repo: git clone https://github.com/forma-norden/sdr-operations-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/sdr-operations-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: Generate a cold call opener for a VP of Marketing.

Running tests

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

  • tests/README.md in sdr-operations-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
gtm-plays-collectionUpstreamSDRs execute the plays defined in the plays collection using the workflows defined here.
cold-email-copy-playbookParallelThe copy framework rules defined here dictate how the templates in the copy playbook are customized.
outbound-personalization-playbookUpstreamResearch frameworks from that playbook feed directly into the execution blocks defined in this playbook.
linkedin-profile-dm-conversion-playbookParallelExtends the multi-channel approach from email/call into social selling.

Suggested skill chains

  1. The Complete Outbound Setup: sdr-daily-workflow-operator (set the schedule) > personalization-research-framework (do the research) > sdr-cold-call-scripts + sdr-outbound-writing-rules (execute the outreach).
  2. Fixing SDR Performance: sdr-metrics-benchmarks (find the leak) > sdr-prompt-library (build tools to fix it).