playbook-name-to-other-prospects

Generates a cold email variable naming two other senior colleagues at the prospect's company.

678|243|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill playbook-name-to-other-prospects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playbook-name-to-other-prospects
Source: https://github.com/growthenginenowoslawski/coldoutboundskills/tree/main/skills/playbooks/playbook-name-to-other-prospects
Command: npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill playbook-name-to-other-prospects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cold emails often need a "not sure if this is you" referral angle, but naming the wrong colleague — or worse, naming the recipient back to themselves — destroys credibility. This playbook produces a safe, verified other_prospects variable (e.g. "Jeff Barg or Rob Cook") that slots into a referral CTA without ever naming the person being emailed.

Core Features & Use Cases

  • Hard recipient exclusion: Filters candidates on normalized first+last name and LinkedIn profile URL before any model call, so the recipient can never appear in their own email; rows missing recipient_full_name refuse to run.
  • AI judge with audit trail: A locked prompt screens provider candidates for seniority, headline contradictions, and support-staff titles, returning both kept names and dropped reasons for cheap QA.
  • Still-there verification: A web check confirms each named person is still at the company before the variable ships, since provider job titles go stale.
  • Use Case: A campaign targeting VPs of Operations wants a "if this sits with someone else" CTA. The playbook finds two other senior people at each prospect's domain, verifies them, and outputs a ready-to-drop phrase — or an empty string that removes the whole sentence.

Quick Start

Ask Claude to build the other_prospects variable for a lead list using this playbook, providing each row's domain, recipient full name, LinkedIn URL, and persona titles.

Frequently Asked Questions about playbook-name-to-other-prospects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a "wrong person" referral line to cold emails?

Build an other_prospects variable that names up to two other senior colleagues at the recipient's company, then slot it into a sentence like "If this sits with {{other_prospects}} instead, happy to talk to them." The referral CTA must be its own sentence that disappears entirely when the variable is empty.

How do I stop a cold email from naming the recipient to themselves?

Exclude the recipient before any model call by matching on normalized first and last name plus LinkedIn profile URL. Normalize hard — lowercase, strip accents and punctuation, compare first+last only — so nicknames, middle initials, and credential suffixes still match.

Can I build this colleague-name variable in Clay?

Yes. The playbook ships both a Clay table build (columns for domain lookup, exclusion formula, AI judge, and still-there check) and a Clay CLI workflow with equivalent code nodes. The exclusion runs as a formula before the paid AI column.

Why does the colleague variable name people who left the company?

Provider job titles go stale, so a candidate list alone is unreliable. The playbook requires a still-there web check on each kept name plus the domain before the variable ships, and a headline-contradiction rule in the judge prompt drops self-reported titles that do not match reality.

What happens when only one colleague qualifies?

One name is a valid answer. The phrase is assembled in code so a single name renders cleanly without a dangling "or", and the copy sentence must still read naturally with one name.

When should I not use the other-prospects variable?

Do not use it when you want the buying committee as separate leads — the people named in this variable must never be emailed unless they are in the list on their own merits. It exists only to give the reader an easy referral instead of a yes or no.