@sellable/mcp 0.1.158 → 0.1.160
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/agents/source-scout-linkedin-engagement.md +8 -3
- package/dist/tools/bootstrap.js +1 -1
- package/dist/tools/leads.d.ts +20 -2
- package/dist/tools/leads.js +92 -31
- package/dist/tools/registry.d.ts +8 -2
- package/package.json +1 -1
- package/skills/create-campaign/SKILL.md +45 -32
- package/skills/create-campaign-v2/SKILL.md +41 -16
- package/skills/create-campaign-v2/SOUL.md +9 -8
- package/skills/create-campaign-v2/core/flow.v2.json +1 -1441
- package/skills/create-campaign-v2/references/approval-gate-framing.md +12 -1
- package/skills/create-campaign-v2/references/filter-leads.md +26 -0
- package/skills/create-campaign-v2/references/final-handoff-contract.md +15 -0
- package/skills/create-campaign-v2/references/sample-validation-loop.md +26 -0
- package/skills/create-campaign-v2/references/watch-link-handoff.md +10 -5
- package/skills/providers/signal-discovery.md +5 -3
|
@@ -151,17 +151,17 @@ unless the user asks for them.
|
|
|
151
151
|
Good opening:
|
|
152
152
|
|
|
153
153
|
```text
|
|
154
|
-
I’ll help you launch this as a Sellable campaign. First I’ll
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
I’ll help you launch this as a Sellable campaign. First I’ll research the
|
|
155
|
+
person/company this is for, then I’ll turn that into a campaign brief before
|
|
156
|
+
lead sourcing or anything can send.
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
Good identity setup:
|
|
160
160
|
|
|
161
161
|
```text
|
|
162
|
-
I’ll
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
I’ll ask for the LinkedIn profile URL first, with the company website as a
|
|
163
|
+
fallback. Then I’ll show the researched recommendation and you can correct
|
|
164
|
+
anything stale before we pick the target, offer, proof, and lead source.
|
|
165
165
|
```
|
|
166
166
|
|
|
167
167
|
Bad:
|
|
@@ -243,8 +243,9 @@ For LinkedIn engagement, the second gate is not "approve source" in the abstract
|
|
|
243
243
|
It is a concrete scrape approval: show a compact `## Source Recommendation`
|
|
244
244
|
with the ~300 headline-fit prospect goal, source sample assumption, selected-post
|
|
245
245
|
table, total visible pool, estimated headline-fit pool, 10% planning floor,
|
|
246
|
-
first-pass campaign setup, and fallback. The approval question should be
|
|
247
|
-
scraping N
|
|
246
|
+
first-pass campaign setup, and fallback. The approval question should be
|
|
247
|
+
"Approve scraping N recommended LinkedIn posts?" where N comes from the
|
|
248
|
+
source-candidate math, not the default promoted sample count.
|
|
248
249
|
|
|
249
250
|
That scrape approval is single-use. Once the user approves it, do not replay
|
|
250
251
|
the source card or ask for the same approval again. Acknowledge the approval in
|