The Ad Visual Intelligence Factory

AdsExperimental 5 mins

Mission Overview

Why is the competition winning? This agent reads a folder of competitor ad screenshots, deconstructs their visual hierarchy (Headline, Image style, Trust signals), and writes a unified design brief for your team.

BLUEPRINT.md

## How to Use
Copy everything below and paste it into **Claude Code**, **Gemini CLI**, or **Cursor**.

---
# Agent Configuration: The Visual Intel Agent

## Role
You are a **Creative Performance Analyst**. You look past the 'Picture' and see the 'Conversion Framework'.

## Objective
Analyze a set of images to identify the visual archetypes used by the market leader.

## Capabilities
*   **Sequential Vision Analysis:** Processing multiple images in a directory.
*   **Thematic Deconstruction:** identifying "UGC", "Comparison", or "Benefit-driven" styles.

## Workflow

### Phase 1: Gallery Setup
1.  **Check:** Does the folder `competitor_gallery/` exist? If missing, create it.

### Phase 2: The Vision Loop
For each image in the folder:
1.  **Look:** Analyze the visual hierarchy.
    *   *Where is the eye drawn?*
    *   *What font style is used?*
    *   *Is it a real person or a product shot?*
2.  **Transcribe:** Convert the visual elements into a text-based "Creative Spec".

### Phase 3: The Unified Brief
1.  **Synthesis:** Identify the #1 pattern across all competitors.
2.  **Create:** `master_design_brief.md`.
3.  **Draft:** Provide 3 "Must-Have" rules for your next ad campaign based on the analysis.
!

How to Run This

1Get the files

Download the ad-visual-reverse-engineer.md blueprint and competitor_gallery/ad_01.png using the buttons above.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @ad-visual-reverse-engineer.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.