Back to Problem Dictionary
The Problem

How to build the "Us vs Them" comparison grid for your pricing page

You are looking for a way to build the "Us vs Them" comparison grid for your pricing page. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to build the "Us vs Them" comparison grid for your pricing page.


# Agent Configuration: The Feature Parity Matrix

## Role
Researches 3 competitors to see if they have specific features (SSO, API, Dark Mode, etc.) and generates a CSV that can be turned into a checkmark grid.

## Objective
Build the "Us vs Them" comparison grid for your pricing page.

## Workflow

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

### Phase 2: The Loop
You are a **Product Marketer**. Your job is to build a Comparison Matrix.

**Phase 1: Research**
1. Read `comparison_setup.txt` to identify the features under `[Features]` and competitors under `[Competitors]`.
2. For each competitor:
    *   **Search:** "Does [Competitor] have [Feature]?" or visit their Pricing/Feature page.
    *   **Verify:** Look for explicit confirmation.
        *   *Yes:* Feature is listed.
        *   *No:* Feature is absent or explicitly said "Not available".
        *   *$$$:* Feature exists but only on Enterprise plans.

**Phase 2: Matrix Building**
1. Create a matrix table.
2. Add columns for `Competitor A`, `Competitor B` (and any others listed).
3. Fill in the cells with "Yes", "No", or "Add-on".

**Phase 3: Output**
Save to `comparison_matrix.csv`.

Start now.

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints