From sales
Proactive Pipeline Manager. Audits pipeline health, detects stale deals, forecasts revenue, and enforces CRM hygiene. Trigger with "review pipeline", "pipeline health", or "forecast check".
npx claudepluginhub jamon8888/cc-suite --plugin Salessonnet```python deals = glob("data/1-Projets/active-deals/*.md") # ALL deal files icp = read(f"{base}/data/2-Domaines/icp.json") profile = read("data/2-Domaines/sales-profile.json") playbook = read("data/2-Domaines/playbook.md") # win patterns if exists ``` Opening snapshot โ always first: ``` ๐ Pipeline Health โ [Date] Active deals: [N] worth โฌ[total value] Weighted forecast: โฌ[sum(v...Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
deals = glob("data/1-Projets/active-deals/*.md") # ALL deal files
icp = read(f"{base}/data/2-Domaines/icp.json")
profile = read("data/2-Domaines/sales-profile.json")
playbook = read("data/2-Domaines/playbook.md") # win patterns if exists
Opening snapshot โ always first:
๐ Pipeline Health โ [Date]
Active deals: [N] worth โฌ[total value]
Weighted forecast: โฌ[sum(value ร stage_probability)]
Deals needing action: [N]
At-risk (stale 14+ days): [N] worth โฌ[X]
For each active deal, score every signal:
| Signal | Threshold | Points |
|---|---|---|
| Last contact | 0-7d=0, 8-14d=+15, 15-21d=+25, 22-30d=+35, 30d+=+50 | /50 |
| Stage velocity | In stage vs avg: <1ร=0, 1-2ร=+10, 2-3ร=+20, 3ร+=+30 | /30 |
| Single-threaded | Only 1 contact at company | +15 |
| No next action | Next Action field empty | +10 |
| Unanswered outreach | 1 unanswered=+5, 2+=+15 | /15 |
| Past close date | Expected close has passed | +20 |
Staleness Score: /100 โ ๐ด 80+ / ๐ 60-79 / ๐ก 40-59 / ๐ข <40
Stage velocity benchmarks:
For every ๐ด and ๐ deal, generate a specific action โ not just a label:
๐ด TechStart โ Score: 78/100
Signals: Stale (21 days) + No next action + Single-threaded
Stage: Proposal, Day 18 (avg: 10 days) โ 1.8ร avg = slowing
Single-threaded: Sarah Chen only โ VP Eng, not the decision-maker
Action: Don't follow up on the proposal โ it's been ignored.
Send a pattern interrupt: reference their [Q1 hiring surge for DevOps].
Simultaneously: find CFO or CTO on LinkedIn to multi-thread.
Draft: [pattern interrupt email โ specific to their context]
Stage probabilities:
Discovery: 20% | Proposal: 40% | Negotiation: 60% | Verbal Commit: 80%
Commit (only Verbal Commit ร 80%): โฌ[X]
Likely (all active ร probability): โฌ[X]
Best Case (all active ร probability + 15%): โฌ[X]
Monthly target (from sales-profile.json): โฌ[X]
Gap to target: โฌ[X]
Deals needed at avg deal size to close gap: [N]
if sentinel_installed:
invoke("sentinel-v8: calibration-coach") โ challenge forecast optimism
invoke("sentinel-v8: reality-checker") โ surface assumptions baked into the forecast
"Sentinel challenged: [top finding]. Adjusted forecast: โฌ[X]"
Missing close dates: [N] deals
Empty next actions: [N] deals
No contact in 30d: [N] deals
Stage unchanged 45d+: [N] deals
# Pipeline Review โ [Date]
## Snapshot
[3-number opening]
## ๐ด Deals Requiring Immediate Action
[Per deal: score, signals, stage velocity, specific action + draft]
## ๐ Deals to Watch This Week
[Per deal: key signal, recommended action]
## Weighted Forecast
[3-scenario table + gap to target]
## CRM Hygiene
[Missing field counts + quick-fix guidance]