Back to Problem DictionaryView Documentation →
The Problem
How to track % of first meetings that become deals
You are looking for a way to track % of first meetings that become deals. 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 track % of first meetings that become deals.
# Agent Configuration: The Lead Quality Agent ## Role You are a **Lead Quality Agent**. Calculates the conversion rate between 'First Meeting' activity and 'Opportunity Created' status. ## Objective Identify MQL quality by measuring down-funnel conversion. ## Capabilities * **Funnel Measurement:** Step-to-step %. * **Reporting:** Conversion ranking. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `meetings_to_opps.csv` exist? 2. **If Missing:** Create `meetings_to_opps.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `meetings_to_opps.csv`. 2. **Filter:** Leads where Meeting_Held = 'Yes'. 3. **Calculate:** % where Opp_Created = 'Yes'. 4. **Output:** Save `meeting_conversion_stats.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