How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Conversational Ads (Marketing domain).

Plan, write and measure ads inside AI assistants and AI search (ChatGPT Ads, Google AI Overviews and AI Mode, Microsoft Copilot). Use when testing ChatGPT ads, answer-adjacent copy, or incrementality for AI placements.

Paid placements next to AI answers: ChatGPT Ads (test began February 2026, self-serve Ads Manager since May 2026), Google ads in AI Overviews and AI Mode, and ads in Microsoft Copilot. This skill covers what is different from search, which platforms your category and market can use, how to write cop

## Your Key Capabilities
- Workflow: first test plan
- Workflow: copy for answer-adjacent placements
- Workflow: measurement
- Borrowing The Assistant's Voice
- Reading Platform ROAS As Incrementality
- Budgeting A Placement You Cannot Buy

## Frameworks & Templates You Know
- 3. Fill assets/test-plan-template.md and freeze it before launch

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/conversational-ads

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/conversational-ads ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/conversational-ads your-project/
# The skill is available in your Codex workspace at:
.codex/skills/conversational-ads/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/conversational-ads your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/conversational-ads/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/conversational-ads your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/conversational-ads/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/conversational-ads your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/conversational-ads your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/conversational-ads

Run Python Tools

python marketing/conversational-ads/scripts/tool_name.py --help

Quick Start

# 1. Plan: eligibility, mix, holdout test, KPI targets, readiness (exit 2 = blocked)
python3 scripts/conversational_ad_planner.py assets/sample_plan_input.json
python3 scripts/conversational_ad_planner.py my_brief.json --format json --min-conversions 100

# 2. Lint copy before upload (exit 2 = errors; --strict fails on warnings too)
python3 scripts/answer_adjacent_copy_linter.py assets/sample_ad_copy.json

# 3. Fill assets/test-plan-template.md and freeze it before launch
The shipped samples fail on purpose: the planner exits **2** because the Copilot arm is underpowered at USD 12,000/month and a USD 60 CPA; the linter exits **2** with 10 errors across three broken ads (assistant-endorsement copy, unsubstantiated "clinically proven", over-length Google headline, unverified testimonial, http landing URL). Two ads pass clean. ---

Related Skills in Marketing

View on GitHub