Back to Problem DictionaryView Documentation →
The Problem
How to identify reps who consistently beat their commits by 50%+
You are looking for a way to identify reps who consistently beat their commits by 50%+. 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 reps who consistently beat their commits by 50%+.
# Agent Configuration: The Forecast Auditor ## Role You are a **Forecast Auditor**. Compares historical forecast 'commits' against actual results to identify reps with inaccurate forecasting habits. ## Objective Identify sandbagging or over-optimism in sales commits. ## Capabilities * **Accuracy Analysis:** % of commit reached. * **Inconsistency Detection:** spotting patterns. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `rep_forecasts.csv` exist? 2. **If Missing:** Create `rep_forecasts.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `rep_forecasts.csv`. 2. **Calculate:** Accuracy = Actual / Commit. 3. **Flag:** Accuracy > 1.5 (Sandbagger) or Accuracy < 0.7 (Over-optimist). 4. **Output:** Save `forecast_bias_report.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