@sellable/mcp 0.1.435 → 0.1.436
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 -3
- package/dist/tools/setup-evergreen-campaigns.d.ts +6 -0
- package/dist/tools/setup-evergreen-campaigns.js +6 -0
- package/package.json +1 -1
- package/skills/create-campaign-v2/references/ai-tells.md +14 -11
- package/skills/create-campaign-v2/references/gold-standard-message-examples.md +1 -1
- package/skills/create-campaign-v2/references/sellable-cleanup-rules.md +5 -5
- package/skills/create-evergreen-campaigns/SKILL.md +30 -17
- package/skills/generate-messages/SKILL.md +43 -50
- package/skills/refill-sends/SKILL.md +11 -5
- package/skills/refill-sends-workflow/SKILL.md +42 -15
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"; 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. 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, or
|
|
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"; 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. 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.`,
|
|
377
377
|
},
|
|
378
378
|
};
|
|
379
379
|
}
|
|
@@ -151,13 +151,13 @@ export function refillSendsCommand(input = {}) {
|
|
|
151
151
|
"Fresh reread get_campaign_refill_state immediately before any import, prep, approval, or horizon-fill mutation.",
|
|
152
152
|
],
|
|
153
153
|
approvalContract: yolo
|
|
154
|
-
? "Auto-accept only the rendered bounded refill packet after fresh reread. Stop if sender set, route, ids, caps, dates, blockers, or side-effect class drift."
|
|
154
|
+
? "Auto-accept only the rendered bounded refill packet after fresh reread. This may include start_campaign only for exact selected PAUSED campaign-backed sequence refill targets named in the packet. Stop if sender set, route, ids, caps, dates, blockers, or side-effect class drift."
|
|
155
155
|
: hasSenderSelectors
|
|
156
156
|
? "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."
|
|
157
157
|
: "Ask which eligible enrolled senders to refill first, then ask the final Accept/Decline structured approval question before mutation.",
|
|
158
158
|
forbiddenActions: [
|
|
159
|
-
"start_campaign",
|
|
160
|
-
"launch or
|
|
159
|
+
"start_campaign outside an exact selected PAUSED campaign-backed refill packet",
|
|
160
|
+
"manual launch/send or direct sending outside product scheduler side effects",
|
|
161
161
|
"archive or delete cleanup",
|
|
162
162
|
"direct scheduler writes",
|
|
163
163
|
"sender reassignment",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
type SetupEvergreenCampaignsInput = {
|
|
2
2
|
mode?: "plan" | "verify";
|
|
3
3
|
depth?: "structure_only" | "customer_visible";
|
|
4
|
+
handoffMode?: "create_campaign_goals";
|
|
4
5
|
yolo?: boolean;
|
|
5
6
|
allConnectedSenders?: boolean;
|
|
6
7
|
selectedSenderIds?: string[];
|
|
@@ -31,6 +32,11 @@ export declare const setupEvergreenCampaignsToolDefinitions: {
|
|
|
31
32
|
enum: string[];
|
|
32
33
|
description: string;
|
|
33
34
|
};
|
|
35
|
+
handoffMode: {
|
|
36
|
+
type: string;
|
|
37
|
+
enum: string[];
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
34
40
|
yolo: {
|
|
35
41
|
type: string;
|
|
36
42
|
description: string;
|
|
@@ -20,6 +20,11 @@ export const setupEvergreenCampaignsToolDefinitions = [
|
|
|
20
20
|
enum: ["structure_only", "customer_visible"],
|
|
21
21
|
description: 'Use "customer_visible" for full setup proof or "structure_only" when only ensuring lane shells/config.',
|
|
22
22
|
},
|
|
23
|
+
handoffMode: {
|
|
24
|
+
type: "string",
|
|
25
|
+
enum: ["create_campaign_goals"],
|
|
26
|
+
description: 'plan mode only. When set to "create_campaign_goals", returns concise per-lane `$sellable:create-campaign` goal prompts and required inputs for simplified worker handoffs without changing verification behavior.',
|
|
27
|
+
},
|
|
23
28
|
yolo: {
|
|
24
29
|
type: "boolean",
|
|
25
30
|
description: "plan mode only. Requests auto-executable lane packets when state is safe; never authorizes cleanup, launch, scheduling, sending, or ambiguous target choice.",
|
|
@@ -88,6 +93,7 @@ export function setupEvergreenCampaigns(input) {
|
|
|
88
93
|
mode: input.mode,
|
|
89
94
|
yolo: input.mode === "verify" ? undefined : input.yolo,
|
|
90
95
|
depth: input.depth,
|
|
96
|
+
handoffMode: input.mode === "verify" ? undefined : input.handoffMode,
|
|
91
97
|
allConnectedSenders: input.allConnectedSenders,
|
|
92
98
|
selectedSenderIds: input.selectedSenderIds,
|
|
93
99
|
postEngagerSenderIds: input.postEngagerSenderIds,
|
package/package.json
CHANGED
|
@@ -44,7 +44,8 @@ reference and no self-aware reason the note might matter.
|
|
|
44
44
|
them. Real founders do not interrogate the recipient's data feed or
|
|
45
45
|
recite profile facts. `"I noticed your..."` reads as scraped intel.
|
|
46
46
|
|
|
47
|
-
**Allowed alternative:** Use a concise permissioned bridge
|
|
47
|
+
**Allowed alternative:** Use a concise permissioned bridge for non-evergreen
|
|
48
|
+
weak-signal campaigns:
|
|
48
49
|
`"Hope this is relevant if X is still live."`, `"Saw you might be
|
|
49
50
|
interested in X, so hope this is relevant."`, `"Saw you in a few
|
|
50
51
|
conversations around X, so hope this is relevant."`, or `"Found you in a
|
|
@@ -56,11 +57,9 @@ this felt too on the nose to ignore"` shapes only when the source was an
|
|
|
56
57
|
explicit lead-magnet comment, reply, or opt-in.
|
|
57
58
|
|
|
58
59
|
Shared evergreen exception: for Shared Signal Discovery and other shared
|
|
59
|
-
evergreen lanes, `hope this is relevant`
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
truly third-party and topic-level. Reject `might be interested` as an opener
|
|
63
|
-
because it assumes intent.
|
|
60
|
+
evergreen lanes, `hope this is relevant`, `saw you in a few conversations`, and
|
|
61
|
+
`found you in a thread` are blocked. Translate the source topic into a concrete
|
|
62
|
+
buyer/problem bridge or omit the source line.
|
|
64
63
|
|
|
65
64
|
**Severity:** REJECT
|
|
66
65
|
|
|
@@ -265,10 +264,12 @@ back to them, then pivot to the product. The line is name-drop-heavy,
|
|
|
265
264
|
abstract, and swappable across hundreds of leads.
|
|
266
265
|
|
|
267
266
|
**Allowed alternative:** Use a short relevance hypothesis that connects
|
|
268
|
-
one observed signal to why the note may matter
|
|
269
|
-
if market expansion is still on
|
|
270
|
-
interested in Claude + GTM, so hope this is
|
|
271
|
-
a few conversations around international growth,
|
|
267
|
+
one observed signal to why the note may matter. For non-evergreen weak-signal
|
|
268
|
+
campaigns that can be `"Hope this is relevant if market expansion is still on
|
|
269
|
+
your plate."`, `"Saw you might be interested in Claude + GTM, so hope this is
|
|
270
|
+
relevant."`, or `"Saw you in a few conversations around international growth,
|
|
271
|
+
so hope this is relevant."` For shared evergreen lanes, use a concrete
|
|
272
|
+
buyer/problem bridge instead of the source-thread opener.
|
|
272
273
|
|
|
273
274
|
**Severity:** REJECT
|
|
274
275
|
|
|
@@ -343,7 +344,9 @@ worth sending."` only for explicit lead-magnet comments, replies, or
|
|
|
343
344
|
opt-ins. Otherwise use `"saw you might be interested in [topic], so hope
|
|
344
345
|
this is relevant."`, `"saw you in a few conversations around [topic], so
|
|
345
346
|
hope this is relevant."`, or `"found you in a thread about [topic], so
|
|
346
|
-
may be off, but this seemed relevant."`
|
|
347
|
+
may be off, but this seemed relevant."` only for non-evergreen weak-signal
|
|
348
|
+
campaigns. For shared evergreen lanes, translate the source into a concrete
|
|
349
|
+
buyer/problem bridge or omit it.
|
|
347
350
|
|
|
348
351
|
**Severity:** REJECT
|
|
349
352
|
|
|
@@ -203,7 +203,7 @@ Why it works:
|
|
|
203
203
|
**Proof ranks used:** rank 1 (mechanism - 1,000+ conditions from one blood
|
|
204
204
|
draw), rank 3 (risk before claims).
|
|
205
205
|
|
|
206
|
-
Do not use the Superpower weak-signal hedge pattern for Shared Evergreen Signal Discovery
|
|
206
|
+
Do not use the Superpower weak-signal hedge pattern for Shared Evergreen Signal Discovery. `might be interested`, `hope this is relevant`, `saw you in a few conversations`, and `found you in a thread` make the source provider visible and are blocked for shared evergreen lanes. Use the safe pattern below: translate the source topic into a concrete buyer/problem bridge.
|
|
207
207
|
|
|
208
208
|
### Shared Evergreen Signal Discovery Safe Pattern
|
|
209
209
|
|
|
@@ -74,7 +74,7 @@ Revise or reject the sample when any of these happen.
|
|
|
74
74
|
- **actions are implied, not stated** — e.g. "runs that chain as AI agents" when a clearer version would name the specific actions (verb + object, one per line)
|
|
75
75
|
- **category-level opener used when a per-lead signal exists** — if `lead-sample.json` carries any per-lead signal (post, hire, visible tool, topic engagement), the opener must reference it. Category-level openers of shape `"Most [category] teams still do X by hand"` are only acceptable when zero per-lead signal is in the sample. When a category-level opener is used as fallback, Findings must flag it explicitly
|
|
76
76
|
- **mind-reading from engagement signals** — a topic engagement, post, public activity, role, company, or hiring trigger does not prove buyer intent. Reject phrases like `"AI-GTM stack is clearly on your mind"`, `"you're clearly focused on..."`, `"obviously relevant"`, or `"already thinking about..."` unless that exact priority is explicitly present in `lead-sample.json`. Translate to low-certainty buyer context or omit the signal from copy.
|
|
77
|
-
- **source-y signal narration** — reject `"saw you on..."`, `"saw you engaging with..."`, `"you commented on..."`, `"your LinkedIn activity..."`, `"you might not remember the thread..."`, `"found you through [source] and your role looked close..."`, or any line that makes the recipient feel watched unless the chosen archived motion is intentionally self-aware about the signal. For sender-owned LinkedIn post sources, a light first-person acknowledgment is allowed when row data proves a reaction/comment: `"appreciate you showing some love on my post about [topic]"` or `"thanks for showing support on my [topic] post"`. Do not name a comment unless comment text is present. Follow the acknowledgment with a soft relevance bridge before broad pain/product copy, e.g. `"figured this might be relevant if LinkedIn is becoming more of a GTM channel for [company]"`. For third-party LinkedIn-post-sourced campaigns, a topic-level bridge is allowed when it explains why the note exists and stays apologetically uncertain: `"saw you in a few conversations about [topic], so may be off, but this seemed relevant."`, `"saw you in a few conversations around [topic], so hope this is relevant."`, or `"found you in a thread about [topic], so may be off, but this seemed relevant."` Shared evergreen signal
|
|
77
|
+
- **source-y signal narration** — reject `"saw you on..."`, `"saw you engaging with..."`, `"you commented on..."`, `"your LinkedIn activity..."`, `"you might not remember the thread..."`, `"found you through [source] and your role looked close..."`, or any line that makes the recipient feel watched unless the chosen archived motion is intentionally self-aware about the signal. For sender-owned LinkedIn post sources, a light first-person acknowledgment is allowed when row data proves a reaction/comment: `"appreciate you showing some love on my post about [topic]"` or `"thanks for showing support on my [topic] post"`. Do not name a comment unless comment text is present. Follow the acknowledgment with a soft relevance bridge before broad pain/product copy, e.g. `"figured this might be relevant if LinkedIn is becoming more of a GTM channel for [company]"`. For non-evergreen third-party LinkedIn-post-sourced campaigns, a topic-level bridge is allowed when it explains why the note exists and stays apologetically uncertain: `"saw you in a few conversations about [topic], so may be off, but this seemed relevant."`, `"saw you in a few conversations around [topic], so hope this is relevant."`, or `"found you in a thread about [topic], so may be off, but this seemed relevant."` Shared evergreen signal override: `hope this is relevant`, `saw you in a few conversations`, `found you in a thread`, and `might be interested` are blocked for Shared Signal Discovery evergreen lanes. Use a concrete signal/problem bridge, or omit the source line. Reserve `"raise your hand"` language for explicit lead-magnet comments, replies, or opt-ins. Translate the signal into natural buyer context or omit it.
|
|
78
78
|
- **sender-owned source rendered as third-party** — hard fail when the source post is sender-owned and the draft says `"found you in a thread"`, `"saw you in a thread"`, `"saw you in conversations"`, or `"saw you in a few conversations"` as if the post were third-party. For sender-owned sources, the copy must either use a light first-person acknowledgment plus a soft relevance bridge, or omit the source line. If multiple senders may send the campaign, or the final sender/source-owner match is ambiguous, do not assume a specific `my post` voice or name a specific sender; omit the sender-owned source line until row-level sender ownership is proven. Neutral low-certainty thread/source language is only for truly third-party sources.
|
|
79
79
|
- **fake line-to-line continuity** — reject line stacks where the source acknowledgment, relevance bridge, product line, and CTA do not actually build on each other. Each line must make the next line feel earned. If two adjacent lines could be swapped, deleted, or joined with `"anyway"` without changing the meaning, the transition is fake. In sender-owned post campaigns, the chain should be: support on my post -> why this topic may matter for the company -> what the product/problem does about that same topic -> low-friction next step.
|
|
80
80
|
- **assumptive title-fit opener** — reject `"Your [role] role at [company] looked close to this problem"` or `"looked close to this outbound campaign problem"`. This asserts fit from title/company. Keep the apologetic uncertainty instead: `"may be off, but if [workflow] is relevant to what you're working on..."`.
|
|
@@ -375,15 +375,15 @@ who scraped me."
|
|
|
375
375
|
- `Hey {{first_name}}, I'm building [X] — [what it does in one plain
|
|
376
376
|
sentence].`
|
|
377
377
|
- `Hey {{first_name}}, hope this is relevant if [buyer context] is
|
|
378
|
-
still on your plate.`
|
|
378
|
+
still on your plate.` Non-evergreen weak-signal only.
|
|
379
379
|
- `Hey {{first_name}}, may be off, but if [workflow] is relevant to what
|
|
380
380
|
you're working on, this might be useful.`
|
|
381
381
|
- `Hey {{first_name}}, saw you might be interested in [topic], so hope
|
|
382
|
-
this is relevant.`
|
|
382
|
+
this is relevant.` Non-evergreen weak-signal only.
|
|
383
383
|
- `Hey {{first_name}}, saw you in a few conversations around [topic],
|
|
384
|
-
so hope this is relevant.`
|
|
384
|
+
so hope this is relevant.` Non-evergreen weak-signal only.
|
|
385
385
|
- `Hey {{first_name}}, found you in a thread about [topic], so may be
|
|
386
|
-
off, but this seemed relevant.`
|
|
386
|
+
off, but this seemed relevant.` Non-evergreen weak-signal only.
|
|
387
387
|
- `Hey {{first_name}}, saw you raise your hand for [topic], so figured
|
|
388
388
|
this was (hopefully) worth sending.` Only for explicit lead-magnet
|
|
389
389
|
comments, replies, or opt-ins.
|
|
@@ -43,7 +43,8 @@ In automation or `--yolo` customer-visible setup, use this path before the
|
|
|
43
43
|
long-form contract below:
|
|
44
44
|
|
|
45
45
|
1. Resolve the active workspace and explicit sender scopes, then call
|
|
46
|
-
`setup_evergreen_campaigns({ mode:"plan", yolo:true,
|
|
46
|
+
`setup_evergreen_campaigns({ mode:"plan", yolo:true,
|
|
47
|
+
handoffMode:"create_campaign_goals", postEngagerSenderIds,
|
|
47
48
|
sharedSenderIds })`. If the user did not name senders but
|
|
48
49
|
`get_campaign_waterfall` returns an active managed evergreen/prod waterfall
|
|
49
50
|
for the workspace, derive exact sender scopes from the waterfall `senderRefs`
|
|
@@ -60,12 +61,23 @@ long-form contract below:
|
|
|
60
61
|
If shell execution is unavailable and no visible/durable thread surface is
|
|
61
62
|
callable, return `blocked: missing_visible_or_durable_lane_worker_runtime`
|
|
62
63
|
before mutation.
|
|
63
|
-
4. Write one compact prompt file per selected lane
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
4. Write one compact prompt file per selected lane using the matching
|
|
65
|
+
`createCampaignGoals[].goalPrompt`, plus only the receipt path and canonical
|
|
66
|
+
receipt requirement. Do not paste the full evergreen skill, lane packet,
|
|
67
|
+
receipt schema, repair history, or verifier checklist into the worker prompt.
|
|
68
|
+
The worker goal is simple: run `$sellable:create-campaign` normally for that
|
|
69
|
+
campaign goal, use the evergreen-selected provider/source only as internal
|
|
70
|
+
sourcing metadata, and write the receipt. The parent does not create campaign
|
|
71
|
+
shells.
|
|
66
72
|
5. Collect fresh durable receipts, verify with the original planRevision and
|
|
67
73
|
selectedActionIds, then run the idempotency plan and show sample messages.
|
|
68
74
|
|
|
75
|
+
Critical separation: evergreen owns lane/source selection; `$sellable:create-campaign`
|
|
76
|
+
owns the customer-visible campaign brief and message strategy. Provider names
|
|
77
|
+
such as Signal Discovery, lane keys, source lists, receipt fields, workflow
|
|
78
|
+
mechanics, repair notes, hard-block checklists, and approved-message scaffolding
|
|
79
|
+
must never be pasted into `campaignBrief` or generated customer-facing messages.
|
|
80
|
+
|
|
69
81
|
Do not keep reasoning, re-reading prompts, or restating this workflow instead of
|
|
70
82
|
dispatching workers. If the first worker cannot be launched after at most one
|
|
71
83
|
short planning pass, return `blocked: worker_dispatch_deadline_exceeded` before
|
|
@@ -1220,7 +1232,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1220
1232
|
Short form: Do not pass the warm template into Shared Signal Discovery or Shared Cold Fallback.
|
|
1221
1233
|
Short form: Shared lanes must reject generic product-summary samples.
|
|
1222
1234
|
Short form: Shared lanes must reject three nearly identical samples.
|
|
1223
|
-
Short form: Shared lanes must reject intent-assumptive hedges such as "might be interested"
|
|
1235
|
+
Short form: Shared lanes must reject intent-assumptive/source-thread hedges such as "might be interested", "hope this is relevant", and "saw you in a few conversations"; Shared Signal Discovery is a source provider, not customer-facing message copy.
|
|
1224
1236
|
Short form: Shared lanes must reject internal workflow vocabulary.
|
|
1225
1237
|
Short form: revise or rerun the packaged create-campaign/generate-messages path.
|
|
1226
1238
|
- **Post Engagers** first-message style: short, casual, references the
|
|
@@ -1240,9 +1252,11 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1240
1252
|
append `curious, are you trying...`, `open to...`, `worth seeing...`, or
|
|
1241
1253
|
Sellable/product copy to a Post Engagers first message.
|
|
1242
1254
|
|
|
1243
|
-
- **Shared Signal Discovery** first-message style: short, casual,
|
|
1244
|
-
the real
|
|
1245
|
-
|
|
1255
|
+
- **Shared Signal Discovery** first-message style: short, casual, starts
|
|
1256
|
+
from the real public business theme or buyer problem supported by the row.
|
|
1257
|
+
Treat Signal Discovery as a lead-source provider only. Do not mention the
|
|
1258
|
+
engagement source, source mechanics, or discovery method in customer-facing
|
|
1259
|
+
copy. Do not say
|
|
1246
1260
|
"my post" unless the selected source post was actually authored by the
|
|
1247
1261
|
sending sender. Do not thank the prospect for showing support, reacting,
|
|
1248
1262
|
commenting, or popping up unless this is a sender-owned Post Engagers lane
|
|
@@ -1259,10 +1273,9 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1259
1273
|
product summaries, or repeated structure are bad. If the first generated
|
|
1260
1274
|
batch violates these rules, rerun, but record that as a repaired UAT path
|
|
1261
1275
|
rather than the desired zero-shot path.
|
|
1262
|
-
Do not use intent-assumptive hedges such as "might be
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
this is relevant" are allowed when they do not pretend engagement.
|
|
1276
|
+
Do not use intent-assumptive/source-thread hedges such as "might be
|
|
1277
|
+
interested", "hope this is relevant", "found you in a thread", or "saw
|
|
1278
|
+
you in a few conversations" in Shared Signal Discovery samples.
|
|
1266
1279
|
Translate source/tool terms into prospect-facing business language; do not
|
|
1267
1280
|
put internal workflow
|
|
1268
1281
|
vocabulary such as "Codex-style workflow", "MCP", "agent workflows",
|
|
@@ -1276,7 +1289,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1276
1289
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
1277
1290
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
1278
1291
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
1279
|
-
Short form: no "might be interested"
|
|
1292
|
+
Short form: no "might be interested", "hope this is relevant", "found you in a thread", or "saw you in a few conversations"; translate source evidence into buyer context.
|
|
1280
1293
|
Short form: no internal workflow vocabulary such as "Codex-style workflow", "MCP", "agent workflows", "Claude Code", or "Claude-style agent workflows".
|
|
1281
1294
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
1282
1295
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
@@ -1292,9 +1305,9 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1292
1305
|
Sellable/Codex/Claude-Code feature summary
|
|
1293
1306
|
across prospects. This is a single-message cold path unless the approved
|
|
1294
1307
|
create-campaign message workflow proves a better delivery format.
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1308
|
+
Do not use source-thread hedges such as "hope this is relevant", "might be
|
|
1309
|
+
interested", or "saw you in a few conversations" in Shared Cold Fallback.
|
|
1310
|
+
Start from a concrete role, company, or buyer-problem observation instead.
|
|
1298
1311
|
Do not use a repeated
|
|
1299
1312
|
product-definition paragraph such as "Sellable is a GTM system" across
|
|
1300
1313
|
samples; every reviewed cold sample should be specific enough to the role,
|
|
@@ -1316,7 +1329,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1316
1329
|
Short form: Shared Cold Fallback uses no "I've put together".
|
|
1317
1330
|
Short form: Shared Cold Fallback uses no opt-out shrug such as "If this isn't relevant, ignore me".
|
|
1318
1331
|
Short form: Shared Cold Fallback uses no product-stack dump.
|
|
1319
|
-
Short form: "hope this is relevant"
|
|
1332
|
+
Short form: no "hope this is relevant", "might be interested", or "saw you in a few conversations" in shared evergreen lanes.
|
|
1320
1333
|
Short form: no repeated product-definition paragraph such as "Sellable is a GTM system".
|
|
1321
1334
|
- Customer-visible evergreen lanes must enable ICP filtering before Message
|
|
1322
1335
|
Drafting. This applies to Post Engagers, Shared Signal Discovery, and
|
|
@@ -269,7 +269,10 @@ must be safer than the legacy weak-signal examples. These lanes are reused by
|
|
|
269
269
|
multiple senders, so the first line cannot sound like a scraped-activity excuse
|
|
270
270
|
or a founder self-intro.
|
|
271
271
|
|
|
272
|
-
- `might be interested
|
|
272
|
+
- `might be interested`, `hope this is relevant`, and Shared Signal
|
|
273
|
+
Discovery bridges like `saw you in a few conversations around [topic]` are
|
|
274
|
+
blocked for shared evergreen lanes. Signal Discovery is a source provider,
|
|
275
|
+
not the customer-facing reason for the note.
|
|
273
276
|
- do not write first-person singular founder language such as `I'm building`,
|
|
274
277
|
`I've mapped`, `my company`, or `my team` unless exactly one sender can
|
|
275
278
|
credibly say it and the lane is not shared.
|
|
@@ -290,9 +293,11 @@ or a founder self-intro.
|
|
|
290
293
|
- Shared evergreen lanes must pass this gate before `confirmed`, before saving a
|
|
291
294
|
reusable template, and before any route-proof approval.
|
|
292
295
|
|
|
293
|
-
Short form: shared evergreen copy
|
|
296
|
+
Short form: shared evergreen copy must start from buyer context, not relevance
|
|
297
|
+
hedges.
|
|
294
298
|
Short form: shared evergreen copy cannot use `might be interested`.
|
|
295
|
-
Short form: Shared Signal Discovery
|
|
299
|
+
Short form: Shared Signal Discovery must not use `saw you in a few
|
|
300
|
+
conversations`; use the public business theme or buyer problem instead.
|
|
296
301
|
Short form: shared evergreen copy cannot use `I'm building`.
|
|
297
302
|
Short form: write a concrete signal/problem bridge instead of a rejected relevance hedge.
|
|
298
303
|
|
|
@@ -314,14 +319,11 @@ conditional good/bad fill reference.
|
|
|
314
319
|
`[PERSONALIZATION_LINE — Intent: write one short sentence that anchors the
|
|
315
320
|
note to why this might matter now. DO: connect one observable role/company/
|
|
316
321
|
activity signal to the buyer problem or offer with a permissioned bridge. For
|
|
317
|
-
shared evergreen lanes, do not use `might be interested
|
|
318
|
-
relevant
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
signal
|
|
322
|
-
Low-certainty language like "hope this is relevant if..." or "so may be off,
|
|
323
|
-
but this seemed relevant" can be considered when the source is otherwise
|
|
324
|
-
awkward. DON'T: recap their resume, list companies, compliment their
|
|
322
|
+
shared evergreen lanes, do not use `might be interested`, `hope this is
|
|
323
|
+
relevant`, `saw you in a few conversations`, or source-thread disclaimers.
|
|
324
|
+
Use a concrete buyer/problem bridge instead. Low-certainty language like "so
|
|
325
|
+
may be off, but this seemed relevant" can be considered only for non-evergreen
|
|
326
|
+
weak-signal campaigns when the source is otherwise awkward. DON'T: recap their resume, list companies, compliment their
|
|
325
327
|
background, name a product their company sells, use source-citation phrasing, or
|
|
326
328
|
use generic nouns like "your work".
|
|
327
329
|
FALLBACK: if unsupported, omit the entire line.]`
|
|
@@ -482,10 +484,10 @@ artifact.**
|
|
|
482
484
|
|
|
483
485
|
Safer shapes:
|
|
484
486
|
|
|
485
|
-
- `hope this is relevant if {{signal_topic}} is part of the plan`
|
|
487
|
+
- `hope this is relevant if {{signal_topic}} is part of the plan` for non-evergreen weak-signal campaigns only
|
|
486
488
|
- `saw you might be interested in {{signal_topic}}, so hope this is relevant` for non-evergreen weak-signal campaigns only
|
|
487
|
-
- `saw you in a few conversations around {{signal_topic}}, so hope this is relevant` for
|
|
488
|
-
- `saw you in a few conversations about {{signal_topic}}, so may be off, but this seemed relevant`
|
|
489
|
+
- `saw you in a few conversations around {{signal_topic}}, so hope this is relevant` for non-evergreen weak-signal campaigns only
|
|
490
|
+
- `saw you in a few conversations about {{signal_topic}}, so may be off, but this seemed relevant` for non-evergreen weak-signal campaigns only
|
|
489
491
|
- `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
|
|
490
492
|
- `thanks for showing support on my {{signal_topic}} post` only when the sender/client authored the source post and the row proves a reaction or comment
|
|
491
493
|
- `figured this might be relevant if {{channel_context}} is becoming more of a {{workflow_context}} for {{company_context}}` as the bridge after a sender-owned post acknowledgment
|
|
@@ -546,28 +548,23 @@ artifact.**
|
|
|
546
548
|
line-to-line chain is real.
|
|
547
549
|
For third-party LinkedIn-post-sourced campaigns (commenters, reactors, lead
|
|
548
550
|
magnet replies, or scraped conversations), it is acceptable to reference the
|
|
549
|
-
conversation when it explains why the note exists
|
|
550
|
-
activity-log-level
|
|
551
|
-
{{
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
evergreen thread discovery, use the topic-level bridge above, use `hope this
|
|
557
|
-
is relevant` without source-mechanics narration, translate the topic into a
|
|
558
|
-
concrete buyer/problem bridge, or omit the source line.
|
|
551
|
+
conversation when it explains why the note exists and the campaign is not a
|
|
552
|
+
shared evergreen lane. Keep it topic-level, not activity-log-level. `saw you
|
|
553
|
+
commented on {{post_context}}` and `your LinkedIn activity around...` are not
|
|
554
|
+
acceptable. Reserve `raise your hand` phrasing for explicit lead-magnet
|
|
555
|
+
comments, replies, or opt-ins. For ordinary shared evergreen thread
|
|
556
|
+
discovery, translate the source topic into a concrete buyer/problem bridge or
|
|
557
|
+
omit the source line.
|
|
559
558
|
|
|
560
559
|
Keep the apologetic nature, but aim it at uncertainty, not surveillance.
|
|
561
560
|
Good for non-evergreen weak-signal campaigns: `saw you in a few
|
|
562
561
|
conversations about outbound, so may be off, but this seemed relevant`, `may
|
|
563
562
|
be off, but if outbound is relevant to what you're working on...`, or `hope
|
|
564
|
-
this is relevant if...`. For shared evergreen lanes, `hope this is
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
when it is stronger. Bad: `your role at {{company}} looked close...`, because
|
|
570
|
-
it asserts fit from a title and tells the buyer about themselves.
|
|
563
|
+
this is relevant if...`. For shared evergreen lanes, `hope this is
|
|
564
|
+
relevant`, `might be interested`, and `saw you in a few conversations` are
|
|
565
|
+
blocked. Use a concrete signal/problem bridge. Bad: `your role at
|
|
566
|
+
{{company}} looked close...`, because it asserts fit from a title and tells
|
|
567
|
+
the buyer about themselves.
|
|
571
568
|
|
|
572
569
|
Block wordier source narration such as `you might not remember the thread,
|
|
573
570
|
but I found you through a {{signal_topic}} discussion and your
|
|
@@ -1565,10 +1562,9 @@ Before `confirmed`, run the selected winner against these gates:
|
|
|
1565
1562
|
`hope this is relevant if...`, `saw you might be interested in...`,
|
|
1566
1563
|
`saw you in a few conversations around...`, `figured this might matter if...`,
|
|
1567
1564
|
or `if you've ever wanted...`. Exception: for Shared Signal Discovery and
|
|
1568
|
-
other shared evergreen lanes, `might be interested` is
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
topic-level and avoid false engagement claims.
|
|
1565
|
+
other shared evergreen lanes, `might be interested`, `hope this is relevant`,
|
|
1566
|
+
and `saw you in a few conversations around...` are blocked; start from the
|
|
1567
|
+
public business theme, row role/company context, or buyer problem instead.
|
|
1572
1568
|
- **Buyer-first opener:** after the greeting, the first substantive line
|
|
1573
1569
|
should usually enter the buyer's world: a real signal, current-state
|
|
1574
1570
|
pain, buyer-owned priority, or useful artifact. Sender-origin can come
|
|
@@ -2020,9 +2016,9 @@ matters to the buyer, why this might be relevant, or the operator-reality that
|
|
|
2020
2016
|
led to it. Acceptable openers:
|
|
2021
2017
|
|
|
2022
2018
|
- `Hey {{first_name}}, [one plain sentence about what we built].`
|
|
2023
|
-
- `Hey {{first_name}}, hope this is relevant if [buyer context] is still on your plate.`
|
|
2019
|
+
- `Hey {{first_name}}, hope this is relevant if [buyer context] is still on your plate.` For non-evergreen weak-signal campaigns only.
|
|
2024
2020
|
- `Hey {{first_name}}, saw you might be interested in [topic], so hope this is relevant.` Not for shared evergreen lanes.
|
|
2025
|
-
- `Hey {{first_name}}, saw you in a few conversations around [topic], so hope this is relevant.` For
|
|
2021
|
+
- `Hey {{first_name}}, saw you in a few conversations around [topic], so hope this is relevant.` For non-evergreen weak-signal campaigns only; never for Shared Signal Discovery evergreen lanes.
|
|
2026
2022
|
- `Hey {{first_name}}, found you in a thread about [topic], so may be off, but this seemed relevant.`
|
|
2027
2023
|
- `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.
|
|
2028
2024
|
- `Hey {{first_name}}, saw you raise your hand for [topic] (creepy to reach out based on that, i know) - but this felt too on the nose to ignore.` Only use this for explicit lead-magnet comments, replies, or opt-ins.
|
|
@@ -2285,9 +2281,9 @@ Rules:
|
|
|
2285
2281
|
- acceptable signal use by default:
|
|
2286
2282
|
- `"Hope this is relevant if [topic] is part of the plan."`
|
|
2287
2283
|
- `"Saw you might be interested in [topic], so hope this is relevant."` Non-evergreen weak-signal only; blocked for shared evergreen lanes.
|
|
2288
|
-
- `"Saw you in a few conversations around [topic], so hope this is relevant."`
|
|
2289
|
-
- `"Saw you in a few conversations about [topic], so may be off, but this seemed relevant."`
|
|
2290
|
-
- `"Found you in a thread about [topic], so may be off, but this seemed relevant."`
|
|
2284
|
+
- `"Saw you in a few conversations around [topic], so hope this is relevant."` Non-evergreen weak-signal only; blocked for shared evergreen lanes.
|
|
2285
|
+
- `"Saw you in a few conversations about [topic], so may be off, but this seemed relevant."` Non-evergreen weak-signal only; blocked for shared evergreen lanes.
|
|
2286
|
+
- `"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.
|
|
2291
2287
|
- `"Thought of {{company}} because [observable signal] points at [problem]."`
|
|
2292
2288
|
- `"Figured this might matter if [workflow] is live at {{company}}."`
|
|
2293
2289
|
- `"Saw you raise your hand for [topic], so figured this was (hopefully) worth sending."` Only for explicit lead-magnet comments, replies, or opt-ins.
|
|
@@ -2302,12 +2298,11 @@ Rules:
|
|
|
2302
2298
|
- `"Saw you engaging with [topic]."`
|
|
2303
2299
|
- `"Saw you raise your hand for [topic], so figured this was worth sending."`
|
|
2304
2300
|
- `"Figured this was worth sending."`
|
|
2305
|
-
- 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 LinkedIn-post-sourced campaigns,
|
|
2306
|
-
- For Shared Evergreen Signal Discovery, do not use the `might be interested
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
into a concrete problem bridge when that is stronger, e.g.
|
|
2301
|
+
- 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 non-evergreen LinkedIn-post-sourced campaigns, source bridges such as `"saw you in a few conversations around [topic], so hope this is relevant"` or `"found you in a thread 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.
|
|
2302
|
+
- For Shared Evergreen Signal Discovery, do not use the `might be interested`,
|
|
2303
|
+
`hope this is relevant`, `saw you in a few conversations`, or `found you in a
|
|
2304
|
+
thread` weak signal-led opener shapes above. Translate the source into a
|
|
2305
|
+
concrete problem bridge, e.g.
|
|
2311
2306
|
`"The AI-assisted GTM conversations keep coming back to one problem: turning
|
|
2312
2307
|
good LinkedIn signal into review-ready pipeline without another dashboard."`
|
|
2313
2308
|
Then connect the product in buyer language.
|
|
@@ -2320,10 +2315,8 @@ this is relevant`, `saw you in a few conversations around [topic], so hope this
|
|
|
2320
2315
|
is relevant`, `saw you in a few conversations about [topic], so may be off,
|
|
2321
2316
|
but this seemed relevant`, or `found you in a thread about [topic], so may be
|
|
2322
2317
|
off, but this seemed relevant`. For shared evergreen lanes, `might be
|
|
2323
|
-
interested` is
|
|
2324
|
-
|
|
2325
|
-
relevant` bridges are allowed when they stay topic-level and avoid false
|
|
2326
|
-
engagement claims. Use a concrete signal/problem bridge when it is stronger. Use
|
|
2318
|
+
interested`, `hope this is relevant`, `saw you in a few conversations`, and
|
|
2319
|
+
`found you in a thread` are blocked. Use a concrete signal/problem bridge. Use
|
|
2327
2320
|
the self-aware raise-hand shapes only when
|
|
2328
2321
|
the source was an explicit lead-magnet comment, reply, or opt-in: `saw you raise
|
|
2329
2322
|
your hand for [topic], so figured this was (hopefully) worth sending` or `saw you
|
|
@@ -24,6 +24,7 @@ allowed-tools:
|
|
|
24
24
|
- mcp__sellable__get_provider_prompt
|
|
25
25
|
- mcp__sellable__get_campaign_message_preparation_status
|
|
26
26
|
- mcp__sellable__start_campaign_message_preparation
|
|
27
|
+
- mcp__sellable__start_campaign
|
|
27
28
|
- mcp__sellable__cancel_campaign_message_preparation
|
|
28
29
|
- mcp__sellable__import_leads
|
|
29
30
|
- mcp__sellable__wait_for_lead_list_ready
|
|
@@ -130,11 +131,16 @@ the active workspace. Without `--yolo`, if Christian did not name senders, ask
|
|
|
130
131
|
which eligible enrolled senders to refill before choosing campaigns or mutating.
|
|
131
132
|
|
|
132
133
|
`--yolo` only covers the exact sender set, per-sender target campaigns, caps,
|
|
133
|
-
approval mode, and side effects in the packet. It
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
134
|
+
approval mode, and side effects in the packet. It may authorize `start_campaign`
|
|
135
|
+
only for selected `PAUSED`, dashboard-active, campaign-backed sequence refill
|
|
136
|
+
targets when the rendered packet names the exact campaign ids and start side
|
|
137
|
+
effect. Starting a paused campaign can let the product scheduler schedule/send
|
|
138
|
+
approved eligible sequence actions, so include that expected side effect in the
|
|
139
|
+
packet. It does not authorize starting unrelated, archived, completed, draft, or
|
|
140
|
+
direct campaigns, separate launch/send actions, archive or delete cleanup,
|
|
141
|
+
direct scheduler writes, sender reassignment, or campaigns outside those
|
|
142
|
+
selected for the eligible sender set. Stop and re-plan if the route, sender set,
|
|
143
|
+
ids, caps, blockers, or side-effect class drift before mutation.
|
|
138
144
|
|
|
139
145
|
In `--yolo`, the default two-day fill horizon is two send days unless
|
|
140
146
|
`--until`/`untilDate` is provided. If an until date is provided, compute bounded
|
|
@@ -15,6 +15,7 @@ allowed-tools:
|
|
|
15
15
|
- mcp__sellable__get_provider_prompt
|
|
16
16
|
- mcp__sellable__get_campaign_message_preparation_status
|
|
17
17
|
- mcp__sellable__start_campaign_message_preparation
|
|
18
|
+
- mcp__sellable__start_campaign
|
|
18
19
|
- mcp__sellable__cancel_campaign_message_preparation
|
|
19
20
|
- mcp__sellable__import_leads
|
|
20
21
|
- mcp__sellable__wait_for_lead_list_ready
|
|
@@ -118,9 +119,10 @@ Use the refill-state response as the current facts receipt:
|
|
|
118
119
|
- `freshness.stateHash` and exact campaign/table/workspace ids.
|
|
119
120
|
|
|
120
121
|
Empty or unsafe states stop with the blocker: no fillable target, missing or deleted campaign,
|
|
121
|
-
missing table,
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
missing table, archived/completed campaign, paused campaign without an explicit
|
|
123
|
+
selected-start packet, zero sender capacity, zero source candidates, zero viable
|
|
124
|
+
rows, no approved/preparable rows, active prep job, awaiting scheduler, or
|
|
125
|
+
unsupported direct campaign type.
|
|
124
126
|
|
|
125
127
|
## Regular Campaign Decision
|
|
126
128
|
|
|
@@ -300,7 +302,27 @@ Approval mode:
|
|
|
300
302
|
- default is `approvalMode:"mark_ready"`, not approve;
|
|
301
303
|
- use `approvalMode:"approve"` only when the user explicitly asks to approve
|
|
302
304
|
messages or schedule sends and has approved the exact bounded cohort;
|
|
303
|
-
-
|
|
305
|
+
- `start_campaign` is allowed only as a bounded start/resume step for a
|
|
306
|
+
selected `PAUSED`, dashboard-active, campaign-backed sequence refill target;
|
|
307
|
+
- never launch/start unrelated, archived, completed, draft, direct, or
|
|
308
|
+
non-selected campaigns from refill.
|
|
309
|
+
|
|
310
|
+
Paused campaign start discipline:
|
|
311
|
+
|
|
312
|
+
- `PAUSED`, dashboard-active campaign-backed sequence campaigns are existing
|
|
313
|
+
refill targets, not archived inventory.
|
|
314
|
+
- If the selected refill target is `PAUSED` and has healthy senders, sequence,
|
|
315
|
+
source/list, and ready/preparable rows or a bounded source/prep packet, the
|
|
316
|
+
final packet may include `start_campaign` when starting is needed for the
|
|
317
|
+
scheduler to schedule/send approved eligible rows.
|
|
318
|
+
- In non-yolo mode, the `Accept` choice must say that starting the paused
|
|
319
|
+
campaign can let the product scheduler schedule/send approved eligible
|
|
320
|
+
sequence actions.
|
|
321
|
+
- In `--yolo`, `start_campaign` is auto-accepted only for the exact selected
|
|
322
|
+
paused campaign ids, sender scope, caps, approval mode, and start side effect
|
|
323
|
+
named in the packet after the final reread.
|
|
324
|
+
- Do not start if the campaign is archived, completed, draft, direct, lacks a
|
|
325
|
+
sequence/senders/source, has no viable row path, or state drifts.
|
|
304
326
|
|
|
305
327
|
Before prep or approval mutation, reread `get_campaign_refill_state` and compare
|
|
306
328
|
`freshness.stateHash`, campaign id, table id, workspace id, source id, and caps.
|
|
@@ -346,13 +368,15 @@ same refill request, do not ask the `Accept` / `Decline` question. Instead:
|
|
|
346
368
|
packet;
|
|
347
369
|
4. execute only the exact packet.
|
|
348
370
|
|
|
349
|
-
`--yolo`
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
371
|
+
`--yolo` authorizes `start_campaign` only for selected `PAUSED` refill targets
|
|
372
|
+
named in the exact packet. It never authorizes starting unrelated, archived,
|
|
373
|
+
completed, draft, or direct campaigns, separate launch/send actions,
|
|
374
|
+
archive/delete cleanup, raw scheduler writes, sender reassignment, extra senders
|
|
375
|
+
beyond the eligible sender set, or higher caps than the packet named. In
|
|
376
|
+
sender-scoped `--yolo`, a bounded packet containing all eligible enrolled
|
|
377
|
+
senders and at most one best campaign per sender is covered; arbitrary expanded
|
|
378
|
+
campaign sets are not. If any state or scope drifts, stop and re-plan instead of
|
|
379
|
+
auto-accepting the changed action.
|
|
356
380
|
Short form: all eligible enrolled senders are covered by sender-scoped `--yolo`; arbitrary expanded campaign sets are not.
|
|
357
381
|
Short form: direct scheduler writes are not covered by `--yolo`.
|
|
358
382
|
Short form: stop and re-plan instead of auto-accepting the changed action.
|
|
@@ -413,7 +437,9 @@ the current source or ask for more research instead of walking the ladder.
|
|
|
413
437
|
|
|
414
438
|
## Hard Safety Rules
|
|
415
439
|
|
|
416
|
-
- Never call start
|
|
440
|
+
- Never call launch/start tools except `start_campaign` for an exact selected
|
|
441
|
+
`PAUSED`, dashboard-active, campaign-backed sequence refill target in the
|
|
442
|
+
rendered packet.
|
|
417
443
|
- Never raw-write `scheduledFor`, `scheduledAt`, scheduled status, or sender
|
|
418
444
|
assignment fields.
|
|
419
445
|
- Never expose internal direct campaign types as an operator refill path.
|
|
@@ -425,8 +451,8 @@ the current source or ask for more research instead of walking the ladder.
|
|
|
425
451
|
- In interactive Codex or Claude Code, that explicit approval must be collected
|
|
426
452
|
through the host-native `Accept` / `Decline` question gate.
|
|
427
453
|
- `--yolo` in the current refill request is explicit auto-accept for the
|
|
428
|
-
rendered bounded refill packet only; it does not loosen the
|
|
429
|
-
scheduler-write, archive/delete, or drift rules above.
|
|
454
|
+
rendered bounded refill packet only; it does not loosen the unrelated-campaign
|
|
455
|
+
start/send, scheduler-write, archive/delete, or drift rules above.
|
|
430
456
|
|
|
431
457
|
## Report
|
|
432
458
|
|
|
@@ -442,4 +468,5 @@ Report in campaign-name-first language:
|
|
|
442
468
|
freshness hash used.
|
|
443
469
|
|
|
444
470
|
Keep ids visible but secondary: show them under "Exact target" or "Proof", not
|
|
445
|
-
as the main decision text. Say explicitly
|
|
471
|
+
as the main decision text. Say explicitly whether a selected paused campaign was
|
|
472
|
+
started; otherwise say nothing was started and nothing was sent.
|