From Sales & Deal Desk
Use this skill when assessing CRM pipeline health across whatever CRM is actually connected through the gateway (typically HubSpot for this pack's target vendor set, but discovered rather than assumed). Covers stage-velocity norms, stalled-deal detection (no stage change in N days), pipeline coverage ratio against a quota/target where one is available, and how to degrade gracefully — reporting a partial or CRM-less result rather than fabricating figures — when no CRM is connected at all.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sales-pack:pipeline-healthWhen to use
When assessing the health of an open sales pipeline in a connected CRM — whether deals are moving at a healthy pace, which ones have stalled, and whether total pipeline value is enough to cover a revenue target. Use when: pipeline health, pipeline review, stalled deals, deal velocity, pipeline coverage, is our pipeline healthy, which deals are stuck, sales pipeline audit.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
An open pipeline is healthy only if deals are actually moving through it. A
An open pipeline is healthy only if deals are actually moving through it. A pipeline can look reassuring at a glance — a large total value, a comfortable multiple of quota — while actually being a graveyard of deals nobody has touched in six weeks. This skill turns "how's the pipeline looking" from a vibe check into a repeatable read: stage velocity against a baseline, explicit stalled-deal detection, and a coverage ratio that distinguishes real momentum from stale inventory.
This skill covers pipeline health as read from the CRM alone — deal stage,
amount, age, and activity recency. It does not follow a deal's proposal or
quote artifacts outside the CRM; for that handoff (quote sent → proposal
sent/viewed/signed → deal marked closed-won), use the
quote-to-close-tracking skill, which
builds on top of this one's stalled-deal detection.
Never assume HubSpot (or any specific CRM) is connected just because it is the primary CRM this pack is written against. Before pulling any deal data:
conduit__search_tools with a query like "list deals" or
"pipeline" to discover which CRM connector is actually live for this
org, and the exact tool names it exposes (they follow
<vendor-slug>__<tool_name>, e.g. hubspot__list_deals,
hubspot__search_deals).Never fall back to guessing a tool name speculatively — an unrecognized tool call is a worse failure mode than asking the user which CRM they use.
Every pipeline has an implicit "how long should a deal sit in this stage" expectation, even if it's never been written down. In the absence of an org-documented norm, use recently closed-won deals (last 90 days) to establish a baseline: average days spent in each stage before advancing. Compare currently open deals against that baseline — a deal sitting in a stage 2x (or more) longer than the closed-won baseline for that stage is a early-warning candidate, distinct from a hard stall (see below).
If fewer than roughly 5 closed-won deals exist in the lookback window, there isn't enough sample to trust a computed baseline — say so explicitly and fall back to a generic MSP-sales rule of thumb (discovery/qualification: 1–2 weeks; proposal/quote sent: 1–3 weeks; negotiation: 1–2 weeks) rather than presenting a thin-sample average as authoritative.
A stalled deal is defined by inactivity, not merely by time-in-stage — a deal can sit in "Negotiation" for three weeks with active back-and-forth and be perfectly healthy, while a deal with no logged activity in 14 days is a problem regardless of stage. Default staleness threshold: no logged activity (note, call, meeting, email) in 14 or more calendar days, and no future task/follow-up scheduled. State whichever threshold was actually applied if the operator asks for something other than the default.
Rank stalled deals by a combination of dollar value and days since last activity — a $60,000 deal stalled for 10 days deserves more attention than a $2,000 deal stalled for 30.
Coverage = total open pipeline value ÷ revenue target for the period. A target may come from a documented quota (if the CRM or a connected source exposes one) or a user-supplied figure; if neither is available, report raw pipeline value and state plainly that a coverage ratio couldn't be computed without a target.
Raw coverage overstates health because it counts stale deals at full value. Report a quality-adjusted coverage figure alongside raw coverage, discounting stalled deals (per the detection above) by 50% — a pipeline that looks like 3x coverage but is half stalled deals is not actually 3x covered.
If conduit__search_tools returns no CRM connector, do not attempt a
degraded pipeline report from other tool families (a PSA is not a substitute
for a CRM here) — state plainly that pipeline health cannot be assessed
without a connected CRM, and stop. This differs from optional-signal
degradation elsewhere in this pack (e.g. warm-lead-routing falling back to
CRM-only signals when intent tools aren't connected) — a CRM is the one
required input for this skill specifically, not an optional enrichment.
conduit__search_tools (see above).Say so explicitly: "No CRM connector is available through the gateway, so there's no pipeline to assess." Do not fabricate deals or a coverage figure.
Report raw pipeline value and stalled-deal findings normally; state plainly that a coverage ratio could not be computed without a target, rather than inventing or assuming one.
Say so, and fall back to the generic MSP rule-of-thumb thresholds stated above rather than presenting a thin-sample average as if it were reliable.
Ask which one (or whether to run and merge both) rather than silently picking one.
hubspot__* tool names as if HubSpot is guaranteed to be connected.npx claudepluginhub wyre-technology/msp-claude-plugins --plugin sales-packCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.