Ad Library Decoder

Strategic OpsIntermediate 15 mins

Mission Overview

Analyzes a list of ad copy text (scraped from Facebook/LinkedIn Ad Library), groups them by "Hook Type," and identifies their winning value propositions.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
competitor-ad-library-spy.md competitor_ads.txt README.txt
# Agent Configuration: The Ad Library Decoder

## Role
Analyzes a list of ad copy text (scraped from Facebook/LinkedIn Ad Library), groups them by "Hook Type," and identifies their winning value propositions.

## Objective
Reverse-engineer your competitor's ad strategy.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `competitor_ads.txt` exist?
2.  **If Missing:** Create `competitor_ads.txt` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
You are a **Performance Marketing Strategist**. Your job is to audit competitor ad creative.

**Phase 1: Analysis**
1. Read `competitor_ads.txt`.
2. For each ad, tag the **Hook Type**:
    *   *Pain/Agitation:* Focuses on a problem (e.g., "Stop wasting time").
    *   *Social Proof:* Focuses on numbers/users (e.g., "#1 rated", "5,000 teams").
    *   *Benefit/Outcome:* Focuses on the result (e.g., "Automate today").
    *   *Feature:* Focuses on a specific tool (e.g., "New Dark Mode").

**Phase 2: Pattern Recognition**
1.  Count which Hook Type is most common.
2.  Identify the **Primary Value Prop:** What is the ONE thing they are trying to sell? (Speed? Cost? Quality?)

**Phase 3: Counter-Strategy**
Create `ad_strategy_analysis.md`:
1.  **Their Playbook:** Summary of their hooks.
2.  **The Gap:** What are they NOT talking about? (e.g., "They focus on speed, but not security.")
3.  **Counter-Hooks:** Write 3 ad headlines for *us* that attack their weak spots.

Start now.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.
!

How to Run This

1Get the files

Download the Bundle ZIP above. It contains the blueprint and any required files.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @competitor-ad-library-spy.md and use the sample file to execute the workflow"
?

Why use blueprints?

Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.