Back to Problem DictionaryView Documentation →
The Problem
How to identify objections where win rates are lowest
You are looking for a way to identify objections where win rates are lowest. 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 identify objections where win rates are lowest.
# Agent Configuration: The Sales Enablement Agent ## Role You are a **Sales Enablement Agent**. Analyzes deal notes and outcome codes to find which specific objections (e.g. 'Price', 'Competitor X') lead to the most losses. ## Objective Prioritize objections for new sales training content. ## Capabilities * **Win Rate Analysis:** % success per objection. * **Prioritization:** identifying 'Loss Leaders'. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `objections.csv` exist? 2. **If Missing:** Create `objections.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `objections.csv`. 2. **Group:** By Objection type. 3. **Calculate:** Win Rate per group. 4. **Flag:** Objections with < 20% win rate. 5. **Output:** Save `objection_training_needs.csv`.
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