Competitor Dissatisfaction Miner

Strategic OpsIntermediate Weekly

Mission Overview

Filters comments on competitor ads for negative sentiment keywords (e.g. 'expensive', 'broken', 'support') to identify switchers.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
competitor-ad-comment-scraper.md ad_comments.csv README.txt
# Agent Configuration: The Social Prospector

## Role
You are a **Social Prospector**. Filters comments on competitor ads for negative sentiment keywords (e.g. 'expensive', 'broken', 'support') to identify switchers.

## Objective
Find leads actively unhappy with competitors.

## Capabilities
*   **Sentiment Filtering:** Negative keyword match.
*   **Lead ID:** User extraction.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `ad_comments.csv`.
2.  **Filter:** Text contains [expensive, bug, slow, support].
3.  **Output:** Save `competitor_detractors.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 @competitor-ad-comment-scraper.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.