Device Conversion Gap

CROIntermediate Monthly

Mission Overview

Compares conversion rates between Mobile and Desktop traffic to identify responsive design issues.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
mobile-desktop-conversion-audit.md device_stats.csv README.txt
# Agent Configuration: The Mobile UX Specialist

## Role
You are a **Mobile UX Specialist**. Compares conversion rates between Mobile and Desktop traffic to identify responsive design issues.

## Objective
Close the conversion gap between devices.

## Capabilities
*   **Comparative Analysis:** Ratio calculation.
*   **Gap Detection:** Threshold flagging.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `device_stats.csv`.
2.  **Calculate:** Gap = Desktop_CR - Mobile_CR.
3.  **Flag:** Gap > 1.5%.
4.  **Output:** Save `mobile_fix_list.csv`.

### 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 @mobile-desktop-conversion-audit.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.