@sellable/mcp 0.1.213 → 0.1.214
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/post-find-leads-message-scout.md +173 -151
- package/dist/tools/prompts.js +18 -13
- package/package.json +1 -1
- package/skills/create-campaign/SKILL.md +11 -12
- package/skills/create-campaign-brief/references/examples/briefs/superpower.md +3 -3
- package/skills/create-campaign-brief/references/phase75-active-runtime-message-pack.md +16 -28
- package/skills/create-campaign-v2/SKILL.md +12 -9
- package/skills/create-campaign-v2/core/auto-execute.README.md +11 -11
- package/skills/create-campaign-v2/core/auto-execute.yaml +4 -4
- package/skills/create-campaign-v2/core/flow.v2.json +1 -1
- package/skills/create-campaign-v2/references/ai-tells.md +3 -3
- package/skills/create-campaign-v2/references/approval-gate-framing.md +9 -9
- package/skills/create-campaign-v2/references/escalation-ladder.md +3 -3
- package/skills/create-campaign-v2/references/final-handoff-contract.md +3 -3
- package/skills/create-campaign-v2/references/gold-standard-message-examples.md +294 -239
- package/skills/create-campaign-v2/references/gold-standard-message-patterns.md +13 -9
- package/skills/create-campaign-v2/references/gold-standard-message-validation-example.md +4 -4
- package/skills/create-campaign-v2/references/lead-validation-preview.md +1 -1
- package/skills/create-campaign-v2/references/parallel-critique-protocol.md +10 -10
- package/skills/create-campaign-v2/references/sample-validation-loop.md +3 -3
- package/skills/create-campaign-v2/references/{thomas-revision-filters.md → sellable-cleanup-rules.md} +12 -12
- package/skills/create-campaign-v2/references/step-15-re-cascade.md +1 -1
- package/skills/create-campaign-v2/references/thomas-variant-selection.md +1 -1
- package/skills/create-campaign-v2/references/validation-criteria.md +16 -13
- package/skills/create-campaign-v2-tail/SKILL.md +7 -7
- package/skills/create-campaign-v2-validation/SKILL.md +6 -6
- package/skills/generate-messages/SKILL.md +121 -88
- package/skills/research/config.json +9 -0
- package/skills/create-campaign-v2/references/gold-standard-runtime-message-pack.md +0 -252
|
@@ -66,7 +66,7 @@ Before showing the gate OR running any approve-path tool, verify the
|
|
|
66
66
|
- The active Sellable-auth workspace matches the workspace the draft
|
|
67
67
|
directory was written in (prevents cross-workspace mint drift).
|
|
68
68
|
|
|
69
|
-
This invariant is identical to the
|
|
69
|
+
This invariant is identical to the offline-validation "sender/workspace mismatch
|
|
70
70
|
= abort" rule and the global memory rule `CRITICAL: Never Send Messages
|
|
71
71
|
From Wrong Workspace`. If the invariant fails:
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ From Wrong Workspace`. If the invariant fails:
|
|
|
78
78
|
4. Leave the draft directory intact; a fresh session in the correct
|
|
79
79
|
workspace can resume from where this one aborted.
|
|
80
80
|
|
|
81
|
-
The invariant is a hard stop, not
|
|
81
|
+
The invariant is a hard stop, not a retryable escalation.
|
|
82
82
|
|
|
83
83
|
## Anchor Validation
|
|
84
84
|
|
|
@@ -310,7 +310,7 @@ leadSourceType, leadSourceProvider })` and capture `{ campaignId, watchUrl }`
|
|
|
310
310
|
payload from `lead-filter.md`)
|
|
311
311
|
5. flip brief status to `committed`; move draft to `.committed/`
|
|
312
312
|
6. surface the first watch-link handoff using `watch-link-handoff.md`
|
|
313
|
-
7. hand off to the autonomous tail
|
|
313
|
+
7. hand off to the autonomous tail
|
|
314
314
|
|
|
315
315
|
See `watch-link-handoff.md` for the exact link-surfacing protocol and the
|
|
316
316
|
partial-mint recovery rules.
|
|
@@ -349,12 +349,12 @@ automatic rollback.
|
|
|
349
349
|
|
|
350
350
|
### `revise-brief`
|
|
351
351
|
|
|
352
|
-
Route back to
|
|
352
|
+
Route back to the relevant brief or validation step depending on what the user wants to change.
|
|
353
353
|
Do NOT commit/mint a campaign. If a draft shell already exists, keep it
|
|
354
354
|
non-sendable and update it only through the normal draft-shell sync points.
|
|
355
355
|
|
|
356
356
|
Draft effect: preserve nothing by default; the brief itself is usually
|
|
357
|
-
rewritten upstream. Delete all downstream artifacts so
|
|
357
|
+
rewritten upstream. Delete all downstream artifacts so offline validation will re-run:
|
|
358
358
|
|
|
359
359
|
- delete `lead-review.md`
|
|
360
360
|
- delete `lead-sample.json`
|
|
@@ -364,7 +364,7 @@ rewritten upstream. Delete all downstream artifacts so Phase 84 will re-run:
|
|
|
364
364
|
|
|
365
365
|
### `revise-leads`
|
|
366
366
|
|
|
367
|
-
Route back to
|
|
367
|
+
Route back to `find leads`. Do NOT commit/mint a campaign. If a draft
|
|
368
368
|
shell already exists, keep it non-sendable and replace only draft-shell source
|
|
369
369
|
state when the revised source is approved.
|
|
370
370
|
|
|
@@ -379,7 +379,7 @@ Draft effect:
|
|
|
379
379
|
|
|
380
380
|
### `revise-rubric`
|
|
381
381
|
|
|
382
|
-
Route back to
|
|
382
|
+
Route back to `filter leads`. Do NOT commit/mint a campaign. If a draft
|
|
383
383
|
shell already exists, keep it non-sendable and update only saved draft rubrics
|
|
384
384
|
after the revised filter is confirmed.
|
|
385
385
|
|
|
@@ -394,7 +394,7 @@ Draft effect:
|
|
|
394
394
|
|
|
395
395
|
### `revise-messaging`
|
|
396
396
|
|
|
397
|
-
Route back to
|
|
397
|
+
Route back to `generate message`. Do NOT commit/mint a campaign. If a
|
|
398
398
|
draft shell already exists, keep it non-sendable.
|
|
399
399
|
|
|
400
400
|
Draft effect:
|
|
@@ -433,7 +433,7 @@ non-sendable shell for operator cleanup.
|
|
|
433
433
|
picks a choice. Draft-shell writes happen in earlier allowed flow steps, not
|
|
434
434
|
inside the commit-gate question turn.
|
|
435
435
|
- `import_leads` is **not** part of atomic mint. Full sourcing/import happens
|
|
436
|
-
|
|
436
|
+
after mint.
|
|
437
437
|
- Revision choices produce no spend/send-side effects.
|
|
438
438
|
- Aborting produces no spend/send-side effects.
|
|
439
439
|
- A failed `approve` path (e.g. `create_campaign` errors, or `save_rubrics`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Escalation Ladder
|
|
2
2
|
|
|
3
|
-
This reference governs when the
|
|
3
|
+
This reference governs when the autonomous tail STOPS and returns
|
|
4
4
|
control to the user. Load this file whenever the tail needs to decide
|
|
5
5
|
between continuing autonomously, retrying, or escalating.
|
|
6
6
|
|
|
@@ -100,8 +100,8 @@ When escalating, the skill:
|
|
|
100
100
|
watch link if the user asks for it or diagnostics show the link is missing or
|
|
101
101
|
broken.
|
|
102
102
|
4. Presents an actionable options menu via `AskUserQuestion`:
|
|
103
|
-
- `revise-brief` — go back to
|
|
104
|
-
- `revise-leads` — go back to
|
|
103
|
+
- `revise-brief` — go back to brief editing
|
|
104
|
+
- `revise-leads` — go back to find-leads
|
|
105
105
|
- `abort` — stop and clean up (moves committed dir under `.aborted/`
|
|
106
106
|
if the user wants to cold-start)
|
|
107
107
|
- `resume-from-<step>` — retry from the failing step (e.g.
|
|
@@ -186,10 +186,10 @@ disables once the campaign is running.
|
|
|
186
186
|
## Workspace + Sender Invariant
|
|
187
187
|
|
|
188
188
|
Before calling `start_campaign` via the Claude greenlight path,
|
|
189
|
-
re-validate the workspace/sender invariants
|
|
189
|
+
re-validate the workspace/sender invariants that offline validation committed against.
|
|
190
190
|
If the current auth context no longer matches (workspace switched mid
|
|
191
191
|
session, sender removed, etc.), abort the start with the same invariant
|
|
192
|
-
error
|
|
192
|
+
error offline validation uses. Do NOT start a campaign from the wrong workspace.
|
|
193
193
|
|
|
194
194
|
## Pre-Start State Guards
|
|
195
195
|
|
|
@@ -238,7 +238,7 @@ does NOT silently proceed.
|
|
|
238
238
|
- A Claude greenlight on an already-running campaign is a no-op
|
|
239
239
|
confirmation, not a duplicate start.
|
|
240
240
|
- Workspace/sender mismatch at greenlight time aborts the start with
|
|
241
|
-
the
|
|
241
|
+
the offline-validation invariant.
|
|
242
242
|
- The start route, not a follow-up `update_campaign`, persists
|
|
243
243
|
`currentStep: "running"`.
|
|
244
244
|
- A pre-check refusal is NOT an escalation — it's a fixable state. The
|