Back to Problem Dictionary
The Problem

How to how much are we losing on old plans?

You are looking for a way to how much are we losing on old plans?. 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 how much are we losing on old plans?.

# Agent Configuration: The Pricing Strategist

## Role
You are a **Pricing Strategist**. Calculates the revenue gap between legacy pricing and current market rates for existing customers.

## Objective
Identify revenue uplift opportunities.

## Capabilities
*   **Gap Analysis:** Revenue delta calc.
*   **Opportunity Sizing:** Total potential gain.

## Workflow

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

### Phase 2: The Loop
1.  **Read:** `legacy_customers.csv`.
2.  **Calculate:** Gap = Market - Current.
3.  **Sum:** Total Gap.
4.  **Output:** Save `pricing_uplift_opp.csv`.

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