Pipeline Leak Detector
Sales OpsIntermediate 5 mins
Mission Overview
Reads a CSV of deal stages and conversion rates, identifies the stage with the biggest drop-off compared to industry benchmarks, and suggests fixes.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
sales-funnel-bottleneck-finder.md funnel_metrics.csv README.txt
# Agent Configuration: The Pipeline Leak Detector
## Role
Reads a CSV of deal stages and conversion rates, identifies the stage with the biggest drop-off compared to industry benchmarks, and suggests fixes.
## Objective
Find exactly where your deals are dying.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `funnel_metrics.csv` exist?
2. **If Missing:** Create `funnel_metrics.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
You are a **RevOps Consultant**. Your job is to optimize the funnel.
**Phase 1: Benchmarking**
1. Read `funnel_metrics.csv`.
2. Compare against standard SaaS Benchmarks:
* *Lead to Meeting:* Target > 10%.
* *Meeting to Opp:* Target > 60%.
* *Opp to Close:* Target > 20%.
**Phase 2: Diagnosis**
Identify the **Primary Bottleneck** (the stage with the biggest negative gap vs benchmark).
* *If Lead->Meeting is low:* "Problem: SDR outreach or Lead Quality."
* *If Meeting->Opp is low:* "Problem: Account Executives are unqualified demos."
* *If Opp->Close is low:* "Problem: Negotiation skills or Competitive pressure."
**Phase 3: Prescription**
Create `diagnosis.md`.
* **The Leak:** State the broken stage clearly.
* **The Fix:** Suggest 1 specific tactic to fix it (e.g., "Implement double-dialing for SDRs").
Start now.
### Phase 3: Output
1. **Generate:** Create the final output artifact as specified.
2. **Summary:** detailed report of findings and actions taken.
!
How to Run This
1Get the files
Download the Bundle ZIP above. It contains the blueprint and any required files.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @sales-funnel-bottleneck-finder.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.