@sellable/mcp 0.1.76 → 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -922,6 +922,16 @@ Required behavior:
|
|
|
922
922
|
- preserve recurring keep/exclude filter families that show up across campaign
|
|
923
923
|
history: buyer role, wrong-function exclusions, company-type exclusions,
|
|
924
924
|
competitor/vendor exclusions, geography, company size, and active-role status
|
|
925
|
+
- treat right role/function, right seniority/authority, account/channel fit,
|
|
926
|
+
economic capacity, competitor/vendor exclusion, and active current-role status
|
|
927
|
+
as table-stakes buyer-quality gates; include geography/market whenever budget,
|
|
928
|
+
channel adoption, language, compliance, or delivery assumptions depend on it
|
|
929
|
+
- customize the concrete thresholds for those gates to the client's offer,
|
|
930
|
+
market, price point, delivery model, and competitor landscape; the invariant
|
|
931
|
+
is that every passing lead should be worth the user's time if they reply
|
|
932
|
+
- do not turn "shown interest", post engagement, Signals source, recent posting,
|
|
933
|
+
provider source, or first-send priority into a production filter; those are
|
|
934
|
+
discovery or messaging context, not proof the lead is qualified
|
|
925
935
|
- use the actual lead sample to identify repeated false positives
|
|
926
936
|
- prefer required keep/exclude rules over a broad scoring stack
|
|
927
937
|
- allow at most one optional/supporting rule when it materially helps later
|
|
@@ -10,6 +10,20 @@ to buying." A lead who may reply but cannot buy, lacks budget, sits at the wrong
|
|
|
10
10
|
account type, is a vendor/competitor, or is on the wrong side of a marketplace
|
|
11
11
|
is not a good lead.
|
|
12
12
|
|
|
13
|
+
The exact qualification gates are client- and offer-specific, but the standard
|
|
14
|
+
does not change: anyone we reach out to, and anyone who replies, should be worth
|
|
15
|
+
the user's time to talk to. Use the client's price point, buyer, channel,
|
|
16
|
+
delivery constraints, market, and competitor landscape to define the concrete
|
|
17
|
+
gates for that campaign.
|
|
18
|
+
|
|
19
|
+
Source interest is not qualification. A lead who engaged with a post, appeared
|
|
20
|
+
in a Signals search, recently posted on LinkedIn, or "showed interest" in the
|
|
21
|
+
topic has only supplied discovery context. That context can justify the source
|
|
22
|
+
lane, improve pass-rate confidence, or help message generation; it must not
|
|
23
|
+
become a production filter or `leadScoringRubric` item. If the source lane was
|
|
24
|
+
built from topical engagement, the filter should still ask: is this the right
|
|
25
|
+
role, seniority, account type, budget band, market, and non-competitor?
|
|
26
|
+
|
|
13
27
|
Inputs:
|
|
14
28
|
|
|
15
29
|
- `brief.md`
|
|
@@ -61,6 +75,43 @@ Use the actual sample to answer:
|
|
|
61
75
|
- whether the filtered leads are economically worth sending to, using the best
|
|
62
76
|
campaign-native proxy available from row data, enrichment, or Googleable facts
|
|
63
77
|
|
|
78
|
+
## Table-Stakes Qualification Gates
|
|
79
|
+
|
|
80
|
+
Confirmed production filters should fail closed on buyer quality. The default
|
|
81
|
+
confirmed filter set must explicitly include each table-stakes gate below, or
|
|
82
|
+
`lead-filter.md` must state why a gate is irrelevant for this campaign:
|
|
83
|
+
|
|
84
|
+
Customize the concrete threshold for each gate to the client and offer. For
|
|
85
|
+
example, "has money" might mean enterprise headcount for one client, funded
|
|
86
|
+
seed-stage team for another, multi-location practice size for another, or
|
|
87
|
+
existing tool spend for another. Do not hard-code Sellable's exact budget,
|
|
88
|
+
geography, or title rules into unrelated campaigns; hard-code the principle that
|
|
89
|
+
passing leads must be worth the customer's time.
|
|
90
|
+
|
|
91
|
+
- right role / function: the person owns or directly influences the buyer
|
|
92
|
+
problem; wrong-function leads fail even when they match the source topic
|
|
93
|
+
- right seniority / authority: the person can approve, pilot, champion, or
|
|
94
|
+
materially influence adoption; junior ICs fail unless the brief explicitly
|
|
95
|
+
targets them
|
|
96
|
+
- account and channel fit: the company is the right account type and its buyers
|
|
97
|
+
are reachable through the chosen channel, such as LinkedIn for LinkedIn
|
|
98
|
+
outbound campaigns
|
|
99
|
+
- economic capacity / ability to buy: the company has an appropriate budget
|
|
100
|
+
proxy for the offer, such as headcount, revenue, funding, team size, practice
|
|
101
|
+
size, location count, department maturity, or existing tooling
|
|
102
|
+
- competitor / vendor / wrong-side exclusion: competitors, adjacent vendors,
|
|
103
|
+
agencies/service providers, resellers, and marketplace-side conflicts fail
|
|
104
|
+
unless the brief explicitly targets that group
|
|
105
|
+
- geography / market fit: include the campaign's market, language, region, or
|
|
106
|
+
tier-country constraint when budget, channel adoption, compliance, or delivery
|
|
107
|
+
assumptions depend on it
|
|
108
|
+
- active current-role safety: score the person's current role and company, not
|
|
109
|
+
stale prior roles, advisor blurbs, investor bios, or old engagement context
|
|
110
|
+
|
|
111
|
+
Do not replace these gates with a "shown interest" or "engaged with relevant
|
|
112
|
+
content" rule. Interest can help find a warmer list, but it does not prove the
|
|
113
|
+
lead is a buyer.
|
|
114
|
+
|
|
64
115
|
## Standard Competitor / Vendor Exclusion
|
|
65
116
|
|
|
66
117
|
Every confirmed filter should include a competitor / vendor / wrong-side
|
|
@@ -195,17 +246,21 @@ Rules:
|
|
|
195
246
|
- do not put source-path mechanics or send-priority hints into
|
|
196
247
|
`leadScoringRubrics`. Examples: recently posted on LinkedIn, came from a
|
|
197
248
|
Signals search, appeared in Sales Nav, was found by Prospeo, first-send wave,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
249
|
+
priority cohort, engaged with selected posts, showed interest in the topic,
|
|
250
|
+
or matched a signal-discovery keyword. If that signal was already used in the
|
|
251
|
+
search, mention it in `Pass Rate` or `Recommendation`; if it helps messaging,
|
|
252
|
+
pass it to message generation as source context, not as a production rubric or
|
|
253
|
+
supporting fit rule.
|
|
201
254
|
- do not put DNC or one-off relationship-safety notes into
|
|
202
255
|
`leadScoringRubrics` unless the sample shows that family is likely to leak at
|
|
203
256
|
meaningful volume and normal DNC/domain suppression will not catch it. Former
|
|
204
257
|
employers, existing customers, investors, partner lists, and "do not contact"
|
|
205
258
|
domains usually belong in `Recommendation` or a DNC note, not in ICP scoring.
|
|
206
259
|
- confirmed `leadScoringRubrics` must protect sales quality, not just surface
|
|
207
|
-
similarity. They
|
|
208
|
-
-
|
|
260
|
+
similarity. They must cover the table-stakes qualification gates unless
|
|
261
|
+
`lead-filter.md` explicitly justifies why a gate is irrelevant:
|
|
262
|
+
- right role / function fit
|
|
263
|
+
- buyer seniority / authority
|
|
209
264
|
- account or company-type fit
|
|
210
265
|
- economic capacity / ability to buy, using a campaign-native proxy such as
|
|
211
266
|
headcount, revenue, funding, practice size, location count, patient volume,
|
|
@@ -311,7 +366,7 @@ Recommended rubric grouping:
|
|
|
311
366
|
- economic capacity / ability to buy
|
|
312
367
|
- geography / size / stage fit, when relevant
|
|
313
368
|
- competitor / vendor / wrong-side / repeated false-positive exclusion
|
|
314
|
-
- one optional buyer-quality
|
|
369
|
+
- one optional buyer-quality qualifier, at most, only when it changes fit scoring
|
|
315
370
|
rather than send ordering
|
|
316
371
|
|
|
317
372
|
Rubric-readiness checklist:
|