@sellable/mcp 0.1.438 → 0.1.439
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/dist/tools/prompts.js +1 -1
- package/dist/tools/refill-sends.js +3 -1
- package/package.json +1 -1
- package/skills/create-campaign-v2/references/gold-standard-message-examples.md +3 -3
- package/skills/create-campaign-v2/references/gold-standard-message-patterns.md +4 -1
- package/skills/create-campaign-v2/references/sellable-cleanup-rules.md +11 -10
- package/skills/create-evergreen-campaigns/SKILL.md +2 -2
- package/skills/generate-messages/SKILL.md +30 -29
- package/skills/refill-sends/SKILL.md +13 -0
- package/skills/refill-sends-workflow/SKILL.md +36 -3
package/dist/tools/prompts.js
CHANGED
|
@@ -373,7 +373,7 @@ export function getPostFindLeadsScoutRegistry() {
|
|
|
373
373
|
codex: 'After confirm_lead_list copies source rows and the initial campaign-table execution slice exists, ask the filter-choice question immediately. Do not spawn anything before that question. After the answer, launch only Message Drafting. The filter-choice answer is the post-import user gate for this single worker; do not ask another question about starting it in step-wise or YOLO mode. The registry lookup is not a launch: after get_post_find_leads_scout_registry, immediately invoke Task/spawn_agent or the host background-agent mechanism before loading filter-leads.md, before saving rubrics, and before treating skip-filters as ready for message review. Both choices route through this kickoff; do not let filters_skipped jump straight from filter-choice to message-generation. If filters are chosen, the parent stays on Filter Rules and drafts/saves rubrics with MCP tools while Message Drafting runs in the background. If filters are skipped, move to Messages/message review only after Message Drafting has started or is ready; update_campaign(currentStep=messages) is not proof of launch. If the named Message Drafting custom agent is unavailable, spawn a generic gpt-5.5 xhigh Message Drafting background agent with the same lean campaign/table basis. When the background worker starts, persist workerDetails.messageDraftBuilder with statusSource "branch", status "branch-running", runId, startedAt, updatedAt, basisToken when known, and basis containing campaignId, selectedLeadListId, workflowTableId, filterChoice, and reviewBatchRowHash or reviewBatchRowIds; workerStatuses.messageDraftBuilder may be "running" as a simple badge only. Never put rich proof under workerStatuses and never use workerStatuses.messageDrafting. If no background-agent tool is callable, start the same full message branch inline before filter drafting or before skip-filter message review, record workerDetails.messageDraftBuilder with statusSource "parent-thread-fallback" and status "fallback-active", and require the same live context, prompt, assets, and validation gate before message review; do not wait until filters are saved and then call the registry.',
|
|
374
374
|
claude: "After confirm_lead_list copies source rows and the initial campaign-table execution slice exists, ask the filter-choice question immediately. Do not invoke any Task/Agent before that question. After the answer, invoke only Message Drafting. If filters are chosen, parent drafts/saves rubrics with MCP tools while Message Drafting runs, asks filter approval, then joins Message Drafting. If filters are skipped, invoke only Message Drafting and move to Messages/message review.",
|
|
375
375
|
parentThreadRule: 'Named agents are optional acceleration, but message drafting is not optional. The only normal background worker is Message Drafting. The filter-choice answer is the campaign-scoped go-ahead for this single post-import worker; do not ask another question to start it in step-wise or YOLO mode. If a named agent is unavailable, use a generic gpt-5.5 xhigh Message Drafting background agent. source work and filter work stay in the parent thread with MCP tools. If post-find-leads-message-scout is available, run it as the background Message Draft Builder after the filter-choice answer. The registry lookup is not a launch: get_post_find_leads_scout_registry only identifies the worker, and Message Drafting counts as started only after Task/spawn_agent or the host background-agent tool is invoked, or after the parent begins the same full message branch inline because no background-agent tool is callable. This launch must happen before loading filter-leads.md, save_rubrics, filter approval, or skip-filter message review; currentStep=messages is not proof of launch. If post-find-leads-message-scout is absent, do not customer-surface install status. Do not silently treat message drafting as started; the main thread must either launch the background worker or execute the same message branch from CampaignOffer state, selected source state, workflowTableId, and initial campaign-table execution slice rows. For a spawned worker, record workerDetails.messageDraftBuilder with statusSource branch / status branch-running, runId, startedAt, updatedAt, and basis containing campaignId, selectedLeadListId, workflowTableId, filterChoice, and reviewBatchRowHash or reviewBatchRowIds. workerStatuses.messageDraftBuilder is optional simple badge text only ("running", "ready", "blocked", "idle"); never put runId/statusSource/basis under workerStatuses and never use workerStatuses.messageDrafting. If no background-agent tool is callable, start that same full message branch inline before filter drafting or before skip-filter message review, record workerDetails.messageDraftBuilder with statusSource parent-thread-fallback / status fallback-active then ready, and require the same live context, prompt, assets, and validation gate before message review; do not report that as a background worker failure. If neither branch nor inline fallback can run, return blocked/retry-needed; do not wait until filters are saved and then call the registry. The Message Drafting handoff must be lean. Do not paste copied row counts, brief hashes, review-batch hashes, full reviewBatchRowIds, broad row data, or local debug artifacts into the spawn prompt. Local markdown/json files are not normal-path inputs. The filter-choice question is the first post-import user gate; do not load post-lead registries or filter references before it. Message drafting starts after the filter-choice answer, must load get_subskill_prompt({ subskillName: "generate-messages" }), and must load every required message asset named by generate-messages Mode 0 through get_subskill_asset before drafting. Reference Asset Loading means loading the required pre-draft reference pack before drafting; return blocked/retry-needed if required assets cannot be loaded; load ai-tells.md because it is never optional. The branch or parent-thread fallback loads the full generate-messages prompt and every referenced asset through get_subskill_asset. After generating/revising the candidate and before returning ready, must load get_subskill_prompt({ subskillName: "create-campaign-v2-validation" }) as the final internal validation gate, must read live campaign table state through scoped MCP/product tools, and must reject mismatched selectedLeadListId/workflowTableId/campaign/workspace input. Do not block when filters were chosen but leadScoringRubrics are not yet visible in the branch read; the parent owns save_rubrics and filter approval in parallel, so Message Drafting should return status ready with basisStatus usable_initial when campaign/list/table identity and the non-empty execution slice match. Do not use any alternate, local-artifact, or examples-only message prompt. User copy feedback, message QA, or rewrite requests before approve-message must be routed back to Message Drafting with the current recommendation, lean campaign/table basis, and latest user text; the parent must not rewrite or QA the template from memory and must not call update_campaign_brief before approve-message. The worker validates internally and returns only templateRecommendation, tokenFillRules, renderedGoodSample, status, approveOrReviseRecommendation, validationStatus, outputAt, outputHash, and blocked/retry detail. Do not render renderedFallbackSample, risk notes, or a qaReceipt on the normal happy path. On the filter path, save_rubrics keeps the browser on Filter Rules after save_rubrics so the user can approve the saved criteria; after saved-filter approval, move to Filter Leads with currentStep=apply-icp-rubric whether Message Drafting is ready or still running. Wait there for message approval. Enrichment, filtering, Generate Message cells, sender setup, sequence attach, and launch wait for template approval on the Use Template path. On the skip path, move to Messages/message review after Message Drafting has started or is ready and wait for message approval before enrichment or Settings. Do not render message review from checklist or shortcut instructions; message review requires a messageDraftRecommendation whose basis proves the generate-messages prompt, required message assets, and validation gate ran for the current campaign/table execution slice. Do not automatically rerun Message Drafting after filters/enrichment finish; show the initial draft by default and offer an enriched rewrite only with explicit user opt-in. Handoff and recommendation output are Markdown with labeled fields, not raw JSON.',
|
|
376
|
-
prepareMessagesRule: `Default create-campaign stays on the existing reviewBatchLimit:15 first campaign-table execution slice. For plain post-mint fill/load/refill requests, load get_subskill_prompt({ subskillName: "refill-sends-workflow" }), then call resolve_campaign_fill_route({ intent:"plain" }), list_senders, and get_campaign_refill_state for enough candidate campaigns to identify the campaign that most recently had scheduler-owned sends for the relevant sender set before any mutation. Route outcomes are route:"evergreen_horizon", route:"active_campaigns", and route:"ask_create"; if a plain managed-waterfall route has archived/completed skipped slots or does not cover the named sender set, immediately refetch with resolve_campaign_fill_route({ intent:"active" }) and inspect current dashboard-active ACTIVE/PAUSED campaign-backed sequence campaigns before declaring a sender blocked; stay in the same campaignOfferId/campaignId context after minting. Plain fill is not an alias for fill_campaign_horizon or campaign creation. fill_campaign_horizon is evergreen-only and is not the generic regular-campaign fill path. Campaign creation is allowed only after route:"ask_create" and explicit user selection; it is never the default response to plain fill. Treat "fill up/load sends" as capacity-fill preparation, and treat "refill senders", "fill senders", "max out senders", and "load everyone up" as sender-scoped capacity-fill preparation. For sender-scoped requests with no named senders, --yolo means all eligible healthy senders enrolled in active campaign-backed sequence campaigns in the active workspace; without --yolo, ask which eligible enrolled senders to refill before choosing campaigns or mutating. In non-yolo interactive Codex or Claude Code sessions, the sender/campaign/action approval packet must be asked through request_user_input/AskUserQuestion with exactly Accept and Decline; do not use plain chat approval. The approval question body must show workspace, sender scope, a campaign-by-campaign table, exact ids/caps/dates, side effects, forbidden actions, and stop condition before mutation. Default --yolo horizon is a two-send-day horizon: two sender-local send days, skipping no-send-hour days. For campaign-scoped fill/refill, select the best recent-send campaign and calculate the bounded gap from healthy sender daily capacity minus future scheduler-owned scheduled sends and ready-to-schedule rows, then prepare only that gap. For sender-scoped fill/refill, calculate the bounded gap per eligible sender across active enrolled campaigns, counting future scheduled and ready-to-schedule rows across those campaigns, then choose the best same-sender campaign to fill each sender gap: prefer recent/future scheduler-owned sends for that sender, then strongest recent result evidence, then source health. Do not stop after filling only one sender when the request was sender-scoped. In --yolo, continue through every safe selected sender/campaign action covered by the rendered packet, reread after each terminal apply/prep/start result, and when no safe in-packet action remains return concrete continuation options with campaign names, exact ids, and which options require a new approval packet. Use the refill workflow to decide whether to enrich/prep more rows in that same recent-send/best-result campaign, add/import more rows to that same campaign/source path, use a different existing campaign only when the selected same-sender lane is blocked/exhausted/already loaded while the sender still has a gap, or ask what to create. Do not create warm-post-engager side campaigns. Surface sender-health blockers separately from prepared/approved/scheduled counts. User-facing refill decisions must be campaign-name-first and sender-name-first, with ids as proof/execution targets only. For already-running regular campaigns that need Signal Discovery source replenishment, use the guarded currentStep clear with clearCurrentStepIfMatches:"running", campaign-scoped provider prompt/search/select, and import_leads with the existing sourceLeadListId when a newly approved selected-post scrape would otherwise return reusedExistingSourceList. After confirm_lead_list copies rows into an existing table, avoid fixed maxRowsToCheck:100; if confirm_lead_list returns USER_ADDED_ROWS_LIMIT_EXCEEDED, create a bounded same-source split from selectedLeadListId with get_rows_minimal/load_csv_linkedin_leads, confirm that smaller source list into the same campaign, and operate on the reviewBatch first; inspect reviewBatch/table selectors or use adaptive/wider bounded prep so appended rows are included. Do not interpret checkedRows as enriched rows; it is only the table cursor. Prepared, approved, and ready_to_schedule rows are intermediate states; never call them scheduled unless a re-read proves scheduler-owned scheduled cells with non-null scheduledFor. Before source import, prep, approval, or selected paused campaign start, require exact visible approval or --yolo packet auto-accept and a fresh get_campaign_refill_state reread; stop if freshness.stateHash or exact ids changed. For "approve X messages", use approvalMode:approve only when explicitly requested. For "schedule X sends" or "fill sender sends", approve only when explicitly requested, then re-read campaign/table scheduled counts; if scheduler-owned scheduledFor cells are not present, report prepared/approved/ready - awaiting scheduler instead of success. start_campaign is allowed in refill only for exact selected PAUSED, dashboard-active, campaign-backed sequence targets named in the bounded packet, and the packet must state that starting can let the product scheduler schedule/send approved eligible sequence actions. Never start unrelated, archived, completed, draft, direct, or non-selected campaigns, never broad approve-all, and never use direct scheduler writes. campaignId is CampaignOffer.id. If the user asks to stop preparation, the target is wrong, or status shows the wrong campaign/table, use cancel_campaign_message_preparation only for the exact active job. Low-level selectors are diagnostics and recovery only for this lane.`,
|
|
376
|
+
prepareMessagesRule: `Default create-campaign stays on the existing reviewBatchLimit:15 first campaign-table execution slice. For plain post-mint fill/load/refill requests, load get_subskill_prompt({ subskillName: "refill-sends-workflow" }), then call resolve_campaign_fill_route({ intent:"plain" }), list_senders, and get_campaign_refill_state for enough candidate campaigns to identify the campaign that most recently had scheduler-owned sends for the relevant sender set before any mutation. Route outcomes are route:"evergreen_horizon", route:"active_campaigns", and route:"ask_create"; if a plain managed-waterfall route has archived/completed skipped slots or does not cover the named sender set, immediately refetch with resolve_campaign_fill_route({ intent:"active" }) and inspect current dashboard-active ACTIVE/PAUSED campaign-backed sequence campaigns before declaring a sender blocked; stay in the same campaignOfferId/campaignId context after minting. Plain fill is not an alias for fill_campaign_horizon or campaign creation. fill_campaign_horizon is evergreen-only and is not the generic regular-campaign fill path. Campaign creation is allowed only after route:"ask_create" and explicit user selection; it is never the default response to plain fill. Treat "fill up/load sends" as capacity-fill preparation, and treat "refill senders", "fill senders", "max out senders", and "load everyone up" as sender-scoped capacity-fill preparation. For sender-scoped requests with no named senders, --yolo means all eligible healthy senders enrolled in active campaign-backed sequence campaigns in the active workspace; without --yolo, ask which eligible enrolled senders to refill before choosing campaigns or mutating. In non-yolo interactive Codex or Claude Code sessions, the sender/campaign/action approval packet must be asked through request_user_input/AskUserQuestion with exactly Accept and Decline; do not use plain chat approval. The approval question body must show workspace, sender scope, a campaign-by-campaign table, exact ids/caps/dates, side effects, forbidden actions, and stop condition before mutation. Default --yolo horizon is a two-send-day horizon: two sender-local send days, skipping no-send-hour days. For campaign-scoped fill/refill, select the best recent-send campaign and calculate the bounded gap from healthy sender daily capacity minus future scheduler-owned scheduled sends and ready-to-schedule rows, then prepare only that gap. For sender-scoped fill/refill, calculate the bounded gap per eligible sender across active enrolled campaigns, counting future scheduled and ready-to-schedule rows across those campaigns, then choose the best same-sender campaign to fill each sender gap: prefer recent/future scheduler-owned sends for that sender, then strongest recent result evidence, then source health. Maintain a horizon saturation ledger per selected sender with selected send days, gross capacity, future scheduler-owned scheduled counts, ready-to-schedule buffer, remaining scheduled gap, remaining ready-or-scheduled gap, and the next MCP primitive. Do not stop after filling only one sender when the request was sender-scoped. In --yolo, continue through every safe selected sender/campaign action covered by the rendered packet, reread after each terminal apply/prep/start result, recompute the horizon saturation ledger, and keep going until scheduler-owned scheduledFor cells fill the requested horizon or a concrete blocker/timeout is proven. Ready-to-schedule rows are buffer, not completion; if ready covers the gap but scheduled cells do not, run a bounded scheduler-settle loop and report awaiting_scheduler_after_ready_buffer as not complete when timeout is reached. When no safe in-packet action remains return concrete continuation options with campaign names, exact ids, and which options require a new approval packet. Use the refill workflow to decide whether to enrich/prep more rows in that same recent-send/best-result campaign, add/import more rows to that same campaign/source path, use a different existing campaign only when the selected same-sender lane is blocked/exhausted/already loaded while the sender still has a gap, or ask what to create. Do not create warm-post-engager side campaigns. Surface sender-health blockers separately from prepared/approved/scheduled counts. User-facing refill decisions must be campaign-name-first and sender-name-first, with ids as proof/execution targets only. For already-running regular campaigns that need Signal Discovery source replenishment, use the guarded currentStep clear with clearCurrentStepIfMatches:"running", campaign-scoped provider prompt/search/select, and import_leads with the existing sourceLeadListId when a newly approved selected-post scrape would otherwise return reusedExistingSourceList. After confirm_lead_list copies rows into an existing table, avoid fixed maxRowsToCheck:100; if confirm_lead_list returns USER_ADDED_ROWS_LIMIT_EXCEEDED, create a bounded same-source split from selectedLeadListId with get_rows_minimal/load_csv_linkedin_leads, confirm that smaller source list into the same campaign, and operate on the reviewBatch first; inspect reviewBatch/table selectors or use adaptive/wider bounded prep so appended rows are included. Do not interpret checkedRows as enriched rows; it is only the table cursor. Prepared, approved, and ready_to_schedule rows are intermediate states; never call them scheduled or complete unless a final re-read proves scheduler-owned scheduled cells with non-null scheduledFor fill the requested horizon. Before source import, prep, approval, or selected paused campaign start, require exact visible approval or --yolo packet auto-accept and a fresh get_campaign_refill_state reread; stop if freshness.stateHash or exact ids changed. For "approve X messages", use approvalMode:approve only when explicitly requested. For "schedule X sends" or "fill sender sends", approve only when explicitly requested, then re-read campaign/table scheduled counts; if scheduler-owned scheduledFor cells are not present, report prepared/approved/ready - awaiting scheduler instead of success. start_campaign is allowed in refill only for exact selected PAUSED, dashboard-active, campaign-backed sequence targets named in the bounded packet, and the packet must state that starting can let the product scheduler schedule/send approved eligible sequence actions. Never start unrelated, archived, completed, draft, direct, or non-selected campaigns, never broad approve-all, and never use direct scheduler writes. campaignId is CampaignOffer.id. If the user asks to stop preparation, the target is wrong, or status shows the wrong campaign/table, use cancel_campaign_message_preparation only for the exact active job. Low-level selectors are diagnostics and recovery only for this lane.`,
|
|
377
377
|
},
|
|
378
378
|
};
|
|
379
379
|
}
|
|
@@ -151,10 +151,12 @@ export function refillSendsCommand(input = {}) {
|
|
|
151
151
|
"Read get_campaign_refill_state for enough exact candidate campaigns to pick the best per-sender target by recent/future scheduler-owned sends, then recent result evidence, then source health.",
|
|
152
152
|
"Treat current dashboard-active PAUSED campaign-backed sequence campaigns as start-eligible candidates: read refill state before deciding whether to prep, approve, start, or skip.",
|
|
153
153
|
"Fresh reread get_campaign_refill_state immediately before any import, prep, approval, or horizon-fill mutation.",
|
|
154
|
+
"Maintain a horizon saturation ledger per selected sender: selected send days, gross capacity, future scheduler-owned scheduled counts, ready-to-schedule buffer, remaining scheduled gap, remaining ready-or-scheduled gap, and next MCP primitive.",
|
|
154
155
|
"In --yolo, continue through every safe selected sender/campaign action covered by the rendered packet; when no safe in-packet action remains, return concrete continuation options instead of silently stopping.",
|
|
156
|
+
"Do not complete a fill/schedule request until a final get_campaign_refill_state reread proves scheduler-owned scheduledFor cells fill the horizon, or report a concrete blocker such as awaiting_scheduler_after_ready_buffer.",
|
|
155
157
|
],
|
|
156
158
|
approvalContract: yolo
|
|
157
|
-
? "Auto-accept only the rendered bounded refill packet after fresh reread. Continue through every safe apply/prep/start action inside that packet, including start_campaign only for exact selected PAUSED campaign-backed sequence refill targets named in the packet. If no safe in-packet action remains, return concrete continuation options and stop. Stop immediately if sender set, route, ids, caps, dates, blockers, or side-effect class
|
|
159
|
+
? "Auto-accept only the rendered bounded refill packet after fresh reread. Continue through every safe apply/prep/start action inside that packet, including start_campaign only for exact selected PAUSED campaign-backed sequence refill targets named in the packet. After each action, recompute the per-sender horizon saturation ledger and keep going until scheduler-owned scheduledFor cells fill the requested horizon or a concrete blocker/timeout is proven. Ready-to-schedule rows are buffer, not completion. If no safe in-packet action remains, return concrete continuation options and stop. Stop immediately if sender set, route, ids, caps, dates, blockers, or side-effect class drifts."
|
|
158
160
|
: hasSenderSelectors
|
|
159
161
|
? "Ask the final Accept/Decline structured approval question before mutation, including workspace, sender scope, campaign table, exact ids, caps/dates, side effects, forbidden actions, and stop condition."
|
|
160
162
|
: "Ask which eligible enrolled senders to refill first, then ask the final Accept/Decline structured approval question before mutation.",
|
package/package.json
CHANGED
|
@@ -214,7 +214,7 @@ Subject: initiatives + business outcomes + one live picture
|
|
|
214
214
|
|
|
215
215
|
Hey {{first_name}},
|
|
216
216
|
|
|
217
|
-
Saw you
|
|
217
|
+
Saw you might be interested in {{signal_topic}}, so hope this is relevant.
|
|
218
218
|
|
|
219
219
|
I helped build {{credible_prior_company}}, so I've seen firsthand where {{buyer_category}} tools fall short.
|
|
220
220
|
|
|
@@ -238,11 +238,11 @@ Why it works:
|
|
|
238
238
|
|
|
239
239
|
Transfer limits:
|
|
240
240
|
|
|
241
|
-
- Use `Saw you
|
|
241
|
+
- Use `Saw you might be interested in [topic], so hope this is relevant` or
|
|
242
|
+
`Saw you in a few conversations about/around [topic], so hope this is
|
|
242
243
|
relevant` only for Shared Signal Discovery when the source evidence supports
|
|
243
244
|
the topic and the line does not claim a reaction, comment, sender-authored
|
|
244
245
|
post, or other unproven engagement.
|
|
245
|
-
- Do not use `might be interested`; that assumes intent from weak evidence.
|
|
246
246
|
- Do not use `found you in a thread`; that exposes sourcing mechanics.
|
|
247
247
|
- Do not use founder/operator proof unless the brief supports it and every
|
|
248
248
|
attached sender can credibly send the line.
|
|
@@ -210,7 +210,10 @@ Shared Evergreen Signal Discovery override:
|
|
|
210
210
|
relevant` is allowed when the source evidence supports the topic and the line
|
|
211
211
|
does not claim a reaction, comment, sender-authored post, or other unproven
|
|
212
212
|
engagement.
|
|
213
|
-
-
|
|
213
|
+
- The Dotwork opener `Saw you might be interested in [topic], so hope this is
|
|
214
|
+
relevant` is also allowed for Shared Signal Discovery when the source
|
|
215
|
+
evidence supports the topic. Do not use bare `might be interested` as a
|
|
216
|
+
generic intent claim.
|
|
214
217
|
- Do not use `found you in a thread`; that exposes sourcing mechanics.
|
|
215
218
|
- Do not use `I'm building`, `I've mapped`, `my company`, or `my team`.
|
|
216
219
|
- Prefer the Dotwork shape when the message is InMail: a concrete A + B + C
|
|
@@ -88,14 +88,15 @@ Revise or reject the sample when any of these happen.
|
|
|
88
88
|
LinkedIn is becoming more of a GTM channel for [company]"`. For Shared Signal
|
|
89
89
|
Discovery and non-evergreen third-party LinkedIn-post-sourced campaigns, a
|
|
90
90
|
topic-level bridge is allowed when it explains why the note exists and stays
|
|
91
|
-
apologetically uncertain: `"saw you
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
[topic]
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
apologetically uncertain: `"saw you might be interested in [topic], so hope
|
|
92
|
+
this is relevant."`, `"saw you in a few conversations about [topic], so may be
|
|
93
|
+
off, but this seemed relevant."`, `"saw you in a few conversations around
|
|
94
|
+
[topic], so hope this is relevant."`, or `"hope this is relevant if [topic] is
|
|
95
|
+
still on your plate."` Shared evergreen signal override: Dotwork-style `saw
|
|
96
|
+
you might be interested` can be used for Shared Signal Discovery when the
|
|
97
|
+
named Dotwork pattern applies, topic-level and evidence-backed; otherwise
|
|
98
|
+
prefer the conversation/topic bridge. `found you in a thread` remains blocked
|
|
99
|
+
because it exposes sourcing mechanics.
|
|
99
100
|
Shared Cold Fallback should use a concrete signal/problem
|
|
100
101
|
bridge or omit the source line. Reserve `"raise your hand"` language for
|
|
101
102
|
explicit lead-magnet comments, replies, or opt-ins. Translate the signal into
|
|
@@ -403,8 +404,8 @@ sentence].`
|
|
|
403
404
|
still on your plate.` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
404
405
|
- `Hey {{first_name}}, may be off, but if [workflow] is relevant to what
|
|
405
406
|
you're working on, this might be useful.`
|
|
406
|
-
- `Hey {{first_name}}, saw you
|
|
407
|
-
this is relevant.` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
407
|
+
- `Hey {{first_name}}, saw you might be interested in [topic], so hope
|
|
408
|
+
this is relevant.` Dotwork Shared Signal Discovery or non-evergreen weak-signal only.
|
|
408
409
|
- `Hey {{first_name}}, saw you in a few conversations around [topic],
|
|
409
410
|
so hope this is relevant.` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
410
411
|
- `Hey {{first_name}}, found you in a thread about [topic], so may be
|
|
@@ -1232,7 +1232,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1232
1232
|
Short form: Do not pass the warm template into Shared Signal Discovery or Shared Cold Fallback.
|
|
1233
1233
|
Short form: Shared lanes must reject generic product-summary samples.
|
|
1234
1234
|
Short form: Shared lanes must reject three nearly identical samples.
|
|
1235
|
-
Short form: Shared lanes must reject intent-assumptive hedges
|
|
1235
|
+
Short form: Shared lanes must reject unsupported intent-assumptive hedges; Shared Signal Discovery may use Dotwork-style topic bridges like "saw you might be interested in [topic], so hope this is relevant", "saw you in a few conversations about [topic], so hope this is relevant", or "hope this is relevant if [topic] is part of the plan" when the source evidence supports the topic and the line does not claim engagement or expose source mechanics.
|
|
1236
1236
|
Short form: Shared lanes must reject internal workflow vocabulary.
|
|
1237
1237
|
Short form: revise or rerun the packaged create-campaign/generate-messages path.
|
|
1238
1238
|
- **Post Engagers** first-message style: short, casual, references the
|
|
@@ -1298,7 +1298,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1298
1298
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
1299
1299
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
1300
1300
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
1301
|
-
Short form: topic-level bridges, including "saw you in a few conversations about/around [topic], so hope this is relevant" and "hope this is relevant if [topic] is part of the plan", are allowed for Shared Signal Discovery when evidence-backed and not engagement-claiming; "might be interested"
|
|
1301
|
+
Short form: topic-level bridges, including "saw you might be interested in [topic], so hope this is relevant", "saw you in a few conversations about/around [topic], so hope this is relevant", and "hope this is relevant if [topic] is part of the plan", are allowed for Shared Signal Discovery when evidence-backed and not engagement-claiming; do not use bare "might be interested" as a generic intent claim.
|
|
1302
1302
|
Short form: no internal workflow vocabulary such as "Codex-style workflow", "MCP", "agent workflows", "Claude Code", or "Claude-style agent workflows".
|
|
1303
1303
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
1304
1304
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
@@ -270,10 +270,11 @@ multiple senders, so the first line cannot sound like a scraped-activity excuse
|
|
|
270
270
|
or a founder self-intro.
|
|
271
271
|
|
|
272
272
|
- For Shared Signal Discovery, low-certainty topic bridges are allowed when
|
|
273
|
-
evidence-backed: `saw you
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
273
|
+
evidence-backed: `saw you might be interested in [topic], so hope this is
|
|
274
|
+
relevant`, `saw you in a few conversations about/around [topic], so hope this
|
|
275
|
+
is relevant`, and `hope this is relevant if [topic] is part of the plan`. The
|
|
276
|
+
line must not claim a reaction, comment, sender-authored post, or other
|
|
277
|
+
engagement that is not proven.
|
|
277
278
|
- `found you in a thread` is blocked for Shared Signal Discovery because it
|
|
278
279
|
exposes source mechanics. Shared Cold Fallback should use concrete
|
|
279
280
|
role/company/problem context instead of source-thread phrasing.
|
|
@@ -299,10 +300,10 @@ or a founder self-intro.
|
|
|
299
300
|
|
|
300
301
|
Short form: shared evergreen copy must start from buyer context or an
|
|
301
302
|
evidence-backed topic bridge, not assumed intent.
|
|
302
|
-
Short form: Shared Signal Discovery may use `saw you
|
|
303
|
-
|
|
304
|
-
[topic] is
|
|
305
|
-
|
|
303
|
+
Short form: Shared Signal Discovery may use `saw you might be interested in
|
|
304
|
+
[topic], so hope this is relevant`, `saw you in a few conversations
|
|
305
|
+
about/around [topic], so hope this is relevant`, or `hope this is relevant if
|
|
306
|
+
[topic] is part of the plan` when it is topic-level and evidence-backed.
|
|
306
307
|
Short form: shared evergreen copy cannot use `I'm building`.
|
|
307
308
|
Short form: write a concrete signal/problem bridge instead of a rejected relevance hedge.
|
|
308
309
|
|
|
@@ -325,11 +326,11 @@ conditional good/bad fill reference.
|
|
|
325
326
|
note to why this might matter now. DO: connect one observable role/company/
|
|
326
327
|
activity signal to the buyer problem or offer with a permissioned bridge. For
|
|
327
328
|
shared evergreen lanes, do not use source-thread disclaimers that expose
|
|
328
|
-
mechanics. For Shared Signal Discovery, `saw you
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
stronger. Low-certainty language like
|
|
329
|
+
mechanics. For Shared Signal Discovery, `saw you might be interested in [topic],
|
|
330
|
+
so hope this is relevant`, `saw you in a few conversations about/around [topic],
|
|
331
|
+
so hope this is relevant`, and topic-backed `hope this is relevant` bridges are
|
|
332
|
+
allowed when topic-level and evidence-backed. Use a concrete buyer/problem
|
|
333
|
+
bridge when that is stronger. Low-certainty language like
|
|
333
334
|
"so may be off, but this seemed relevant" can be considered only for
|
|
334
335
|
non-evergreen weak-signal campaigns when the source is otherwise awkward. DON'T: recap their resume, list companies, compliment their
|
|
335
336
|
background, name a product their company sells, use source-citation phrasing, or
|
|
@@ -493,7 +494,7 @@ artifact.**
|
|
|
493
494
|
Safer shapes:
|
|
494
495
|
|
|
495
496
|
- `hope this is relevant if {{signal_topic}} is part of the plan` for Shared Signal Discovery or non-evergreen weak-signal campaigns only
|
|
496
|
-
- `saw you might be interested in {{signal_topic}}, so hope this is relevant` for non-evergreen weak-signal campaigns only
|
|
497
|
+
- `saw you might be interested in {{signal_topic}}, so hope this is relevant` for Shared Signal Discovery or non-evergreen weak-signal campaigns only
|
|
497
498
|
- `saw you in a few conversations around {{signal_topic}}, so hope this is relevant` for Shared Signal Discovery or non-evergreen weak-signal campaigns only
|
|
498
499
|
- `saw you in a few conversations about {{signal_topic}}, so may be off, but this seemed relevant` for non-evergreen weak-signal campaigns only
|
|
499
500
|
- `appreciate you showing some love on my post about {{signal_topic}}` only when the sender/client authored the source post and the row proves a reaction or comment
|
|
@@ -1575,9 +1576,9 @@ Before `confirmed`, run the selected winner against these gates:
|
|
|
1575
1576
|
`hope this is relevant if...`, `saw you might be interested in...`,
|
|
1576
1577
|
`saw you in a few conversations around...`, `figured this might matter if...`,
|
|
1577
1578
|
or `if you've ever wanted...`. Exception: for Shared Signal Discovery,
|
|
1578
|
-
topic-backed `hope this is relevant
|
|
1579
|
-
around...` are allowed when topic-level and
|
|
1580
|
-
|
|
1579
|
+
topic-backed `hope this is relevant`, `saw you might be interested in...`, and
|
|
1580
|
+
`saw you in a few conversations around...` are allowed when topic-level and
|
|
1581
|
+
evidence-backed. Other shared evergreen lanes should start from the
|
|
1581
1582
|
public business theme, row role/company context, or buyer problem.
|
|
1582
1583
|
- **Buyer-first opener:** after the greeting, the first substantive line
|
|
1583
1584
|
should usually enter the buyer's world: a real signal, current-state
|
|
@@ -1881,9 +1882,9 @@ about`, or `clearly relevant` are BLOCKED. Source-y phrases such as
|
|
|
1881
1882
|
in a few conversations about [topic], so may be off, but this seemed
|
|
1882
1883
|
relevant`, `figured this might matter if [workflow] is live at [company]`, or
|
|
1883
1884
|
a similarly natural line. For Shared Signal Discovery, topic-backed `hope this
|
|
1884
|
-
is relevant
|
|
1885
|
-
|
|
1886
|
-
|
|
1885
|
+
is relevant`, `saw you might be interested ... hope this is relevant`, and
|
|
1886
|
+
`saw you in a few conversations ... hope this is relevant` are allowed when
|
|
1887
|
+
they stay topic-level and avoid false engagement claims. Other shared evergreen lanes should use
|
|
1887
1888
|
the concrete bridge version. Longer
|
|
1888
1889
|
source-recap forms such as `you
|
|
1889
1890
|
might not remember the thread,
|
|
@@ -2032,7 +2033,7 @@ led to it. Acceptable openers:
|
|
|
2032
2033
|
|
|
2033
2034
|
- `Hey {{first_name}}, [one plain sentence about what we built].`
|
|
2034
2035
|
- `Hey {{first_name}}, hope this is relevant if [buyer context] is still on your plate.` For Shared Signal Discovery or non-evergreen weak-signal campaigns only.
|
|
2035
|
-
- `Hey {{first_name}}, saw you might be interested in [topic], so hope this is relevant.` For non-evergreen weak-signal campaigns only.
|
|
2036
|
+
- `Hey {{first_name}}, saw you might be interested in [topic], so hope this is relevant.` For Shared Signal Discovery or non-evergreen weak-signal campaigns only.
|
|
2036
2037
|
- `Hey {{first_name}}, saw you in a few conversations around [topic], so hope this is relevant.` For Shared Signal Discovery or non-evergreen weak-signal campaigns only.
|
|
2037
2038
|
- `Hey {{first_name}}, found you in a thread about [topic], so may be off, but this seemed relevant.`
|
|
2038
2039
|
- `Hey {{first_name}}, saw you raise your hand for [topic], so figured this was (hopefully) worth sending.` Only use this for explicit lead-magnet comments, replies, or opt-ins.
|
|
@@ -2295,7 +2296,7 @@ Rules:
|
|
|
2295
2296
|
- default placement is **Block 3**, not Block 1. Keep Block 1 substance-first unless the archived motion clearly earns a signal-led opener without falling into source-citation / talk-at phrasing.
|
|
2296
2297
|
- acceptable signal use by default:
|
|
2297
2298
|
- `"Hope this is relevant if [topic] is part of the plan."`
|
|
2298
|
-
- `"Saw you might be interested in [topic], so hope this is relevant."`
|
|
2299
|
+
- `"Saw you might be interested in [topic], so hope this is relevant."` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
2299
2300
|
- `"Saw you in a few conversations around [topic], so hope this is relevant."` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
2300
2301
|
- `"Saw you in a few conversations about [topic], so may be off, but this seemed relevant."` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
2301
2302
|
- `"Found you in a thread about [topic], so may be off, but this seemed relevant."` Non-evergreen weak-signal only; blocked for shared evergreen lanes.
|
|
@@ -2315,10 +2316,10 @@ Rules:
|
|
|
2315
2316
|
- `"Figured this was worth sending."`
|
|
2316
2317
|
- signal-led opener shape is a **special case**, not the default. Use it only when the archived motion truly depends on it and the line can stay natural. For Shared Signal Discovery and non-evergreen LinkedIn-post-sourced campaigns, source bridges such as `"saw you in a few conversations around [topic], so hope this is relevant"` or `"saw you in a few conversations about [topic], so may be off, but this seemed relevant"` can be used when referencing the source makes the outreach feel less random. Avoid activity-log phrasing such as `"you commented on..."`, `"you reacted to..."`, or `"your LinkedIn activity..."` unless the approved motion is the deliberately self-aware raise-hand line for an explicit lead-magnet comment, reply, or opt-in.
|
|
2317
2318
|
- For Shared Evergreen Signal Discovery, topic-backed weak signal-led openers
|
|
2318
|
-
such as `hope this is relevant if [topic] is part of the plan
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2319
|
+
such as `hope this is relevant if [topic] is part of the plan`, `saw you
|
|
2320
|
+
might be interested in [topic], so hope this is relevant`, and `saw you in a
|
|
2321
|
+
few conversations about/around [topic], so hope this is relevant` are allowed
|
|
2322
|
+
when evidence-backed and not engagement-claiming. Translate the source into a
|
|
2322
2323
|
concrete problem bridge when that is stronger, e.g.
|
|
2323
2324
|
`"The AI-assisted GTM conversations keep coming back to one problem: turning
|
|
2324
2325
|
good LinkedIn signal into review-ready pipeline without another dashboard."`
|
|
@@ -2332,9 +2333,9 @@ this is relevant`, `saw you in a few conversations around [topic], so hope this
|
|
|
2332
2333
|
is relevant`, `saw you in a few conversations about [topic], so may be off,
|
|
2333
2334
|
but this seemed relevant`, or `found you in a thread about [topic], so may be
|
|
2334
2335
|
off, but this seemed relevant`. For Shared Signal Discovery, topic-backed `hope
|
|
2335
|
-
this is relevant
|
|
2336
|
-
|
|
2337
|
-
|
|
2336
|
+
this is relevant`, `saw you might be interested ... hope this is relevant`, and
|
|
2337
|
+
`saw you in a few conversations ... hope this is relevant` are allowed when
|
|
2338
|
+
topic-level and evidence-backed. Other shared evergreen lanes should use a concrete signal/problem bridge. Use
|
|
2338
2339
|
the self-aware raise-hand shapes only when
|
|
2339
2340
|
the source was an explicit lead-magnet comment, reply, or opt-in: `saw you raise
|
|
2340
2341
|
your hand for [topic], so figured this was (hopefully) worth sending` or `saw you
|
|
@@ -157,6 +157,19 @@ return concrete continuation options with campaign names, exact ids, which optio
|
|
|
157
157
|
is already covered by the current packet, and which option needs a new approval
|
|
158
158
|
packet.
|
|
159
159
|
|
|
160
|
+
For `--yolo` fill/schedule requests, completion means scheduler-proven horizon
|
|
161
|
+
saturation, not merely prepared/approved/ready rows. Maintain a horizon
|
|
162
|
+
saturation ledger per selected sender: selected send days, gross capacity,
|
|
163
|
+
future scheduler-owned scheduled cells with non-null `scheduledFor`,
|
|
164
|
+
ready-to-schedule buffer, remaining scheduled gap, remaining ready-or-scheduled
|
|
165
|
+
gap, and the next MCP primitive that can reduce the gap. After every
|
|
166
|
+
apply/prep/start result, wait for processing, reread refill state, recompute the
|
|
167
|
+
ledger, then keep applying safe bounded actions until the scheduled count fills
|
|
168
|
+
the horizon or a concrete blocker/timeout is proven. If ready rows cover the
|
|
169
|
+
horizon but the scheduler has not picked them up yet, run a bounded scheduler
|
|
170
|
+
settle loop and report `awaiting_scheduler_after_ready_buffer` as not complete
|
|
171
|
+
when the timeout is reached.
|
|
172
|
+
|
|
160
173
|
In `--yolo`, the default two-day fill horizon is two send days unless
|
|
161
174
|
`--until`/`untilDate` is provided. If an until date is provided, compute bounded
|
|
162
175
|
gaps through that sender-local date inclusive, skipping no-send days and never
|
|
@@ -123,6 +123,11 @@ Use the refill-state response as the current facts receipt:
|
|
|
123
123
|
cursor/inventory state, dedupe/DNC/provider exclusions, good-prospect yield,
|
|
124
124
|
scan/import caps, and proof;
|
|
125
125
|
- sender ids, healthy senders, disconnected senders, and daily capacity;
|
|
126
|
+
- horizon saturation ledger per target sender: sender-local send days in scope,
|
|
127
|
+
gross horizon capacity, future scheduler-owned scheduled counts in that
|
|
128
|
+
window, ready-to-schedule buffer, remaining scheduled gap, remaining
|
|
129
|
+
ready-or-scheduled gap, and the next smallest MCP primitive that can reduce
|
|
130
|
+
the gap;
|
|
126
131
|
- row/stage counts: source available, rows, enriched, passed, generated,
|
|
127
132
|
approved, ready to schedule, scheduled;
|
|
128
133
|
- active message prep job;
|
|
@@ -176,6 +181,18 @@ in the best same-sender campaign and keep all source-copy/prep caps tied to that
|
|
|
176
181
|
two-day packet.
|
|
177
182
|
Short form: default `--yolo refill senders` target is each eligible sender's two-send-day gap.
|
|
178
183
|
|
|
184
|
+
For `--yolo` fill/schedule requests, do not treat "ready" as completion. Build
|
|
185
|
+
and maintain a horizon saturation ledger for every selected sender. A sender is
|
|
186
|
+
complete only when a final `get_campaign_refill_state` reread proves
|
|
187
|
+
scheduler-owned scheduled cells with non-null `scheduledFor` meet or exceed the
|
|
188
|
+
sender's horizon capacity for the selected send days. Ready-to-schedule rows are
|
|
189
|
+
only buffer for the product scheduler. If ready plus scheduled covers the
|
|
190
|
+
horizon but scheduled cells do not yet, run a bounded scheduler settle loop:
|
|
191
|
+
wait, reread, recompute the ledger, and continue until scheduled coverage is
|
|
192
|
+
proved or the loop reaches an explicit timeout/blocker. Timeout is
|
|
193
|
+
`awaiting_scheduler_after_ready_buffer`, not success.
|
|
194
|
+
Short form: `--yolo refill senders` completes only on scheduled horizon saturation or a concrete blocker.
|
|
195
|
+
|
|
179
196
|
Rank candidates in this order:
|
|
180
197
|
|
|
181
198
|
1. **Sender match**: campaigns whose healthy sender ids match the user-named
|
|
@@ -393,9 +410,12 @@ same refill request, do not ask the `Accept` / `Decline` question. Instead:
|
|
|
393
410
|
packet;
|
|
394
411
|
4. execute only the exact packet;
|
|
395
412
|
5. after each terminal apply/prep/start result, reread state, settle processing
|
|
396
|
-
when needed,
|
|
397
|
-
bounded packet until every selected
|
|
398
|
-
scheduled
|
|
413
|
+
when needed, recompute the horizon saturation ledger, and continue with the
|
|
414
|
+
next smallest safe action inside the same bounded packet until every selected
|
|
415
|
+
sender is scheduled through the horizon or blocked by evidence. Do not stop
|
|
416
|
+
at "loaded" or "awaiting scheduler" unless no in-packet MCP action remains
|
|
417
|
+
and the scheduler-settle loop times out; report that as a blocker, not a
|
|
418
|
+
completed refill.
|
|
399
419
|
|
|
400
420
|
In `--yolo`, do not stop after the first selected campaign if the request was
|
|
401
421
|
sender-scoped and more selected senders or same-packet start-eligible campaigns
|
|
@@ -468,6 +488,19 @@ After a prep job reaches a terminal state, run `wait_for_campaign_processing`
|
|
|
468
488
|
when generated/pass counts are still settling, then poll `get_campaign_refill_state` until `readyToSchedule` drops, scheduled counts increase, or the state clearly
|
|
469
489
|
remains awaiting scheduler. Do not force scheduler fields directly.
|
|
470
490
|
|
|
491
|
+
For requested fill/refill completion, continue the saturation loop after each
|
|
492
|
+
poll: recompute scheduled horizon coverage by sender and date, subtract it from
|
|
493
|
+
the requested horizon capacity, and decide whether another safe prep/import/
|
|
494
|
+
approval pass is required. If scheduled coverage is still short and ready buffer
|
|
495
|
+
is also short, run the next bounded MCP primitive that can create more eligible
|
|
496
|
+
rows: `fill_campaign_horizon` for the selected evergreen target, or
|
|
497
|
+
`start_campaign_message_preparation`, source import/replenishment, and bounded
|
|
498
|
+
approval for the selected regular target. If scheduled coverage is short but
|
|
499
|
+
ready buffer covers the gap, keep polling the scheduler until it fills or the
|
|
500
|
+
explicit scheduler-settle timeout is hit. Never mark the refill complete while a
|
|
501
|
+
daily limit/readback equivalent would still show the selected send day below
|
|
502
|
+
capacity.
|
|
503
|
+
|
|
471
504
|
## Evergreen Campaign Discipline
|
|
472
505
|
|
|
473
506
|
`fill_campaign_horizon` is a legacy evergreen-only lower-level primitive. Call it
|