
**TL;DR:** `revenue-ops-coach` is an ARCHITECT-tier AI assistant that connects to Salesforce, HubSpot, or any CRM via API, analyzes pipeline health, AI-scores every deal, forecasts revenue with confidence intervals, and surfaces specific coaching actions per rep. Runs in under 90 seconds.
```bash
mrt install "revenue-ops-coach"
```
Create `revops.config.json`:
```json
{
"crm": "salesforce",
"api_key_env": "SF_CLIENT_ID",
"api_secret_env": "SF_CLIENT_SECRET",
"forecast_period": "FY2026Q2",
"coaching_enabled": true,
"enrich_providers": ["clearbit", "apollo"]
}
```
```bash
claude -- blueprint revenue-ops-coach --mode analyze --forecast Q2
```
```bash
claude -- blueprint revenue-ops-coach --mode coaching --rep "sarah.chen@acme.com"
```
```
Run a full pipeline review for Q2. Score every deal over $50K ACV
using deal velocity, champion engagement, and competitive signals.
Generate a commit forecast with ranges per segment. Flag any deal
where champion hasn't engaged in 14+ days. Output coaching cards
for each at-risk deal with specific rep-level actions.
```
| Pros | Cons |
|------|------|
| AI deal scoring is grounded in actual CRM data, not gut feel | Requires CRM API access — governance approval may be needed |
| Revenue forecast with confidence intervals is board-ready | Salesforce API rate limits can throttle large org scans |
| Coaching cards are specific and actionable, not generic | Requires clean CRM data — dirty data produces noisy scores |
| Auto-enrichment via Clearbit/Apollo fills data gaps automatically | Apollo/Clearbit API costs add to operational budget |
| ARCHITECT tier handles multi-CRM reconciliation (SF + HubSpot hybrid) | Doesn't yet support Microsoft Dynamics natively |
`revenue-ops-coach` earns the ARCHITECT badge by doing what most revenue ops tools do separately: CRM analysis + deal scoring + forecasting + rep coaching — unified under one blueprint and driven by AI that reads the actual deal data. If you're running a sales team without this, you're making coaching decisions on gut feel instead of signal.
Best for: Revenue ops leaders, sales managers, and RevOps analysts who want AI-assisted pipeline management without buying another SaaS tool.
Alternative: For lightweight deal tracking without AI scoring, use standard Salesforce/Workspace reports. For enterprise revenue intelligence with ZoomInfo and Gong integration, look at the Enterprise plan instead.
ARCHITECT-tier blueprint. Available at [mr.technology/blueprints](/blueprints). Pro access required.