playbook-creative-ideas

Generates three slot-defined personalized creative idea bullets per company for cold email campaigns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Free-form AI personalization produces generic, interchangeable cold email bullets (2/5 usable). This playbook fixes that by having the operator pre-define three fixed idea slots, so the model only fills each slot with a company-specific detail and never invents an idea the seller cannot deliver.

Core Features & Use Cases

  • Slot-defined generation: The operator names what bullets 1, 2, and 3 are about before any prompt exists, and hand-writes three exemplar bullet sets on real companies as a hard gate.
  • Evidence waterfall with verification: Five evidence sources in a locked order, each gated on evidence length (not emptiness), plus a free verifier that asserts each bullet's quoted evidence is a real substring of the input.
  • Dual implementation paths: Ships as a Clay table build (14 columns with an 8-point acceptance check) and a Clay CLI workflow, with model selection guidance (nano-class outside Clay at $0.12/1k rows, gpt-4o-mini inside Clay).
  • Use Case: A lead generation agency runs a "three ideas for your business" campaign across 10,000 manufacturing prospects, producing creative_idea_1/2/3 fields and a rendered bullet block, with any empty bullet routing the lead to a non-ideas campaign.

Quick Start

Ask Claude to set up the creative ideas playbook by interviewing the operator to name the three bullet slots and hand-write three example bullet sets for real companies before building the prompt.

Frequently Asked Questions about playbook-creative-ideas

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

FAQPage Schema
How do I write personalized cold email bullets with AI that are not generic?

Define three fixed idea slots up front in the seller's own words, then have the model fill each slot only with a detail true of that company. Slot-defined generation scored 21/23 usable versus 2/5 for free-form ideation.

How do I verify AI-generated personalization is not hallucinated?

Require the model to output an evidence quote alongside each bullet, then assert the quote appears as a real substring of the input evidence after normalization. A bullet whose evidence is not in the input was invented and gets blanked, with no second model call needed.

Which model should I use for Clay AI columns generating email personalization?

Use gpt-4o-mini inside Clay at roughly $0.27 per 1,000 rows. A nano-class reasoning model with reasoning unset burns hidden reasoning tokens, costs about 19x more, and frequently returns blank content; outside Clay, a nano model at minimal reasoning costs $0.12 per 1,000 rows.

Why does my evidence waterfall stop at thin company descriptions?

Gating each source on the previous evidence being empty stops at the first non-empty result, which is often a two-sentence boilerplate. Gate on length instead (under 200 characters) so the waterfall continues until it finds substantive evidence or abstains.

What happens when one of the three email bullets comes back empty?

Any empty bullet excludes the entire row and routes it to a separate non-ideas campaign. A 3-bullet email with 2 bullets is a different email, and sequencers cannot pin a lead to a specific sequence variant.

When should I not use the three creative ideas email playbook?

Skip it when one personalized sentence atop a fixed email suffices, when the hook is an event, or when the operator cannot name three fixed slots. An idea the operator did not ask for is one the seller cannot deliver on the call.