@sellable/mcp 0.1.43 → 0.1.45
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
|
@@ -133,11 +133,17 @@ approval:
|
|
|
133
133
|
installer enables this in Default mode with
|
|
134
134
|
`[features].default_mode_request_user_input = true`.
|
|
135
135
|
|
|
136
|
-
Use the structured question gate
|
|
137
|
-
approval gates. Never use it to collect open text
|
|
138
|
-
company domains, notes,
|
|
139
|
-
offer/CTA, proof, lead source,
|
|
140
|
-
|
|
136
|
+
Use the structured question gate for crisp identity confirmations, compact setup
|
|
137
|
+
intake, and approval gates. Never use it to collect raw open text like LinkedIn
|
|
138
|
+
URLs, company domains, pasted notes, long campaign ideas, or detailed feedback.
|
|
139
|
+
For buyer strategy, offer/CTA, proof, and lead source, use the structured gate
|
|
140
|
+
when it is exposed, but treat the visible choices as shortcuts, not a rigid
|
|
141
|
+
multiple-choice survey. Every setup question must allow a custom typed answer.
|
|
142
|
+
In Codex, `request_user_input` adds a freeform Other path; in Claude, include an
|
|
143
|
+
`Other / custom` option. Keep setup intake to two panels because Codex supports
|
|
144
|
+
at most three questions per panel: target/offer/proof first, lead source second.
|
|
145
|
+
Do not use checkbox/radio multi-select language like "pick one",
|
|
146
|
+
"multi-select", or "choose all that apply" for these setup questions.
|
|
141
147
|
|
|
142
148
|
Use "quick question panel" only when explaining a missing Codex/Claude setup
|
|
143
149
|
capability for approvals. Do not tell customers about `request_user_input`,
|
|
@@ -281,9 +287,10 @@ proof, and lead source.
|
|
|
281
287
|
```
|
|
282
288
|
|
|
283
289
|
Do not silently ask approval questions as plain chat when `request_user_input` is
|
|
284
|
-
unavailable in an interactive session.
|
|
285
|
-
|
|
286
|
-
gate needs the
|
|
290
|
+
unavailable in an interactive session. Setup strategy questions should use the
|
|
291
|
+
quick question panel when available, but may fall back to normal chat if the host
|
|
292
|
+
does not expose structured setup input. Stop only when an approval gate needs the
|
|
293
|
+
quick question panel:
|
|
287
294
|
|
|
288
295
|
```text
|
|
289
296
|
I need Codex’s quick question panel for campaign approvals.
|
|
@@ -79,12 +79,19 @@ Validated draft directory:
|
|
|
79
79
|
`request_user_input` (enabled in Default mode by
|
|
80
80
|
`[features].default_mode_request_user_input = true`, not available in
|
|
81
81
|
`codex exec`). Treat them as equivalent approval gates and persist the same
|
|
82
|
-
draft artifacts after the user answers. Use this structured gate
|
|
83
|
-
|
|
84
|
-
text
|
|
85
|
-
campaign ideas, buyer strategy, offer/CTA,
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
draft artifacts after the user answers. Use this structured gate for crisp
|
|
83
|
+
identity confirmations, compact setup intake, and approval gates. Never use it
|
|
84
|
+
to collect raw open text like LinkedIn URLs, company domains, pasted notes,
|
|
85
|
+
long campaign ideas, or detailed feedback. For buyer strategy, offer/CTA,
|
|
86
|
+
proof, and lead source, use the structured gate when it is exposed, but treat
|
|
87
|
+
the visible choices as shortcuts, not a rigid multiple-choice survey. Every
|
|
88
|
+
setup question must allow a custom typed answer. In Codex,
|
|
89
|
+
`request_user_input` adds a freeform Other path; in Claude, include an
|
|
90
|
+
`Other / custom` option. Keep setup intake to two panels because Codex
|
|
91
|
+
supports at most three questions per panel: target/offer/proof first, lead
|
|
92
|
+
source second. Do not use checkbox/radio multi-select language like "pick
|
|
93
|
+
one", "multi-select", or "choose all that apply" for these setup questions.
|
|
94
|
+
If an interactive
|
|
88
95
|
Codex session does not expose `request_user_input`, do not silently degrade to
|
|
89
96
|
a plain chat question; stop and tell the user:
|
|
90
97
|
|
|
@@ -277,10 +284,12 @@ me`, `I’ll paste a different sender profile`, and `Other / custom`.
|
|
|
277
284
|
first identity gate as a quiet token/sender inference shortcut, and once means
|
|
278
285
|
once: do not call it again after a LinkedIn lookup if it already ran. Do
|
|
279
286
|
draft-directory setup only after the founder answers. After launch identity is
|
|
280
|
-
confirmed, ask buyer, offer/CTA, proof, and lead source
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
287
|
+
confirmed, ask buyer, offer/CTA, proof, and lead source through the structured
|
|
288
|
+
question gate when available. Split the setup intake into two panels:
|
|
289
|
+
target/offer/proof first, then lead source. Do not present these as
|
|
290
|
+
checkbox/radio multi-select gates. Use 2-3 context-specific suggested answers
|
|
291
|
+
per question as fast-start shortcuts, and rely on the freeform custom path for
|
|
292
|
+
nuanced answers.
|
|
284
293
|
- After the founder answers the first strategy/source packet, explain the next
|
|
285
294
|
stage only: campaign brief creation and brief approval. Use this shape:
|
|
286
295
|
|
|
@@ -336,10 +345,19 @@ me`, `I’ll paste a different sender profile`, and `Other / custom`.
|
|
|
336
345
|
Risks / assumptions:
|
|
337
346
|
...
|
|
338
347
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
348
|
+
What happens after approval:
|
|
349
|
+
I’ll find good-fit LinkedIn leads, show you the source decision and sample, then
|
|
350
|
+
draft the first message for review before anything goes live.
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
The `Offer / CTA` section must name the useful thing the buyer gets by
|
|
354
|
+
replying. Do not use vague peer-call framing like `compare notes`, `swap
|
|
355
|
+
notes`, `worth chatting`, `pick your brain`, or a bare `15 minute call` unless
|
|
356
|
+
the user explicitly asks for that. A low-friction CTA is only good when the
|
|
357
|
+
object is concrete: a checklist, workflow teardown, benchmark, sample, short
|
|
358
|
+
loom, diagnostic, bottleneck map, relevant proof asset, or a working session
|
|
359
|
+
with a clear output. If the first draft produces a vague CTA, revise it before
|
|
360
|
+
showing the brief.
|
|
343
361
|
|
|
344
362
|
After rendering that brief, ask for brief approval when there is a real
|
|
345
363
|
strategic choice or the user has not already made the direction obvious. The
|
|
@@ -477,21 +495,29 @@ Ask the user only when one of these is true:
|
|
|
477
495
|
packet so the founder can approve or revise the message deliberately.
|
|
478
496
|
|
|
479
497
|
When asking subjective strategy questions (buyer scope, first ask, proof
|
|
480
|
-
emphasis, tone, lead-source preference),
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
to the final six-choice
|
|
498
|
+
emphasis, tone, lead-source preference), use the structured quick question panel
|
|
499
|
+
when available. Do not make it feel like a rigid multiple-choice survey:
|
|
500
|
+
suggested directions are shortcuts, and the user must be able to type a custom
|
|
501
|
+
answer in their own words. Ask target, offer, and proof in the first panel; ask
|
|
502
|
+
lead source in a second panel. Do not add custom options to the final six-choice
|
|
503
|
+
commit gate.
|
|
485
504
|
Use customer-facing question wording:
|
|
486
505
|
|
|
487
|
-
- target prospects: `Who should
|
|
488
|
-
- main CTA / offer: `What
|
|
489
|
-
- proof emphasis: `
|
|
490
|
-
- lead source: `How should we get the people for this campaign
|
|
506
|
+
- target prospects: `Who should this campaign target?`
|
|
507
|
+
- main CTA / offer: `What useful thing should {{sender_or_company}} offer them?`
|
|
508
|
+
- proof emphasis: `What proof should we lean on?`
|
|
509
|
+
- lead source: `How should we get the people for this campaign?`
|
|
510
|
+
|
|
511
|
+
Offer shortcuts must be concrete deliverables or outcomes, not meeting wrappers.
|
|
512
|
+
Good examples: `send a short checklist`, `map 2-3 workflow bottlenecks`, `show a
|
|
513
|
+
relevant customer example`, `teardown their public workflow`, `walk through a
|
|
514
|
+
sample output`, or `diagnose where the current process slows down`. Bad
|
|
515
|
+
examples: `compare notes`, `quick intro call`, `worth chatting`, `pick your
|
|
516
|
+
brain`, `learn more`, or `see if it makes sense`.
|
|
491
517
|
|
|
492
518
|
Ask the lead-source question as the last question in the first strategy batch,
|
|
493
519
|
after buyer, offer/ask, and proof/safety are understood. Frame supplied lists as
|
|
494
|
-
optional, not required.
|
|
520
|
+
optional, not required. Suggested lead-source shortcuts should include:
|
|
495
521
|
`I can find people for you, use a CSV of LinkedIn profiles, use a CSV of company
|
|
496
522
|
domains, use an existing Sellable lead list, or follow another source idea.`
|
|
497
523
|
If the user pastes up to 100 LinkedIn profile URLs or company domains, normalize
|
|
@@ -103,6 +103,11 @@ Before a brief approval, the user should see:
|
|
|
103
103
|
- risks / assumptions
|
|
104
104
|
- what happens after approval
|
|
105
105
|
|
|
106
|
+
The offer / CTA should be useful before it is convenient. Avoid vague
|
|
107
|
+
peer-call asks like "compare notes" unless the user explicitly chose that. The
|
|
108
|
+
buyer should know what they get if they reply: a checklist, teardown, diagnostic,
|
|
109
|
+
sample, benchmark, relevant example, or working session with a concrete output.
|
|
110
|
+
|
|
106
111
|
For lead-source decisions, confidence comes from concrete counts. Do not say
|
|
107
112
|
"strong sample", "73% match", or "meaningful concentration" without showing the
|
|
108
113
|
sample size and what was counted. Prefer:
|