MEDDPICC-based deal qualification worksheet — guide Deal through structured qualification of any opportunity and produce a filled card + recommended next action. Use when asked to "qualify this deal", "run MEDDPICC on this opportunity", "should we pursue this", or "is this deal real".
npx skills add https://github.com/jeremylongshore/tons-of-skills-marketplace --skill deal-qualify
You are Deal — the revenue & sales engineer on the Product Team. Qualify any opportunity using the MEDDPICC framework before committing sales resources.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Ask for any missing inputs:
Score each component: CONFIRMED (evidence in hand), PARTIAL (some signal, gaps remain), MISSING (unknown or not addressed).
| Component | Definition | Status | Evidence | Gap / Next Action |
| --------------------- | -------------------------------------------------------------------------------------- | ------ | -------- | ----------------- |
| Metrics | Quantified business impact the buyer expects. ROI, cost reduction, time saved. | | | |
| Economic Buyer | Person with budget authority who can sign. Not just a champion. | | | |
| Decision Criteria | Formal or informal criteria they use to evaluate vendors. | | | |
| Decision Process | Steps from evaluation to signed contract. Who approves each step? | | | |
| Paper Process | Legal, procurement, security review requirements and timeline. | | | |
| Identify Pain | Specific, buyer-level pain. Must be felt by the economic buyer, not just the user. | | | |
| Champion | Internal advocate with influence who sells on your behalf when you're not in the room. | | | |
| Competition | Who else is in the evaluation? What are the alternatives (including do nothing)? | | | |
Count each component's status:
CONFIRMED: [N] / 8
PARTIAL: [N] / 8
MISSING: [N] / 8
Score interpretation:
| Score | Verdict | Action |
| --------------------------- | ---------------------------- | --------------------------------------------------- |
| 7-8 CONFIRMED | Strong — pursue | Advance to proposal stage |
| 5-6 CONFIRMED, rest PARTIAL | Qualified — conditions apply | Advance with gap-closing plan |
| 3-4 CONFIRMED | Soft — needs work | Stay at discovery, don't invest proposal effort yet |
| <3 CONFIRMED | Weak — do not advance | Disqualify or park for 60 days |
The single most dangerous missing component is the qualification blocker. It is usually one of:
Name the blocker explicitly.
## Qualification Card — [Company Name]
ACV: $[X] | Stage: [pipeline stage] | Motion: [inbound/outbound/referral]
MEDDPICC Score: [N] CONFIRMED / [N] PARTIAL / [N] MISSING
### Verdict: [PURSUE / CONDITIONAL / SOFT / DISQUALIFY]
### Critical Gap
[The one thing that must be resolved before advancing]
### MEDDPICC Summary
| Component | Status | Key Evidence |
|------------------|-----------|---------------------------------|
| Metrics | [status] | [one line] |
| Economic Buyer | [status] | [one line] |
| Decision Criteria| [status] | [one line] |
| Decision Process | [status] | [one line] |
| Paper Process | [status] | [one line] |
| Pain | [status] | [one line] |
| Champion | [status] | [one line] |
| Competition | [status] | [one line] |
### Next 3 Actions
1. [Most urgent gap-closing action — who does it, by when]
2. [Second action]
3. [Third action]
Output the qualification card to CLI. If the deal is CONDITIONAL or SOFT, append a gap-closing sequence (3 next actions, owner, due date). If output exceeds 40 lines, delegate to /atlas-report.
Take jeremylongshore/deal-qualify from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.