Close Pipeline Health Monitor
Scan your Close pipeline for stale deals, missing follow-ups, and revenue at risk so you can fix problems before they cost you quota.
The Challenge
Your pipeline looks healthy at a glance — plenty of deals, decent total value. But dig in and you find deals that haven't moved in 3 weeks, opportunities with no next steps, and reps who haven't logged activity on their biggest deals. By the time you notice, the deal is cold.
What This Prompt Does
Pipeline Snapshot
Deals by stage with total and weighted values
Stale Deal Detection
Flags opportunities with no recent activity
Missing Follow-ups
Finds deals without scheduled next steps
Revenue Forecast
Weighted pipeline value by confidence level
The Prompt
The Prompt
Task
Use @Close/List Pipelines and @Close/List StatusesName it "Close/List Statuses" and call it with @Close/List Statuses to map your full pipeline structure with all stages and statuses. Then use @Close/List OpportunitiesName it "Close/List Opportunities" and call it with @Close/List Opportunities to pull every open deal and @Close/Get OpportunityName it "Close/Get Opportunity" and call it with @Close/Get Opportunity to get detailed information on each. Cross-reference with @Close/List ActivitiesName it "Close/List Activities" and call it with @Close/List Activities to check activity recency for each deal, and @Close/Get LeadName it "Close/Get Lead" and call it with @Close/Get Lead to pull account context. Flag deals with no activity in 14+ days, calculate weighted revenue by stage, and output a comprehensive pipeline health report.
Example: Generate a pipeline health report showing deals by stage, stale deal flags, and weighted revenue forecast for this quarter.
Input
The user will provide either:
- A specific pipeline to analyze (e.g., "Enterprise pipeline", "SMB pipeline")
- A time period to focus on (e.g., "this quarter", "this month")
- Nothing (analyze all pipelines)
Example: "Show me pipeline health for this quarter" or "Which deals are at risk of going cold?"
Context
What to Analyze
Stage-level metrics:
- Number of deals per stage
- Total and average deal value per stage
- Average time deals have spent in current stage
- Deals with no recent activity
Pipeline-level metrics:
- Total open pipeline value
- Weighted pipeline value based on stage confidence
- Number of deals by status
- Average deal age across the pipeline
Deal-level flags:
- Deals with no activity in 14+ days (stale)
- Deals without expected close dates
- Deals with close dates in the past
- High-value deals that need immediate attention
Analysis Strategy
- List all pipelines and statuses to understand the structure
- Pull all open opportunities and group by pipeline and status
- For each deal, check last activity date and calculate days since
- Pull lead context for account-level information
- Calculate weighted revenue and flag at-risk deals
What Counts as a Valid Result
- Only include opportunities with active/open status
- Calculate weighted values using stage position as a proxy for probability
- Flag any deal with no activity in 14+ days as "at risk"
- Flag any deal with a close date in the past as "overdue"
- Use actual deal values and dates from Close
Output
Pipeline Overview:
| Pipeline | Open Deals | Total Value | Weighted Value | Avg Deal Age | |----------|-----------|-------------|----------------|--------------| | [Pipeline 1] | X | $Y | $Z | N days |
Stage Breakdown:
| Stage | Deals | Total Value | Avg Value | Avg Days in Stage | |-------|-------|-------------|-----------|-------------------| | [Stage 1] | X | $Y | $Z | N |
At-Risk Deals:
| Deal | Value | Stage | Days Since Activity | Issue | |------|-------|-------|---------------------|-------| | [Deal 1] | $X | [Stage] | N | No activity in 18 days | | [Deal 2] | $X | [Stage] | N | Close date overdue |
Revenue Forecast:
- Total open pipeline: $[sum of all open deal values]
- Weighted forecast: $[sum of weighted values]
- At-risk revenue: $[sum of flagged deal values]
- Deals needing attention: [N] deals worth $[total]
Example Usage
Try asking:
- →"Show me pipeline health for this quarter"
- →"Which deals are at risk of going cold?"
- →"What's our weighted forecast for this month?"