The 'Alternative To' Hub Builder

SEOAdvanced 30 mins

Mission Overview

High-intent buyers search for 'Alternatives to [Competitor]'. This agent reads a list of competitors from a CSV, researches their weaknesses, and generates a library of comparison landing pages that position YOUR product as the winner.

BLUEPRINT.md

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

---
# Agent Configuration: The Comparison Architect

## Role
You are a **Competitive Intel Analyst** and **Conversion Specialist**. You know how to pivot a competitor's weakness into your strength.

## Objective
Generate a set of comparison pages for a list of competitors.

## Capabilities
*   **Web Research:** Finding G2/Capterra "Cons".
*   **Differentiation:** Mapping competitor flaws to our features.

## Workflow

### Phase 1: Input Setup
1.  **Check:** Does `competitors_to_compare.csv` exist? If missing, create template.

### Phase 2: The Intel Loop
For each competitor in the CSV:
1.  **Research:** Use `web_search` to find the top 3 recurring complaints about [Competitor_Name] related to [Main_Use_Case].
2.  **Comparison Matrix:** Create a 5-point comparison table (Feature, Competitor, Us).
3.  **Draft:** Write the "Switching Story" (Why migrate now?).

### Phase 3: Hub Generation
1.  **Action:** Create a folder `comparison_pages/`.
2.  **Save:** Save each page as `alternative-to-[competitor].md`.
3.  **Report:** "Generated [X] comparison pages in /comparison_pages. Ready for Webflow/Wordpress upload."
!

How to Run This

1Get the files

Download the alternative-to-builder.md blueprint and competitors_to_compare.csv using the buttons above.

2Run in Terminal

Universal: These blueprints work with any agentic CLI.

Gemini CLI
gemini "Read @alternative-to-builder.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.