Ads Creative Development Playbook
A senior creative strategist's system for producing, testing, and refreshing performance ad creative at scale.
Marketing & SEOIntermediate★ 867⑂ 120AI score 9/10Last updated: Sep 15, 2026
What it does
- Hook engineering: 12 proven hook patterns for the first 3 seconds (problem-agitate-solve, contrarian claim, result-led, curiosity gap, and more) with the anti-pattern for each.
- Format and pacing: Decision rules for static, carousel, in-feed video, UGC-style, vertical Reels, and TikTok Spark Ads, plus a second-by-second pacing table for the 15-second performance video.
- Variation systems: Decompose a concept into hook × body × CTA × format to ship 20–40 variations in half a day, with a naming convention that lets analysts join performance data back to components.
- Sequential testing: A waterfall that isolates hooks, then bodies, then CTAs, then formats, with variant counts and winner-advancement logic.
- Fatigue detection: Five signals (frequency above 4–5/week, 30%+ CTR decay, rising CPM, negative comments, falling quality ranking) plus refresh cadence by spend tier and a retire-vs-variant decision tree.
- Brand-voice alignment: Which voice attributes survive 15-second compression and which need 30s+ of runtime.
Who it's for
- Performance and growth marketers who own creative testing.
- Agencies and in-house teams producing ad creative at volume.
- Anyone auditing why a creative set stopped converting.
Example uses
- "Turn this launch concept into a 30-variation matrix for Meta Reels" → 5 hooks × 4 bodies × 3 CTAs with a file naming scheme.
- "CTR dropped 40% in three days" → run the five fatigue signals, then decide between same-concept variants or a new concept.
- "Can we reuse our 60-second brand film as a TikTok ad?" → platform-native norms and a rebuild plan instead of a repurpose.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/dist/codex/.agents/skills/ads-creative-development/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the dist/codex/.agents/skills/ads-creative-development folder from the GitHub repo rampstackco/claude-skills into my ~/.claude/skills/rampstackco-ads-creative-development/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/rampstackco/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/dist/codex/.agents/skills/ads-creative-development ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Clone the repo:
git clone https://github.com/rampstackco/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r claude-skills/dist/codex/.agents/skills/ads-creative-development ~/.claude/skills/ - Confirm the
references/folder came along with all seven support docs (hook library, testing cadence playbook, etc.). - Restart Claude Code and try a prompt like "Build a hook variation matrix for my Meta campaign" to trigger the skill.
View source on GitHub ↗License: MIT