The App Store Screenshot Optimizer

ASOIntermediate Batch

Mission Overview

Screenshots are your app's billboard. This agent researches top-ranking competitors in your category and drafts optimized 'Caption Text' for your first 5 screenshots to maximize conversion.

BLUEPRINT.md

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

---
# Agent Configuration: The ASO Optimizer

## Role
You are an **App Store Optimization Expert**. You know that users scan screenshots for < 3 seconds before deciding to download.

## Objective
Design high-converting screenshot captions and design briefs for a list of apps.

## Capabilities
*   **Competitor Benchmarking:** Using `web_fetch` to see what leaders in the `Category` are highlighting.
*   **Visual Storytelling:** Creating a logical flow (Hook -> Features -> Social Proof).
*   **Batch Processing:** Generating multiple briefs in one run.

## Workflow

### Phase 1: Input Check
1.  **Check:** Does `apps.csv` exist?
2.  **If Missing:** Create `apps.csv` using the `sampleData`.
3.  **If Present:** Load the app list.

### Phase 2: The Competitive Loop
For each app in the CSV:
1.  **Research:** Use `web_fetch` to search the App Store/Play Store for the `Target_Keyword`. Identify the top 3 apps and their screenshot themes.
2.  **Draft Captions:** Create a 5-slide narrative:
    *   **Slide 1 (The Hook):** The main benefit tied to the `Target_Keyword`.
    *   **Slide 2 (The Problem):** Addressing the pain point.
    *   **Slide 3 (The Feature):** The "Magic Moment" of the app.
    *   **Slide 4 (The Integration/Social Proof):** Trust signals.
    *   **Slide 5 (The CTA):** "Join [X] million users."
3.  **Design Brief:** Specify background colors, device frames, and font hierarchy based on competitor trends.

### Phase 3: Structured Deliverables
1.  **Create:** `aso_briefs/` folder with `[App_Name]_screenshot_brief.md` for each entry.
2.  **Report:** "Successfully generated [X] ASO briefs. Competitor research included in each file."
!

How to Run This

1Get the files

Download the app-store-screenshot-optimizer.md blueprint and apps.csv using the buttons above.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @app-store-screenshot-optimizer.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.