
Pipeline Risk
v0.1.0Identify risky deals, stale opportunities, missing champions, and weak next steps before they cost you the quarter. Keep Salesforce. Replace the manual deal-review docs and the Clari spreadsheet nobody trusts.
Pipeline Risk
agents
Customer Agent
.agents/customer-agent/
Risk Analyst
.agents/risk-analyst/
Daily Stale Deal Check
0 7 * * 1-5
Weekly Competitor Watch
0 8 * * 1
Weekly Pipeline Risk Report
0 7 * * 1
2
Agents
3
Jobs
1
Depts
4
Pages
Validates risk signals against Gong transcripts, recent email, and CRM activity — surfacing deal-specific context the risk score alone cannot see.
Owns the pipeline risk model — scores every open deal, classifies risk type, produces the weekly risk report, and sequences the Customer Agent for deal-specific validation.
Pipeline Risk
Scan every open opportunity for the signals that predict a slip: no champion identified, next step older than 14 days, stage unchanged for 3+ weeks, competitor mentioned without a counter-response. The Risk Analyst scores each deal; the Customer Agent validates context from Gong calls; together they produce a weekly pipeline risk report that lands before the Monday forecast call.
Keep Salesforce and your forecast model. Replace the manual deal-review doc, the Clari-lite spreadsheet, and the "how does this feel?" gut-check that surprises you at month-end.
The team
- [[.agents/risk-analyst]] — Risk Analyst (lead). Owns the pipeline risk model: scores every open deal, classifies risk type, and produces the weekly report. Sequences the Customer Agent for deal-specific context.
- [[.agents/customer-agent]] — Customer Agent. Validates risk signals against Gong transcripts, recent email, and CRM activity. Surfaces deal-specific context the risk score can't see.
Recurring rhythm
| Cadence | Job | Owner | Output |
|---|---|---|---|
| Weekly (Mon 07:00) | [[.jobs/weekly-pipeline-risk]] | Risk Analyst | Pipeline risk report in /reports/pipeline-risk-<date>.md |
| Weekly (Mon 08:00) | [[.jobs/weekly-competitor-watch]] | Risk Analyst | Competitor mentions in active deals flagged and cross-referenced |
| Daily (Mon–Fri 07:00) | [[.jobs/daily-stale-check]] | Risk Analyst | Deals going stale overnight flagged in /alerts/stale.md |
How to run the demo
- Open the [[pipeline-board]] — the Pipeline Risk Board: deals table with risk score, stage, age, champion status, and next-step health; forecast vs. target summary; competitor mention alerts.
- Check
/reports/— weekly pipeline risk reports the Risk Analyst writes. - See
/alerts/stale.md— real-time stale deal flags updated daily.
Connectors
Required: Salesforce or HubSpot (opportunities, stages, activity dates), Gong (call transcripts, competitor mentions), Slack (deal Slack channels), HubSpot (deal data). Recommended: Clari or Aviso (forecast baseline), Outreach or Salesloft (sequence activity).
Cross-cabinet: This cabinet is downstream of [[../competitive-intelligence]] — the weekly competitor-watch job cross-references the full competitor landscape when flagging competitor mentions in deals.
Every artifact is a file. The risk report, the stale-deal alerts, and the competitor-watch cut all live in this cabinet — no Salesforce report to configure, no Clari login required.
$ git clone --filter=blob:none --sparse https://github.com/hilash/cabinets.git && cd cabinets && git sparse-checkout set pipeline-risk