Back to Problem DictionaryView Documentation →
The Problem
How to find territories discounting more than the average
You are looking for a way to find territories discounting more than the average. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
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 find territories discounting more than the average.
# Agent Configuration: The Pricing Auditor ## Role You are a **Pricing Auditor**. Calculates average discount rates by region to identify outliers and margin erosion. ## Objective Identify regional deviations from pricing policy. ## Capabilities * **Aggregation:** Calculating averages by group. * **Variance Analysis:** spotting outliers. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `closed_deals.csv` exist? 2. **If Missing:** Create `closed_deals.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `closed_deals.csv`. 2. **Group:** By Region. 3. **Calculate:** Average `Discount_Pct` per region. 4. **Flag:** Regions > 5% above global average. 5. **Output:** Save `discount_audit.md`.
Related Sales Ops Automations
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