@sellable/mcp 0.1.211 → 0.1.213

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.
Files changed (36) hide show
  1. package/README.md +7 -7
  2. package/agents/post-find-leads-message-scout.md +40 -18
  3. package/dist/engage-memory.js +0 -5
  4. package/dist/identity-memory.js +0 -4
  5. package/dist/tools/engage-memory.js +2 -2
  6. package/dist/tools/leads.js +7 -3
  7. package/dist/tools/prompts.js +3 -2
  8. package/package.json +1 -1
  9. package/skills/create-campaign/SKILL.md +11 -7
  10. package/skills/create-campaign/context/learnings.md +1 -1
  11. package/skills/create-campaign/references/brief-template.md +2 -2
  12. package/skills/create-campaign-brief/references/brief-template.md +2 -2
  13. package/skills/create-campaign-brief/references/draft-lifecycle.md +1 -1
  14. package/skills/create-campaign-brief/references/examples/briefs/gelee.md +2 -2
  15. package/skills/create-campaign-brief/references/examples/briefs/superpower.md +41 -28
  16. package/skills/create-campaign-brief/references/phase75-active-runtime-message-pack.md +12 -9
  17. package/skills/create-campaign-v2/SKILL.md +4 -0
  18. package/skills/create-campaign-v2/references/ai-tells.md +51 -16
  19. package/skills/create-campaign-v2/references/approval-gate-framing.md +1 -1
  20. package/skills/create-campaign-v2/references/gold-standard-message-examples.md +30 -16
  21. package/skills/create-campaign-v2/references/gold-standard-message-patterns.md +36 -1
  22. package/skills/create-campaign-v2/references/gold-standard-runtime-message-pack.md +252 -0
  23. package/skills/create-campaign-v2/references/thomas-revision-filters.md +17 -7
  24. package/skills/create-campaign-v2/references/validation-criteria.md +8 -5
  25. package/skills/create-campaign-v2-validation/SKILL.md +17 -1
  26. package/skills/create-post/SKILL.md +27 -27
  27. package/skills/engage/SKILL.md +12 -12
  28. package/skills/engage/core/README.md +14 -14
  29. package/skills/find-leads/SKILL.md +1 -1
  30. package/skills/generate-messages/SKILL.md +215 -90
  31. package/skills/interview/SKILL.md +24 -24
  32. package/skills/interview/references/legacy-linkedin-interview.md +12 -12
  33. package/skills/interview/references/reference-curation.md +4 -4
  34. package/skills/interview/references/voice-capture-method.md +1 -1
  35. package/skills/load-voice/SKILL.md +21 -25
  36. package/skills/research/SKILL.md +1 -1
@@ -111,7 +111,7 @@ mark private before you ask a blank questionnaire.
111
111
 
112
112
  Prefill from whatever exists:
113
113
 
114
- - `.sellable/configs/**`, especially current writing, audience, FAQs, and
114
+ - `~/.sellable/configs/**`, especially current writing, audience, FAQs, and
115
115
  discovery files.
116
116
  - `docs/funding/**`, `docs/business/**`, and `docs/content/**`.
117
117
  - User-supplied voice samples such as writing, posts, emails, meeting
@@ -151,9 +151,9 @@ Audio-friendly workflow:
151
151
 
152
152
  Every run writes a raw archive:
153
153
 
154
- - `.sellable/interviews/{date}-{slug}/raw.md`
155
- - `.sellable/interviews/{date}-{slug}/compiled.md`
156
- - `.sellable/interviews/{date}-{slug}/decisions.md`
154
+ - `~/.sellable/interviews/{date}-{slug}/raw.md`
155
+ - `~/.sellable/interviews/{date}-{slug}/compiled.md`
156
+ - `~/.sellable/interviews/{date}-{slug}/decisions.md`
157
157
 
158
158
  Raw archives preserve the run. They are not the stable memory layer.
159
159
 
@@ -171,20 +171,20 @@ voice-faithful, reusable, or corrective, propose a candidate upsert:
171
171
  - derived updates
172
172
 
173
173
  Ask the user to approve, edit, reject, or mark private. Approved answers go to
174
- `.sellable/configs/core/answer-bank.md` using stable keys so repeat runs can
174
+ `~/.sellable/configs/core/answer-bank.md` using stable keys so repeat runs can
175
175
  add, correct, merge, and avoid duplicates.
176
176
 
177
177
  ## 5. Register Transcript And Voice Samples
178
178
 
179
179
  Every interview or voice sample can register a curated transcript library entry
180
- under `.sellable/configs/core/transcripts/`. Keep the reusable index separate
180
+ under `~/.sellable/configs/core/transcripts/`. Keep the reusable index separate
181
181
  from raw archives.
182
182
 
183
183
  Required transcript targets:
184
184
 
185
- - `.sellable/configs/core/transcripts/README.md`
186
- - `.sellable/configs/core/transcripts/INDEX.md`
187
- - `.sellable/configs/core/transcripts/topics/{topic}.md`
185
+ - `~/.sellable/configs/core/transcripts/README.md`
186
+ - `~/.sellable/configs/core/transcripts/INDEX.md`
187
+ - `~/.sellable/configs/core/transcripts/topics/{topic}.md`
188
188
 
189
189
  Track source, date, speakers, target speaker, context mode, topic tags, quality
190
190
  notes, sensitivity, and derived memory links.
@@ -194,15 +194,15 @@ notes, sensitivity, and derived memory links.
194
194
  Use `references/compiler-schema.md` before writing compiled core files. Merge
195
195
  updates into the smallest relevant stable file:
196
196
 
197
- - `.sellable/configs/core/about-me.md`
198
- - `.sellable/configs/core/my-company.md`
199
- - `.sellable/configs/core/anti-ai-writing-style.md`
200
- - `.sellable/configs/core/proof-ledger.md`
201
- - `.sellable/configs/core/story-bank.md`
202
- - `.sellable/configs/core/answer-bank.md`
203
- - `.sellable/configs/core/context-modes.md`
204
- - `.sellable/configs/core/decision-rules.md`
205
- - `.sellable/configs/core/change-log.md`
197
+ - `~/.sellable/configs/core/about-me.md`
198
+ - `~/.sellable/configs/core/my-company.md`
199
+ - `~/.sellable/configs/core/anti-ai-writing-style.md`
200
+ - `~/.sellable/configs/core/proof-ledger.md`
201
+ - `~/.sellable/configs/core/story-bank.md`
202
+ - `~/.sellable/configs/core/answer-bank.md`
203
+ - `~/.sellable/configs/core/context-modes.md`
204
+ - `~/.sellable/configs/core/decision-rules.md`
205
+ - `~/.sellable/configs/core/change-log.md`
206
206
 
207
207
  Repeat runs must preserve user edits. Only replace generated sections that are
208
208
  clearly marked as generated/mergeable. Otherwise append, patch the smallest
@@ -213,10 +213,10 @@ section, or add a dated correction in `change-log.md`.
213
213
  Use curated reference folders with `INDEX.md` manifests and copied or distilled
214
214
  examples where the example itself is useful context:
215
215
 
216
- - `.sellable/configs/core/references/linkedin-posts/`
217
- - `.sellable/configs/core/references/inspiration/`
218
- - `.sellable/configs/core/references/applications/`
219
- - `.sellable/configs/core/references/sales-copy/`
216
+ - `~/.sellable/configs/core/references/linkedin-posts/`
217
+ - `~/.sellable/configs/core/references/inspiration/`
218
+ - `~/.sellable/configs/core/references/applications/`
219
+ - `~/.sellable/configs/core/references/sales-copy/`
220
220
 
221
221
  Use `references/reference-curation.md` for manifest fields, duplicate keys, and
222
222
  when to copy versus index only.
@@ -226,7 +226,7 @@ when to copy versus index only.
226
226
  Before finalizing, run the silent audit pass in `references/anti-ai-audit.md`.
227
227
  Capture banned AI-ish patterns, user-authentic exceptions, context-only rules,
228
228
  negative-parallelism limits, proof hygiene, and anti-overfitting warnings in
229
- `.sellable/configs/core/anti-ai-writing-style.md`.
229
+ `~/.sellable/configs/core/anti-ai-writing-style.md`.
230
230
 
231
231
  ## 9. Continue After Saves
232
232
 
@@ -248,7 +248,7 @@ Repeat runs are normal. They must add, correct, merge, and preserve user edits.
248
248
  references.
249
249
  - Merge into compiled core files instead of replacing whole documents.
250
250
  - Preserve manual sections unless the user explicitly asks to rewrite them.
251
- - Add downstream corrections to `.sellable/configs/core/change-log.md`, then
251
+ - Add downstream corrections to `~/.sellable/configs/core/change-log.md`, then
252
252
  update the smallest affected rule, answer, claim, story, or context mode.
253
253
  </idempotency_rules>
254
254
 
@@ -21,16 +21,16 @@ Key principles:
21
21
 
22
22
  ## Original Objective
23
23
 
24
- Conduct a voice-first interview to populate `.sellable/configs/`:
24
+ Conduct a voice-first interview to populate `~/.sellable/configs/`:
25
25
 
26
- 1. Style guide -> `.sellable/configs/writing/styleguide-core.md` and persisted
26
+ 1. Style guide -> `~/.sellable/configs/writing/styleguide-core.md` and persisted
27
27
  via `set_engage_style_guide`.
28
- 2. Comment rules -> `.sellable/configs/writing/comments.md`.
29
- 3. ICP profile -> `.sellable/configs/audience/icp.md`.
30
- 4. Tracked people -> `.sellable/configs/discovery/influencers.md` via
28
+ 2. Comment rules -> `~/.sellable/configs/writing/comments.md`.
29
+ 3. ICP profile -> `~/.sellable/configs/audience/icp.md`.
30
+ 4. Tracked people -> `~/.sellable/configs/discovery/influencers.md` via
31
31
  `upsert_engage_tracked_person`.
32
32
 
33
- The interview reads `.sellable/insights/` to ask smarter questions, such as
33
+ The interview reads `~/.sellable/insights/` to ask smarter questions, such as
34
34
  which topics or hooks performed in the latest engage/post sessions. The
35
35
  interview should feel like a 5-minute conversation, not a form.
36
36
 
@@ -40,10 +40,10 @@ interview should feel like a 5-minute conversation, not a form.
40
40
 
41
41
  1. Load current configs via `get_engage_memory()` to check what is populated.
42
42
  2. Read lightweight insight files when they exist:
43
- - `./.sellable/insights/engage-sessions.md`
44
- - `./.sellable/insights/post-sessions.md`
45
- - `./.sellable/insights/cross-skill.md`
46
- - `./.sellable/configs/audience/icp.md`
43
+ - `~/.sellable/insights/engage-sessions.md`
44
+ - `~/.sellable/insights/post-sessions.md`
45
+ - `~/.sellable/insights/cross-skill.md`
46
+ - `~/.sellable/configs/audience/icp.md`
47
47
  3. Load the user's LinkedIn profile via `fetch_linkedin_profile`.
48
48
  4. Fetch 5-10 recent posts from 2-3 relevant thought leaders using
49
49
  `search_engagement_posts`.
@@ -95,7 +95,7 @@ corrections and rewrite the config files.
95
95
 
96
96
  ### Phase 5: ICP Profile
97
97
 
98
- If `.sellable/configs/audience/icp.md` is still a template or thin, ask who the
98
+ If `~/.sellable/configs/audience/icp.md` is still a template or thin, ask who the
99
99
  user wants to reach with LinkedIn presence, then write the profile using
100
100
  `core/ICP.template.md`.
101
101
 
@@ -109,7 +109,7 @@ Ask which specific people the user wants to track, then call
109
109
  1. Never fabricate quotes or examples.
110
110
  2. Preserve the user's exact phrasing as blockquotes in the style guide.
111
111
  3. Keep the interview under 5 minutes of user effort.
112
- 4. Always write results to `.sellable/configs/`.
112
+ 4. Always write results to `~/.sellable/configs/`.
113
113
  5. Persist the style guide via MCP.
114
114
  6. Anchor every question to a real post.
115
115
  7. Read business context first, including
@@ -7,13 +7,13 @@ sensitive, external, or only useful for provenance. Every folder uses INDEX.md m
7
7
 
8
8
  ## Folders
9
9
 
10
- - `.sellable/configs/core/references/linkedin-posts/` - personal best posts,
10
+ - `~/.sellable/configs/core/references/linkedin-posts/` - personal best posts,
11
11
  comments, hooks, and thread patterns.
12
- - `.sellable/configs/core/references/inspiration/` - admired outside examples,
12
+ - `~/.sellable/configs/core/references/inspiration/` - admired outside examples,
13
13
  anti-examples, voice-capture sources, and pattern notes.
14
- - `.sellable/configs/core/references/applications/` - accelerator, investor,
14
+ - `~/.sellable/configs/core/references/applications/` - accelerator, investor,
15
15
  founder-profile, and answer-pack references.
16
- - `.sellable/configs/core/references/sales-copy/` - outbound, reply, website,
16
+ - `~/.sellable/configs/core/references/sales-copy/` - outbound, reply, website,
17
17
  deck, objection, proof, and customer-language examples.
18
18
 
19
19
  Each folder should have an `INDEX.md`. A copied/distilled example should live
@@ -5,7 +5,7 @@ materials are provenance; do not expose them as separate user-facing workflows.
5
5
 
6
6
  ## Operating Loop
7
7
 
8
- 1. Prefill from existing `.sellable/configs`, docs, posts, transcripts, emails,
8
+ 1. Prefill from existing `~/.sellable/configs`, docs, posts, transcripts, emails,
9
9
  call notes, and user-provided samples.
10
10
  2. Do evidence collection: collect source path/URL, date, author/speaker,
11
11
  context, audience, privacy, and whether the sample is natural speech, edited
@@ -16,8 +16,8 @@ Sellable voice/company memory into the current thread before drafting,
16
16
  answering, rewriting, reviewing, or calibrating copy in the user's voice.
17
17
 
18
18
  This is a read-only usage workflow. Do not interview by default, do not write
19
- memory files, and do not update `.sellable/**` unless the user explicitly asks
20
- to switch into `$sellable:interview`.
19
+ memory files, and do not update `~/.sellable/**` unless the user explicitly
20
+ asks to switch into `$sellable:interview`.
21
21
  </role>
22
22
 
23
23
  <default_use_cases>
@@ -32,56 +32,52 @@ Use this workflow when the user asks to:
32
32
  </default_use_cases>
33
33
 
34
34
  <load_order>
35
- Read only relevant files. Start with the active `.sellable/configs` memory
36
- layer, not random repo docs.
37
-
38
- If `.sellable/configs` is not visible from the current working directory, use
39
- `Glob` to find `**/.sellable/configs/core/my-company.md`, excluding
40
- `node_modules`, `.next`, `dist`, and `.git`, then use the nearest parent as the
41
- Sellable memory root.
35
+ Read only relevant files. Start with the active home-level
36
+ `~/.sellable/configs` memory layer, not random repo docs or repo-local
37
+ `~/.sellable` folders.
42
38
 
43
39
  ## Core Voice And Judgment
44
40
 
45
41
  Read these when present:
46
42
 
47
- - `.sellable/configs/core/about-me.md`
48
- - `.sellable/configs/core/anti-ai-writing-style.md`
49
- - `.sellable/configs/core/decision-rules.md`
50
- - `.sellable/configs/core/context-modes.md`
43
+ - `~/.sellable/configs/core/about-me.md`
44
+ - `~/.sellable/configs/core/anti-ai-writing-style.md`
45
+ - `~/.sellable/configs/core/decision-rules.md`
46
+ - `~/.sellable/configs/core/context-modes.md`
51
47
 
52
48
  ## Company Truth And Proof
53
49
 
54
50
  Read these when present:
55
51
 
56
- - `.sellable/configs/core/my-company.md`
57
- - `.sellable/configs/core/answer-bank.md`
58
- - `.sellable/configs/core/proof-ledger.md`
59
- - `.sellable/configs/core/story-bank.md`
60
- - `.sellable/configs/core/wins-ledger.md`
52
+ - `~/.sellable/configs/core/my-company.md`
53
+ - `~/.sellable/configs/core/answer-bank.md`
54
+ - `~/.sellable/configs/core/proof-ledger.md`
55
+ - `~/.sellable/configs/core/story-bank.md`
56
+ - `~/.sellable/configs/core/wins-ledger.md`
61
57
 
62
58
  ## Writing-Specific Guidance
63
59
 
64
60
  Read these when present and relevant to the task:
65
61
 
66
- - `.sellable/configs/writing/styleguide-core.md`
67
- - `.sellable/configs/writing/comments.md`
62
+ - `~/.sellable/configs/writing/styleguide-core.md`
63
+ - `~/.sellable/configs/writing/comments.md`
68
64
 
69
65
  ## Transcript Or Topic Context
70
66
 
71
67
  Do not bulk-read raw transcripts. If the user asks about a specific topic,
72
68
  story, sales call, customer, market view, or correction, first read:
73
69
 
74
- - `.sellable/configs/core/transcripts/INDEX.md`
75
- - the most relevant file under `.sellable/configs/core/transcripts/topics/`
70
+ - `~/.sellable/configs/core/transcripts/INDEX.md`
71
+ - the most relevant file under `~/.sellable/configs/core/transcripts/topics/`
76
72
 
77
- Only read raw archives under `.sellable/interviews/**` when the index/topic file
78
- points to one and the current task needs that source detail.
73
+ Only read raw archives under `~/.sellable/interviews/**` when the index/topic
74
+ file points to one and the current task needs that source detail.
79
75
  </load_order>
80
76
 
81
77
  <operating_rules>
82
78
 
83
79
  - Keep the loader lightweight. The first pass should usually be 6-10 files, not
84
- every file under `.sellable`.
80
+ every file under `~/.sellable`.
85
81
  - Apply the loaded profile silently after a short confirmation. Do not paste a
86
82
  long summary of the memory unless the user asks for one.
87
83
  - If the user already gave a concrete writing task, load the memory and then do
@@ -219,7 +219,7 @@ After all agents return, combine into a short Research Notes block. **Strip DEBU
219
219
 
220
220
  **If researchMode="prospect":**
221
221
 
222
- If the caller passed cross-skill insights (from `.sellable/insights/cross-skill.md`), use them to prioritize hooks — e.g., if engage sessions show "AI compute time" angles get high engagement, rank those hooks higher.
222
+ If the caller passed cross-skill insights (from `~/.sellable/insights/cross-skill.md`), use them to prioritize hooks — e.g., if engage sessions show "AI compute time" angles get high engagement, rank those hooks higher.
223
223
 
224
224
  ```markdown
225
225
  ## {Name} - {Title} at {Company}