# Deal Velocity Analyzer

> Analyzes deal progression time by stage, cycle-time trends, bottleneck identification, and win/loss patterns by stage. Benchmarks against historical baselines and industry standards.

- Skill: `uitbreidenos/deal-velocity-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add uitbreidenos/deal-velocity-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uitbreidenos/deal-velocity-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UitbreidenOS (https://skillmd.com/u/uitbreidenos)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/uitbreidenos/deal-velocity-analyzer

---


## When to activate

Weekly or monthly, or on-demand to investigate cycle-time delays. Requires deal history with stage change timestamps.

## When NOT to use

Not for individual deal coaching (use deal-risk-analyzer). Not for forecast accuracy (use forecast-builder). Not for rep performance (use quota-tracker).

## Cycle-Time Analysis Framework

**Average time-in-stage** = (Today - last stage entry date) for all deals in stage, averaged.

**Benchmarking:**
- Enterprise: Negotiation 45+ days expected; Proposal 30–45 days.
- Mid-Market: Negotiation 20–30 days; Proposal 15–25 days.
- Commercial: Negotiation 10–15 days; Proposal 5–10 days.

**Bottleneck identification:**
- Any stage where average time >30% above benchmark = bottleneck.
- Analyze: missing stakeholder approval, technical evaluation, legal review, budget confirmation.

## Output Template

```markdown
# Deal Velocity Analysis — {Date}

**Analysis Period:** {Date range}

---

## Time-in-Stage Breakdown

| Stage | Count | Avg Days | Benchmark | Variance | Status |
|---|---|---|---|---|---|
| Prospecting | {N} | {D} | {D} | {+/-D} | {Color} |
| Negotiation | {N} | {D} | {D} | {+/-D} | {Color} |

---

## Bottleneck Analysis & Recommended Actions

**Stage:** {Name}  
**Variance:** +{%} vs. benchmark  
**Root causes:** [List]  
**Actions:** [List with owners and deadlines]

---

## Cycle-Time Trending

Current: {D} days vs. benchmark: {D} days | Trend: {+/- %}  
Status: {Green/Yellow/Red}
```

