@sellable/mcp 0.1.266 → 0.1.268
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
|
@@ -234,10 +234,12 @@ Use when the user gives an existing idea ID.
|
|
|
234
234
|
1. Call `mcp__sellable__get_post_idea({ ideaId })`.
|
|
235
235
|
2. Treat the idea's raw source as immutable source material.
|
|
236
236
|
3. Run hook research.
|
|
237
|
-
4.
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
237
|
+
4. Run the configured thought-leader inspiration lab unless the user explicitly
|
|
238
|
+
says to skip thought leaders or use only a named subset.
|
|
239
|
+
5. Develop and select a premise card.
|
|
240
|
+
6. Save hook research.
|
|
241
|
+
7. Draft and validate.
|
|
242
|
+
8. Save the draft.
|
|
241
243
|
|
|
242
244
|
## Capture Mode
|
|
243
245
|
|
|
@@ -250,10 +252,12 @@ Use when the user gives a new rough idea, voice memo transcript, freestyle note,
|
|
|
250
252
|
4. Distill only what the user actually said plus source-backed transcript
|
|
251
253
|
worldview/proof ingredients. Label anything inferred from transcripts.
|
|
252
254
|
5. Run hook research.
|
|
253
|
-
6.
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
6. Run the configured thought-leader inspiration lab unless the user explicitly
|
|
256
|
+
says to skip thought leaders or use only a named subset.
|
|
257
|
+
7. Develop and select a premise card.
|
|
258
|
+
8. Save hook research.
|
|
259
|
+
9. Draft and validate.
|
|
260
|
+
10. Save the draft.
|
|
257
261
|
|
|
258
262
|
## Ad Hoc Mode
|
|
259
263
|
|
|
@@ -318,6 +322,12 @@ The approved pack is capped at 20 gold standards. If adding new approved example
|
|
|
318
322
|
|
|
319
323
|
Use when the user names creators, thought leaders, profile URLs, or says to
|
|
320
324
|
write variants using a specific person's recent best content as inspiration.
|
|
325
|
+
Also use this mode when the user says "use my configured thought leaders",
|
|
326
|
+
"use my influencers", "use the tracked people list", or similar.
|
|
327
|
+
In normal draft-producing create-post flows, run this mode automatically from
|
|
328
|
+
the configured active influencer list after the Transcript Worldview Packet and
|
|
329
|
+
general hook research, unless the user explicitly says to skip thought leaders,
|
|
330
|
+
skip external inspiration, or use only a named subset.
|
|
321
331
|
|
|
322
332
|
This mode does not clone the person's voice. It extracts public, reusable
|
|
323
333
|
mechanics from their recent posts and adapts those mechanics into the user's
|
|
@@ -326,12 +336,18 @@ voice, proof, story, and product truth.
|
|
|
326
336
|
Default workflow:
|
|
327
337
|
|
|
328
338
|
1. Normalize the requested people into a `thought_leader_list` with name,
|
|
329
|
-
LinkedIn profile URL or handle, reason, and optional lane.
|
|
339
|
+
LinkedIn profile URL or handle, reason, and optional lane. By default, load
|
|
340
|
+
the list from memory-backed `discovery/influencers.md` and include only rows
|
|
341
|
+
where `Include in Discovery` is not `false`. Treat the `Reason` column as
|
|
342
|
+
the person's lane/adaptation brief. If the user names a subset, use that
|
|
343
|
+
subset and resolve each person against the configured list first.
|
|
330
344
|
2. If the user gives only a name and the profile cannot be resolved from
|
|
331
345
|
tracked people or memory, ask for the profile URL or handle before running
|
|
332
346
|
person-specific research.
|
|
333
347
|
3. When the host supports background agents, launch one bounded
|
|
334
348
|
`thought-leader-worker` per person. If not, process each person sequentially.
|
|
349
|
+
Each configured person must receive full person-specific research; do not
|
|
350
|
+
collapse the configured list into generic space research.
|
|
335
351
|
4. Each worker fetches that person's recent posts with
|
|
336
352
|
`mcp__sellable__fetch_linkedin_posts`, and fetches profile/follower context
|
|
337
353
|
with `mcp__sellable__fetch_linkedin_profile` when available.
|
|
@@ -640,7 +656,8 @@ The research worker must return a compact packet only:
|
|
|
640
656
|
- hook-to-body promise maps that show how each hook tells the body
|
|
641
657
|
- body structures and exact body language moves
|
|
642
658
|
- preview measurements
|
|
643
|
-
- thought leader inspiration packets
|
|
659
|
+
- thought leader inspiration packets from the configured active influencer list
|
|
660
|
+
unless the user explicitly opted out or supplied a named subset
|
|
644
661
|
- track-person and gold-standard recommendations
|
|
645
662
|
- blocked states or confidence gaps
|
|
646
663
|
|
|
@@ -688,7 +705,8 @@ Record provenance:
|
|
|
688
705
|
- source hook preview measurements and whether they came from full text or a search preview
|
|
689
706
|
- selected hook patterns
|
|
690
707
|
- audience tension snapshot and selected angle
|
|
691
|
-
- thought leader inspiration packets and selected inspiration adapters
|
|
708
|
+
- thought leader inspiration packets and selected inspiration adapters from the
|
|
709
|
+
configured active influencer list unless explicitly skipped
|
|
692
710
|
- premise cards and selected premise
|
|
693
711
|
- exact phrase patterns and sentence shapes
|
|
694
712
|
- post positioning breakdowns
|
|
@@ -1017,8 +1035,11 @@ fallback in the validation receipt.
|
|
|
1017
1035
|
|
|
1018
1036
|
## Step 2.5: Thought Leader Inspiration Lab
|
|
1019
1037
|
|
|
1020
|
-
Run this step
|
|
1021
|
-
|
|
1038
|
+
Run this step by default for draft-producing create-post flows using the
|
|
1039
|
+
configured active people in `discovery/influencers.md`. Skip it only when the
|
|
1040
|
+
user explicitly says to skip thought leaders, skip external inspiration, or use
|
|
1041
|
+
only general hook research. If the user supplied a `thought_leader_list`, use
|
|
1042
|
+
that named subset instead of the full configured list.
|
|
1022
1043
|
|
|
1023
1044
|
If the host supports background agents, start one bounded
|
|
1024
1045
|
`thought-leader-worker` per specified person. Each worker owns only that
|
|
@@ -1074,8 +1095,8 @@ Draft from:
|
|
|
1074
1095
|
- story/proof files
|
|
1075
1096
|
- post writing rules
|
|
1076
1097
|
- 1-3 relevant approved gold standards when available
|
|
1077
|
-
- thought leader inspiration variants
|
|
1078
|
-
|
|
1098
|
+
- thought leader inspiration variants from the configured active influencer
|
|
1099
|
+
list or supplied named subset
|
|
1079
1100
|
|
|
1080
1101
|
If a claim cannot be traced to the raw idea, core memory, or user answer in the current session, remove it or ask.
|
|
1081
1102
|
|
|
@@ -1095,7 +1116,7 @@ Every saved draft needs a validation receipt with:
|
|
|
1095
1116
|
- selected hook and why
|
|
1096
1117
|
- pre-draft narrative outline
|
|
1097
1118
|
- selected source template and no-copy adaptation rationale
|
|
1098
|
-
- thought leader inspiration lab,
|
|
1119
|
+
- thought leader inspiration lab, including skipped/opt-out reason when omitted
|
|
1099
1120
|
- post positioning breakdown
|
|
1100
1121
|
- viral-post outline
|
|
1101
1122
|
- hook-to-body promise map
|
|
@@ -16,7 +16,9 @@ V2 research has five outputs:
|
|
|
16
16
|
4. viral-post outlines: the reusable narrative structure of each source post
|
|
17
17
|
5. post positioning breakdown templates: line-level positioning and narrative
|
|
18
18
|
technique maps that can be adapted into the user's draft
|
|
19
|
-
6. thought leader inspiration packets
|
|
19
|
+
6. thought leader inspiration packets from the configured active influencer
|
|
20
|
+
list, unless the user explicitly skipped thought leaders or supplied a
|
|
21
|
+
named subset
|
|
20
22
|
|
|
21
23
|
## Search Inputs
|
|
22
24
|
|
|
@@ -698,9 +700,15 @@ best source" tension. Do not borrow the source's dinner/community proof.
|
|
|
698
700
|
|
|
699
701
|
## Thought Leader Inspiration Workers
|
|
700
702
|
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
703
|
+
Run a separate inspiration analysis per person for the configured active
|
|
704
|
+
thought-leader list by default during draft-producing create-post flows, unless
|
|
705
|
+
the user explicitly says to skip thought leaders, skip external inspiration, or
|
|
706
|
+
use only a named subset. Also do this when the user supplies a list of thought
|
|
707
|
+
leaders, creators, profile URLs, or handles. The configured source is
|
|
708
|
+
memory-backed `discovery/influencers.md`; include only rows where
|
|
709
|
+
`Include in Discovery` is not `false`, and treat each row's `Reason` as that
|
|
710
|
+
person's lane/adaptation brief. This is different from general search: the
|
|
711
|
+
source set is the person's own recent content.
|
|
704
712
|
|
|
705
713
|
Use one bounded background worker per person when the host supports background
|
|
706
714
|
agents. If not, process the list sequentially. Each worker must keep its output
|
|
@@ -709,7 +717,8 @@ compact and must not return a full corpus dump.
|
|
|
709
717
|
Worker steps:
|
|
710
718
|
|
|
711
719
|
1. Resolve the person's profile URL or handle from the user input, tracked
|
|
712
|
-
people, or memory. If
|
|
720
|
+
people, or memory. If the user asked for the configured list, resolve from
|
|
721
|
+
`discovery/influencers.md` first. If unresolved, ask for the URL/handle.
|
|
713
722
|
2. Fetch recent posts with `mcp__sellable__fetch_linkedin_posts`.
|
|
714
723
|
3. Fetch profile/follower context with `mcp__sellable__fetch_linkedin_profile`
|
|
715
724
|
when available.
|
|
@@ -731,6 +740,12 @@ Worker steps:
|
|
|
731
740
|
8. Create one adapted direction for the user's selected premise in
|
|
732
741
|
Christian/Sellable voice.
|
|
733
742
|
|
|
743
|
+
Each configured person must receive a full person-specific packet. Do not
|
|
744
|
+
summarize the group as a single "GTM influencers" research pass. The later
|
|
745
|
+
drafting stage should be able to compare how Alex, Zayd, Tas, Anthony, or any
|
|
746
|
+
other configured person would structurally pressure-test the same Christian
|
|
747
|
+
idea without copying their voice, proof, jokes, or persona.
|
|
748
|
+
|
|
734
749
|
Worker output:
|
|
735
750
|
|
|
736
751
|
```text
|
|
@@ -74,10 +74,10 @@ Hook research files must preserve:
|
|
|
74
74
|
- rendered preview records for kept source hooks and adapted hook blocks,
|
|
75
75
|
including literal mobile/desktop preview blocks and whether the first-screen
|
|
76
76
|
promise is visible
|
|
77
|
-
- thought leader inspiration packets
|
|
78
|
-
worker status, profile URL/handle, recent
|
|
79
|
-
follower-adjusted signal when available,
|
|
80
|
-
forbidden borrowing
|
|
77
|
+
- thought leader inspiration packets from the configured active influencer list
|
|
78
|
+
or supplied named subset, including worker status, profile URL/handle, recent
|
|
79
|
+
posts reviewed, weighted winners, follower-adjusted signal when available,
|
|
80
|
+
allowed mechanics to adapt, and forbidden borrowing
|
|
81
81
|
- source-message outlines for keeper posts, preserving source paragraph order
|
|
82
82
|
and branching each paragraph, line, or phrase into high-level goal, reader
|
|
83
83
|
effect, reusable move, and adaptation guard without reproducing the full
|
|
@@ -104,9 +104,9 @@ Draft files must preserve:
|
|
|
104
104
|
- draft body
|
|
105
105
|
- source-message outline for any outside post being adapted, when the draft's
|
|
106
106
|
body shape was learned from a specific source post
|
|
107
|
-
- thought leader inspiration lab
|
|
108
|
-
adapter, variants considered, Christian/Sellable voice layer,
|
|
109
|
-
copying/voice-clone risk
|
|
107
|
+
- thought leader inspiration lab by default, including the selected inspiration
|
|
108
|
+
adapter, variants considered, Christian/Sellable voice layer,
|
|
109
|
+
copying/voice-clone risk, and skipped/opt-out reason when omitted
|
|
110
110
|
- pre-draft narrative outline: hierarchical `I.`, `A.`, `i.` outline covering
|
|
111
111
|
hook debt, thesis, reader, core mechanism, definitions, proof claims,
|
|
112
112
|
working body patterns adapted, narrative beats, mobile scan path, body
|
|
@@ -336,7 +336,9 @@ from another creator, save as `needs_revision`.
|
|
|
336
336
|
|
|
337
337
|
## Thought Leader Inspiration Audit
|
|
338
338
|
|
|
339
|
-
|
|
339
|
+
For draft-producing create-post flows, validate the configured thought-leader
|
|
340
|
+
inspiration lab by default. If it was skipped, record the explicit opt-out
|
|
341
|
+
reason. When thought leaders or creators were used, validate that inspiration
|
|
340
342
|
was used as structural adaptation, not persona cloning.
|
|
341
343
|
|
|
342
344
|
Record:
|