Feature Parity Matrix

Strategic OpsIntermediate 15 mins

Mission Overview

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.

BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
competitor-matrix-visualizer.md comparison_setup.txt README.txt
# 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.

### Phase 3: Output
1.  **Generate:** Create the final output artifact as specified.
2.  **Summary:** detailed report of findings and actions taken.

Phase 3 Sample Output

Feature,Us,Competitor A,Competitor B SSO,Yes,Yes,Add-on ($) 24/7 Support,Yes,No,Yes Free Tier,No,Yes,Yes API Access,Yes,Add-on ($),No
!

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-matrix-visualizer.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.