@sellable/mcp 0.1.436 → 0.1.437
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/index-dev.js +0 -0
- package/dist/index.js +0 -0
- package/dist/tools/campaign-fill-routing.js +1 -1
- package/dist/tools/prompts.js +1 -1
- package/dist/tools/refill-sends.js +4 -1
- package/dist/tools/setup-evergreen-campaigns.d.ts +0 -6
- package/dist/tools/setup-evergreen-campaigns.js +0 -6
- package/package.json +1 -1
- package/skills/create-campaign-v2/references/ai-tells.md +11 -14
- 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 +17 -30
- package/skills/generate-messages/SKILL.md +50 -43
- package/skills/refill-sends/SKILL.md +15 -0
- package/skills/refill-sends-workflow/SKILL.md +57 -8
- package/skills/research/config.json +0 -9
package/dist/index-dev.js
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
|
@@ -6,7 +6,7 @@ async function postCampaignFillRoute(body) {
|
|
|
6
6
|
export const campaignFillRoutingToolDefinitions = [
|
|
7
7
|
{
|
|
8
8
|
name: "resolve_campaign_fill_route",
|
|
9
|
-
description: 'Audit-only resolver to call before interpreting plain "fill campaigns", "load everyone up", or similar fill requests. It decides whether the workspace has evergreen/horizon targets,
|
|
9
|
+
description: 'Audit-only resolver to call before interpreting plain "fill campaigns", "load everyone up", or similar fill requests. It decides whether the workspace has evergreen/horizon targets, current dashboard-active campaign-backed sequence targets, start-eligible PAUSED targets, or no targets so the agent must ask what to create. It does not create, append, prepare, approve, schedule, launch, archive, delete, send, or call lower-level fill tools. Only call fill_campaign_horizon when this resolver returns route "evergreen_horizon" and the selected returned target is eligible; use start_campaign only for exact returned startEligible PAUSED targets after the refill workflow approval/reread packet proves starting is needed. Exact target narrowing uses campaignId or tableId only; never fuzzy campaign names.',
|
|
10
10
|
inputSchema: {
|
|
11
11
|
type: "object",
|
|
12
12
|
properties: {
|
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, 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. 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.`,
|
|
377
377
|
},
|
|
378
378
|
};
|
|
379
379
|
}
|
|
@@ -143,15 +143,18 @@ export function refillSendsCommand(input = {}) {
|
|
|
143
143
|
firstOperationalSteps: [
|
|
144
144
|
'Load get_subskill_prompt({ subskillName: "refill-sends-workflow" }) before any product operation.',
|
|
145
145
|
`Resolve route with resolve_campaign_fill_route({ intent: "${intent}"${input.campaignId ? `, campaignId: "${input.campaignId}"` : ""}${input.tableId ? `, tableId: "${input.tableId}"` : ""} }).`,
|
|
146
|
+
'If the plain route shows stale managed waterfall evidence, archived/completed shared slots, or targets that do not cover the selected sender set, immediately call resolve_campaign_fill_route({ intent: "active" }) and inspect current dashboard-active ACTIVE/PAUSED campaign-backed sequence campaigns before declaring a sender blocked.',
|
|
146
147
|
"Call list_senders and get_sender_routing, then resolve sender selectors against active enrolled campaign-backed sequence senders.",
|
|
147
148
|
untilDate
|
|
148
149
|
? `Use fill window untilDate="${untilDate}" as the inclusive sender-local through date; do not extend beyond that date without a new approval packet.`
|
|
149
150
|
: `Use the default fill window of ${horizonSendDays} sender-local send days.`,
|
|
150
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
|
+
"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.",
|
|
151
153
|
"Fresh reread get_campaign_refill_state immediately before any import, prep, approval, or horizon-fill mutation.",
|
|
154
|
+
"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.",
|
|
152
155
|
],
|
|
153
156
|
approvalContract: yolo
|
|
154
|
-
? "Auto-accept only the rendered bounded refill packet after fresh reread.
|
|
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 drift."
|
|
155
158
|
: hasSenderSelectors
|
|
156
159
|
? "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
160
|
: "Ask which eligible enrolled senders to refill first, then ask the final Accept/Decline structured approval question before mutation.",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
type SetupEvergreenCampaignsInput = {
|
|
2
2
|
mode?: "plan" | "verify";
|
|
3
3
|
depth?: "structure_only" | "customer_visible";
|
|
4
|
-
handoffMode?: "create_campaign_goals";
|
|
5
4
|
yolo?: boolean;
|
|
6
5
|
allConnectedSenders?: boolean;
|
|
7
6
|
selectedSenderIds?: string[];
|
|
@@ -32,11 +31,6 @@ export declare const setupEvergreenCampaignsToolDefinitions: {
|
|
|
32
31
|
enum: string[];
|
|
33
32
|
description: string;
|
|
34
33
|
};
|
|
35
|
-
handoffMode: {
|
|
36
|
-
type: string;
|
|
37
|
-
enum: string[];
|
|
38
|
-
description: string;
|
|
39
|
-
};
|
|
40
34
|
yolo: {
|
|
41
35
|
type: string;
|
|
42
36
|
description: string;
|
|
@@ -20,11 +20,6 @@ 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
|
-
},
|
|
28
23
|
yolo: {
|
|
29
24
|
type: "boolean",
|
|
30
25
|
description: "plan mode only. Requests auto-executable lane packets when state is safe; never authorizes cleanup, launch, scheduling, sending, or ambiguous target choice.",
|
|
@@ -93,7 +88,6 @@ export function setupEvergreenCampaigns(input) {
|
|
|
93
88
|
mode: input.mode,
|
|
94
89
|
yolo: input.mode === "verify" ? undefined : input.yolo,
|
|
95
90
|
depth: input.depth,
|
|
96
|
-
handoffMode: input.mode === "verify" ? undefined : input.handoffMode,
|
|
97
91
|
allConnectedSenders: input.allConnectedSenders,
|
|
98
92
|
selectedSenderIds: input.selectedSenderIds,
|
|
99
93
|
postEngagerSenderIds: input.postEngagerSenderIds,
|
package/package.json
CHANGED
|
@@ -44,8 +44,7 @@ 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
|
|
48
|
-
weak-signal campaigns:
|
|
47
|
+
**Allowed alternative:** Use a concise permissioned bridge:
|
|
49
48
|
`"Hope this is relevant if X is still live."`, `"Saw you might be
|
|
50
49
|
interested in X, so hope this is relevant."`, `"Saw you in a few
|
|
51
50
|
conversations around X, so hope this is relevant."`, or `"Found you in a
|
|
@@ -57,9 +56,11 @@ this felt too on the nose to ignore"` shapes only when the source was an
|
|
|
57
56
|
explicit lead-magnet comment, reply, or opt-in.
|
|
58
57
|
|
|
59
58
|
Shared evergreen exception: for Shared Signal Discovery and other shared
|
|
60
|
-
evergreen lanes, `hope this is relevant
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
evergreen lanes, `hope this is relevant` is allowed when it stays topic-level
|
|
60
|
+
and does not pretend engagement. `Saw you in a few conversations around X, so
|
|
61
|
+
hope this is relevant` is allowed for Shared Signal Discovery when the source is
|
|
62
|
+
truly third-party and topic-level. Reject `might be interested` as an opener
|
|
63
|
+
because it assumes intent.
|
|
63
64
|
|
|
64
65
|
**Severity:** REJECT
|
|
65
66
|
|
|
@@ -264,12 +265,10 @@ back to them, then pivot to the product. The line is name-drop-heavy,
|
|
|
264
265
|
abstract, and swappable across hundreds of leads.
|
|
265
266
|
|
|
266
267
|
**Allowed alternative:** Use a short relevance hypothesis that connects
|
|
267
|
-
one observed signal to why the note may matter
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
so hope this is relevant."` For shared evergreen lanes, use a concrete
|
|
272
|
-
buyer/problem bridge instead of the source-thread opener.
|
|
268
|
+
one observed signal to why the note may matter: `"Hope this is relevant
|
|
269
|
+
if market expansion is still on your plate."`, `"Saw you might be
|
|
270
|
+
interested in Claude + GTM, so hope this is relevant."`, or `"Saw you in
|
|
271
|
+
a few conversations around international growth, so hope this is relevant."`
|
|
273
272
|
|
|
274
273
|
**Severity:** REJECT
|
|
275
274
|
|
|
@@ -344,9 +343,7 @@ worth sending."` only for explicit lead-magnet comments, replies, or
|
|
|
344
343
|
opt-ins. Otherwise use `"saw you might be interested in [topic], so hope
|
|
345
344
|
this is relevant."`, `"saw you in a few conversations around [topic], so
|
|
346
345
|
hope this is relevant."`, or `"found you in a thread about [topic], so
|
|
347
|
-
may be off, but this seemed relevant."`
|
|
348
|
-
campaigns. For shared evergreen lanes, translate the source into a concrete
|
|
349
|
-
buyer/problem bridge or omit it.
|
|
346
|
+
may be off, but this seemed relevant."`
|
|
350
347
|
|
|
351
348
|
**Severity:** REJECT
|
|
352
349
|
|
|
@@ -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 when it opens with `might be interested`; that assumes intent. `Hope this is relevant` and topic-level `saw you in a few conversations around [topic], so hope this is relevant` are allowed when they do not pretend engagement. Use the safe pattern below when a concrete signal/problem bridge is stronger.
|
|
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
|
|
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 exception: `hope this is relevant` and `saw you in a few conversations around [topic], so hope this is relevant` are allowed for Shared Signal Discovery when they stay topic-level and avoid false warm engagement, but `might be interested` is blocked because it assumes intent. Use a concrete signal/problem bridge when it is stronger, 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.`
|
|
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.`
|
|
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.`
|
|
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.`
|
|
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,8 +43,7 @@ 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,
|
|
47
|
-
handoffMode:"create_campaign_goals", postEngagerSenderIds,
|
|
46
|
+
`setup_evergreen_campaigns({ mode:"plan", yolo:true, postEngagerSenderIds,
|
|
48
47
|
sharedSenderIds })`. If the user did not name senders but
|
|
49
48
|
`get_campaign_waterfall` returns an active managed evergreen/prod waterfall
|
|
50
49
|
for the workspace, derive exact sender scopes from the waterfall `senderRefs`
|
|
@@ -61,23 +60,12 @@ long-form contract below:
|
|
|
61
60
|
If shell execution is unavailable and no visible/durable thread surface is
|
|
62
61
|
callable, return `blocked: missing_visible_or_durable_lane_worker_runtime`
|
|
63
62
|
before mutation.
|
|
64
|
-
4. Write one compact prompt file per selected lane
|
|
65
|
-
|
|
66
|
-
|
|
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.
|
|
63
|
+
4. Write one compact prompt file per selected lane packet, create the receipt
|
|
64
|
+
directory, and launch all lane workers in parallel with the literal Codex CLI
|
|
65
|
+
worker command shape below. The parent does not create campaign shells.
|
|
72
66
|
5. Collect fresh durable receipts, verify with the original planRevision and
|
|
73
67
|
selectedActionIds, then run the idempotency plan and show sample messages.
|
|
74
68
|
|
|
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
|
-
|
|
81
69
|
Do not keep reasoning, re-reading prompts, or restating this workflow instead of
|
|
82
70
|
dispatching workers. If the first worker cannot be launched after at most one
|
|
83
71
|
short planning pass, return `blocked: worker_dispatch_deadline_exceeded` before
|
|
@@ -1232,7 +1220,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1232
1220
|
Short form: Do not pass the warm template into Shared Signal Discovery or Shared Cold Fallback.
|
|
1233
1221
|
Short form: Shared lanes must reject generic product-summary samples.
|
|
1234
1222
|
Short form: Shared lanes must reject three nearly identical samples.
|
|
1235
|
-
Short form: Shared lanes must reject intent-assumptive
|
|
1223
|
+
Short form: Shared lanes must reject intent-assumptive hedges such as "might be interested"; Shared Signal Discovery may use "saw you in a few conversations ... hope this is relevant".
|
|
1236
1224
|
Short form: Shared lanes must reject internal workflow vocabulary.
|
|
1237
1225
|
Short form: revise or rerun the packaged create-campaign/generate-messages path.
|
|
1238
1226
|
- **Post Engagers** first-message style: short, casual, references the
|
|
@@ -1252,11 +1240,9 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1252
1240
|
append `curious, are you trying...`, `open to...`, `worth seeing...`, or
|
|
1253
1241
|
Sellable/product copy to a Post Engagers first message.
|
|
1254
1242
|
|
|
1255
|
-
- **Shared Signal Discovery** first-message style: short, casual,
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
engagement source, source mechanics, or discovery method in customer-facing
|
|
1259
|
-
copy. Do not say
|
|
1243
|
+
- **Shared Signal Discovery** first-message style: short, casual, references
|
|
1244
|
+
the real observed signal/theme or public conversation. It may mention the
|
|
1245
|
+
engagement source only when the source evidence supports it. Do not say
|
|
1260
1246
|
"my post" unless the selected source post was actually authored by the
|
|
1261
1247
|
sending sender. Do not thank the prospect for showing support, reacting,
|
|
1262
1248
|
commenting, or popping up unless this is a sender-owned Post Engagers lane
|
|
@@ -1273,9 +1259,10 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1273
1259
|
product summaries, or repeated structure are bad. If the first generated
|
|
1274
1260
|
batch violates these rules, rerun, but record that as a repaired UAT path
|
|
1275
1261
|
rather than the desired zero-shot path.
|
|
1276
|
-
Do not use intent-assumptive
|
|
1277
|
-
|
|
1278
|
-
you in a few conversations
|
|
1262
|
+
Do not use intent-assumptive hedges such as "might be interested" in
|
|
1263
|
+
Shared Signal Discovery samples. "Hope this is relevant" and topic-level
|
|
1264
|
+
bridges such as "saw you in a few conversations around [topic], so hope
|
|
1265
|
+
this is relevant" are allowed when they do not pretend engagement.
|
|
1279
1266
|
Translate source/tool terms into prospect-facing business language; do not
|
|
1280
1267
|
put internal workflow
|
|
1281
1268
|
vocabulary such as "Codex-style workflow", "MCP", "agent workflows",
|
|
@@ -1289,7 +1276,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1289
1276
|
Short form: Shared Signal Discovery uses no self-intro such as "I'm building Sellable".
|
|
1290
1277
|
Short form: Shared Signal Discovery uses no self-intro such as "We're building Sellable".
|
|
1291
1278
|
Short form: Shared Signal Discovery uses no "I've put together".
|
|
1292
|
-
Short form: no "might be interested"
|
|
1279
|
+
Short form: no "might be interested"; "hope this is relevant" and topic-level "saw you in a few conversations ... hope this is relevant" are allowed.
|
|
1293
1280
|
Short form: no internal workflow vocabulary such as "Codex-style workflow", "MCP", "agent workflows", "Claude Code", or "Claude-style agent workflows".
|
|
1294
1281
|
- **Shared Cold Fallback** first-message style: cold, direct, and cohesive.
|
|
1295
1282
|
It must not pretend there was engagement, must not say "saw you pop up",
|
|
@@ -1305,9 +1292,9 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1305
1292
|
Sellable/Codex/Claude-Code feature summary
|
|
1306
1293
|
across prospects. This is a single-message cold path unless the approved
|
|
1307
1294
|
create-campaign message workflow proves a better delivery format.
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1295
|
+
"Hope this is relevant" is allowed when it does not pretend engagement and
|
|
1296
|
+
immediately ties to a concrete buyer problem. Do not open with "might be
|
|
1297
|
+
interested" or "saw you in a few conversations" in Shared Cold Fallback.
|
|
1311
1298
|
Do not use a repeated
|
|
1312
1299
|
product-definition paragraph such as "Sellable is a GTM system" across
|
|
1313
1300
|
samples; every reviewed cold sample should be specific enough to the role,
|
|
@@ -1329,7 +1316,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1329
1316
|
Short form: Shared Cold Fallback uses no "I've put together".
|
|
1330
1317
|
Short form: Shared Cold Fallback uses no opt-out shrug such as "If this isn't relevant, ignore me".
|
|
1331
1318
|
Short form: Shared Cold Fallback uses no product-stack dump.
|
|
1332
|
-
Short form:
|
|
1319
|
+
Short form: "hope this is relevant" is allowed; "might be interested" is not.
|
|
1333
1320
|
Short form: no repeated product-definition paragraph such as "Sellable is a GTM system".
|
|
1334
1321
|
- Customer-visible evergreen lanes must enable ICP filtering before Message
|
|
1335
1322
|
Drafting. This applies to Post Engagers, Shared Signal Discovery, and
|
|
@@ -269,10 +269,7 @@ 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
|
|
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.
|
|
272
|
+
- `might be interested` is blocked for shared evergreen lanes because it assumes intent. `hope this is relevant` and Shared Signal Discovery bridges like `saw you in a few conversations around [topic], so hope this is relevant` are allowed when they stay topic-level and do not pretend engagement.
|
|
276
273
|
- do not write first-person singular founder language such as `I'm building`,
|
|
277
274
|
`I've mapped`, `my company`, or `my team` unless exactly one sender can
|
|
278
275
|
credibly say it and the lane is not shared.
|
|
@@ -293,11 +290,9 @@ or a founder self-intro.
|
|
|
293
290
|
- Shared evergreen lanes must pass this gate before `confirmed`, before saving a
|
|
294
291
|
reusable template, and before any route-proof approval.
|
|
295
292
|
|
|
296
|
-
Short form: shared evergreen copy
|
|
297
|
-
hedges.
|
|
293
|
+
Short form: shared evergreen copy may use `hope this is relevant` when it avoids false engagement claims.
|
|
298
294
|
Short form: shared evergreen copy cannot use `might be interested`.
|
|
299
|
-
Short form: Shared Signal Discovery
|
|
300
|
-
conversations`; use the public business theme or buyer problem instead.
|
|
295
|
+
Short form: Shared Signal Discovery may use `saw you in a few conversations ... hope this is relevant` when it is topic-level and evidence-backed.
|
|
301
296
|
Short form: shared evergreen copy cannot use `I'm building`.
|
|
302
297
|
Short form: write a concrete signal/problem bridge instead of a rejected relevance hedge.
|
|
303
298
|
|
|
@@ -319,11 +314,14 @@ conditional good/bad fill reference.
|
|
|
319
314
|
`[PERSONALIZATION_LINE — Intent: write one short sentence that anchors the
|
|
320
315
|
note to why this might matter now. DO: connect one observable role/company/
|
|
321
316
|
activity signal to the buyer problem or offer with a permissioned bridge. For
|
|
322
|
-
shared evergreen lanes, do not use `might be interested
|
|
323
|
-
relevant
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
317
|
+
shared evergreen lanes, do not use `might be interested`; `hope this is
|
|
318
|
+
relevant` and Shared Signal Discovery bridges like `saw you in a few
|
|
319
|
+
conversations around [topic], so hope this is relevant` are allowed when they
|
|
320
|
+
stay topic-level and avoid false engagement claims. Use a concrete
|
|
321
|
+
signal/problem bridge instead of rejected relevance hedges when it is stronger.
|
|
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
|
|
327
325
|
background, name a product their company sells, use source-citation phrasing, or
|
|
328
326
|
use generic nouns like "your work".
|
|
329
327
|
FALLBACK: if unsupported, omit the entire line.]`
|
|
@@ -484,10 +482,10 @@ artifact.**
|
|
|
484
482
|
|
|
485
483
|
Safer shapes:
|
|
486
484
|
|
|
487
|
-
- `hope this is relevant if {{signal_topic}} is part of the plan`
|
|
485
|
+
- `hope this is relevant if {{signal_topic}} is part of the plan`
|
|
488
486
|
- `saw you might be interested in {{signal_topic}}, so hope this is relevant` for non-evergreen weak-signal campaigns only
|
|
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`
|
|
487
|
+
- `saw you in a few conversations around {{signal_topic}}, so hope this is relevant` for Shared Signal Discovery and non-evergreen weak-signal campaigns only
|
|
488
|
+
- `saw you in a few conversations about {{signal_topic}}, so may be off, but this seemed relevant`
|
|
491
489
|
- `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
|
|
492
490
|
- `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
|
|
493
491
|
- `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
|
|
@@ -548,23 +546,28 @@ artifact.**
|
|
|
548
546
|
line-to-line chain is real.
|
|
549
547
|
For third-party LinkedIn-post-sourced campaigns (commenters, reactors, lead
|
|
550
548
|
magnet replies, or scraped conversations), it is acceptable to reference the
|
|
551
|
-
conversation when it explains why the note exists
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
549
|
+
conversation when it explains why the note exists. Keep it topic-level, not
|
|
550
|
+
activity-log-level: `saw you in a few conversations around
|
|
551
|
+
{{signal_topic}}, so hope this is relevant` is acceptable for Shared Signal
|
|
552
|
+
Discovery and non-evergreen weak-signal campaigns when the source is truly
|
|
553
|
+
third-party. `saw you commented on {{post_context}}` and `your LinkedIn
|
|
554
|
+
activity around...` are not acceptable. Reserve `raise your hand` phrasing
|
|
555
|
+
for explicit lead-magnet comments, replies, or opt-ins. For ordinary shared
|
|
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.
|
|
558
559
|
|
|
559
560
|
Keep the apologetic nature, but aim it at uncertainty, not surveillance.
|
|
560
561
|
Good for non-evergreen weak-signal campaigns: `saw you in a few
|
|
561
562
|
conversations about outbound, so may be off, but this seemed relevant`, `may
|
|
562
563
|
be off, but if outbound is relevant to what you're working on...`, or `hope
|
|
563
|
-
this is relevant if...`. For shared evergreen lanes, `hope this is
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
564
|
+
this is relevant if...`. For shared evergreen lanes, `hope this is relevant`
|
|
565
|
+
is allowed when it stays topic-level and avoids false engagement claims, but
|
|
566
|
+
`might be interested` is blocked because it assumes intent; `saw you in a
|
|
567
|
+
few conversations ... hope this is relevant` is allowed for Shared Signal
|
|
568
|
+
Discovery when it stays topic-level. Use a concrete signal/problem bridge
|
|
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.
|
|
568
571
|
|
|
569
572
|
Block wordier source narration such as `you might not remember the thread,
|
|
570
573
|
but I found you through a {{signal_topic}} discussion and your
|
|
@@ -1562,9 +1565,10 @@ Before `confirmed`, run the selected winner against these gates:
|
|
|
1562
1565
|
`hope this is relevant if...`, `saw you might be interested in...`,
|
|
1563
1566
|
`saw you in a few conversations around...`, `figured this might matter if...`,
|
|
1564
1567
|
or `if you've ever wanted...`. Exception: for Shared Signal Discovery and
|
|
1565
|
-
other shared evergreen lanes, `might be interested
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
+
other shared evergreen lanes, `might be interested` is blocked because it
|
|
1569
|
+
assumes intent; `hope this is relevant` and Shared Signal Discovery bridges
|
|
1570
|
+
like `saw you in a few conversations around...` are allowed when they stay
|
|
1571
|
+
topic-level and avoid false engagement claims.
|
|
1568
1572
|
- **Buyer-first opener:** after the greeting, the first substantive line
|
|
1569
1573
|
should usually enter the buyer's world: a real signal, current-state
|
|
1570
1574
|
pain, buyer-owned priority, or useful artifact. Sender-origin can come
|
|
@@ -2016,9 +2020,9 @@ matters to the buyer, why this might be relevant, or the operator-reality that
|
|
|
2016
2020
|
led to it. Acceptable openers:
|
|
2017
2021
|
|
|
2018
2022
|
- `Hey {{first_name}}, [one plain sentence about what we built].`
|
|
2019
|
-
- `Hey {{first_name}}, hope this is relevant if [buyer context] is still on your plate.`
|
|
2023
|
+
- `Hey {{first_name}}, hope this is relevant if [buyer context] is still on your plate.`
|
|
2020
2024
|
- `Hey {{first_name}}, saw you might be interested in [topic], so hope this is relevant.` Not for shared evergreen lanes.
|
|
2021
|
-
- `Hey {{first_name}}, saw you in a few conversations around [topic], so hope this is relevant.` For non-evergreen weak-signal campaigns
|
|
2025
|
+
- `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.
|
|
2022
2026
|
- `Hey {{first_name}}, found you in a thread about [topic], so may be off, but this seemed relevant.`
|
|
2023
2027
|
- `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.
|
|
2024
2028
|
- `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.
|
|
@@ -2281,9 +2285,9 @@ Rules:
|
|
|
2281
2285
|
- acceptable signal use by default:
|
|
2282
2286
|
- `"Hope this is relevant if [topic] is part of the plan."`
|
|
2283
2287
|
- `"Saw you might be interested in [topic], so hope this is relevant."` Non-evergreen weak-signal only; blocked for shared evergreen lanes.
|
|
2284
|
-
- `"Saw you in a few conversations around [topic], so hope this is relevant."`
|
|
2285
|
-
- `"Saw you in a few conversations about [topic], so may be off, but this seemed relevant."`
|
|
2286
|
-
- `"Found you in a thread about [topic], so may be off, but this seemed relevant."`
|
|
2288
|
+
- `"Saw you in a few conversations around [topic], so hope this is relevant."` Shared Signal Discovery or non-evergreen weak-signal only.
|
|
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."`
|
|
2287
2291
|
- `"Thought of {{company}} because [observable signal] points at [problem]."`
|
|
2288
2292
|
- `"Figured this might matter if [workflow] is live at {{company}}."`
|
|
2289
2293
|
- `"Saw you raise your hand for [topic], so figured this was (hopefully) worth sending."` Only for explicit lead-magnet comments, replies, or opt-ins.
|
|
@@ -2298,11 +2302,12 @@ Rules:
|
|
|
2298
2302
|
- `"Saw you engaging with [topic]."`
|
|
2299
2303
|
- `"Saw you raise your hand for [topic], so figured this was worth sending."`
|
|
2300
2304
|
- `"Figured this was worth sending."`
|
|
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
|
|
2302
|
-
- For Shared Evergreen Signal Discovery, do not use the `might be interested
|
|
2303
|
-
`
|
|
2304
|
-
|
|
2305
|
-
|
|
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, prefer `"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"` 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.
|
|
2306
|
+
- For Shared Evergreen Signal Discovery, do not use the `might be interested`
|
|
2307
|
+
weak signal-led opener shape above. `Hope this is relevant` and `saw you in a
|
|
2308
|
+
few conversations around [topic], so hope this is relevant` are allowed when
|
|
2309
|
+
they stay topic-level and avoid false engagement claims. Translate the source
|
|
2310
|
+
into a concrete problem bridge when that is stronger, e.g.
|
|
2306
2311
|
`"The AI-assisted GTM conversations keep coming back to one problem: turning
|
|
2307
2312
|
good LinkedIn signal into review-ready pipeline without another dashboard."`
|
|
2308
2313
|
Then connect the product in buyer language.
|
|
@@ -2315,8 +2320,10 @@ this is relevant`, `saw you in a few conversations around [topic], so hope this
|
|
|
2315
2320
|
is relevant`, `saw you in a few conversations about [topic], so may be off,
|
|
2316
2321
|
but this seemed relevant`, or `found you in a thread about [topic], so may be
|
|
2317
2322
|
off, but this seemed relevant`. For shared evergreen lanes, `might be
|
|
2318
|
-
interested
|
|
2319
|
-
`
|
|
2323
|
+
interested` is blocked because it assumes intent; `hope this is relevant` and
|
|
2324
|
+
Shared Signal Discovery `saw you in a few conversations ... hope this is
|
|
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
|
|
2320
2327
|
the self-aware raise-hand shapes only when
|
|
2321
2328
|
the source was an explicit lead-magnet comment, reply, or opt-in: `saw you raise
|
|
2322
2329
|
your hand for [topic], so figured this was (hopefully) worth sending` or `saw you
|
|
@@ -108,6 +108,13 @@ step using campaign names first, and stop before mutation unless the user has
|
|
|
108
108
|
explicitly approved the exact workspace, campaign/table/source ids, caps/dates,
|
|
109
109
|
approval mode, expected side effects, and stop/rollback condition.
|
|
110
110
|
|
|
111
|
+
If the plain route's managed waterfall targets are stale, for example skipped
|
|
112
|
+
targets show archived/completed shared slots or the returned targets do not cover
|
|
113
|
+
the named sender, immediately run the active route refetch before declaring a
|
|
114
|
+
sender blocked. Current dashboard-active `PAUSED` campaign-backed sequence
|
|
115
|
+
campaigns are start-eligible refill candidates; read refill state before deciding
|
|
116
|
+
whether to prep, approve, start, or skip. Do not treat them as archived inventory.
|
|
117
|
+
|
|
111
118
|
For interactive Codex or Claude Code sessions, that approval must use the
|
|
112
119
|
host-native structured question gate, not plain chat:
|
|
113
120
|
|
|
@@ -142,6 +149,14 @@ direct scheduler writes, sender reassignment, or campaigns outside those
|
|
|
142
149
|
selected for the eligible sender set. Stop and re-plan if the route, sender set,
|
|
143
150
|
ids, caps, blockers, or side-effect class drift before mutation.
|
|
144
151
|
|
|
152
|
+
In `--yolo`, continue as far as the rendered packet safely allows. After each
|
|
153
|
+
apply/prep/start result, reread state, settle processing when needed, and move to
|
|
154
|
+
the next selected sender or start-eligible same-packet campaign instead of
|
|
155
|
+
stopping after the first partial result. If no in-packet safe action remains,
|
|
156
|
+
return concrete continuation options with campaign names, exact ids, which option
|
|
157
|
+
is already covered by the current packet, and which option needs a new approval
|
|
158
|
+
packet.
|
|
159
|
+
|
|
145
160
|
In `--yolo`, the default two-day fill horizon is two send days unless
|
|
146
161
|
`--until`/`untilDate` is provided. If an until date is provided, compute bounded
|
|
147
162
|
gaps through that sender-local date inclusive, skipping no-send days and never
|
|
@@ -60,8 +60,16 @@ campaign.
|
|
|
60
60
|
|
|
61
61
|
1. Call `resolve_campaign_fill_route` first. Use `intent:"plain"` for generic
|
|
62
62
|
fill/load language, `intent:"active"` only when the user explicitly narrowed
|
|
63
|
-
to active regular campaigns
|
|
64
|
-
|
|
63
|
+
to active regular campaigns or when the plain route has stale managed
|
|
64
|
+
waterfall evidence, and `intent:"evergreen"` only when the user explicitly
|
|
65
|
+
asked for evergreen or horizon work. The resolver must refetch current
|
|
66
|
+
dashboard-active campaigns as well as managed waterfall state. If the plain
|
|
67
|
+
route returns managed waterfall targets but skipped targets include
|
|
68
|
+
archived/completed waterfall slots, or if the returned targets do not cover a
|
|
69
|
+
named sender, immediately call `resolve_campaign_fill_route({ intent:"active" })`
|
|
70
|
+
and inspect current dashboard-active `ACTIVE` and `PAUSED` campaign-backed
|
|
71
|
+
sequence campaigns before declaring a sender blocked.
|
|
72
|
+
Short form: stale waterfall bindings do not overrule current dashboard-active campaigns.
|
|
65
73
|
2. Resolve sender context before choosing a target. Call `list_senders`; when a
|
|
66
74
|
managed program is involved, also call `get_campaign_waterfall`, and call
|
|
67
75
|
`get_sender_routing` when territory rules may constrain sender eligibility.
|
|
@@ -76,12 +84,18 @@ campaign.
|
|
|
76
84
|
refill-state readbacks and report that inference.
|
|
77
85
|
Short form: `--yolo refill senders` means all eligible enrolled senders; non-yolo asks which enrolled senders.
|
|
78
86
|
3. Read `get_campaign_refill_state` for candidate campaigns from the resolver
|
|
79
|
-
result
|
|
80
|
-
|
|
81
|
-
|
|
87
|
+
result and from the required active-route refetch when managed waterfall
|
|
88
|
+
evidence looks stale. For a broad `active_campaigns` route, inspect enough
|
|
89
|
+
candidates to identify the campaign or small campaign set that most recently
|
|
90
|
+
had scheduler-owned sends for the relevant sender set. Do not stop after the
|
|
82
91
|
first resolver target unless it is also the most recent sender-relevant send
|
|
83
|
-
lane.
|
|
92
|
+
lane. A current dashboard-active `PAUSED` campaign-backed sequence campaign is
|
|
93
|
+
a start-eligible refill candidate, not an archived blocker; read its refill
|
|
94
|
+
state first, then include a bounded `start_campaign` packet only when the
|
|
95
|
+
state proves healthy senders, sequence, source/list, ready/preparable rows,
|
|
96
|
+
and starting is needed for the product scheduler to schedule/send.
|
|
84
97
|
Short form: Do not stop after the first resolver target unless recent-send evidence supports it.
|
|
98
|
+
Short form: `PAUSED` dashboard-active campaigns are start-eligible candidates, not skipped archived inventory.
|
|
85
99
|
In `--yolo` sender-scoped mode, selecting every active campaign is still a
|
|
86
100
|
scope error, but selecting one best refill campaign per eligible sender is
|
|
87
101
|
expected. Pick the single highest-ranked recent-send or best-result campaign
|
|
@@ -103,7 +117,8 @@ campaign.
|
|
|
103
117
|
Use the refill-state response as the current facts receipt:
|
|
104
118
|
|
|
105
119
|
- campaign status/current step, workflow table id, table config type, and public
|
|
106
|
-
type
|
|
120
|
+
type, including whether the route target is dashboard-active `PAUSED` and
|
|
121
|
+
start-eligible;
|
|
107
122
|
- selected source list/provider identity, source id, target prospect gap,
|
|
108
123
|
cursor/inventory state, dedupe/DNC/provider exclusions, good-prospect yield,
|
|
109
124
|
scan/import caps, and proof;
|
|
@@ -134,6 +149,13 @@ was actually sending most recently for the relevant available senders", not
|
|
|
134
149
|
"fill every eligible target sender from the best enrolled active campaign for
|
|
135
150
|
that sender", not "fill only the first/best campaign globally".
|
|
136
151
|
|
|
152
|
+
When managed waterfall bindings point at archived/completed campaigns but the
|
|
153
|
+
dashboard has current unarchived `ACTIVE` or `PAUSED` campaigns for the same
|
|
154
|
+
sender/shared lane, prefer the current dashboard-active campaign for target
|
|
155
|
+
discovery. The stale waterfall slot remains diagnostic proof, not a reason to
|
|
156
|
+
skip a visible paused shared campaign that can be started through a bounded
|
|
157
|
+
packet.
|
|
158
|
+
|
|
137
159
|
Default `--yolo` horizon is two send days when the user asks to fill, refill,
|
|
138
160
|
load, or max sends without naming a different horizon. Send days are sender-local
|
|
139
161
|
days with configured sending hours; do not treat weekends or other no-send-hour
|
|
@@ -311,6 +333,9 @@ Paused campaign start discipline:
|
|
|
311
333
|
|
|
312
334
|
- `PAUSED`, dashboard-active campaign-backed sequence campaigns are existing
|
|
313
335
|
refill targets, not archived inventory.
|
|
336
|
+
- If the route or active-campaign refetch marks a target as start-eligible, read
|
|
337
|
+
`get_campaign_refill_state` for that campaign/table before deciding whether to
|
|
338
|
+
start, prep, or skip it.
|
|
314
339
|
- If the selected refill target is `PAUSED` and has healthy senders, sequence,
|
|
315
340
|
source/list, and ready/preparable rows or a bounded source/prep packet, the
|
|
316
341
|
final packet may include `start_campaign` when starting is needed for the
|
|
@@ -366,7 +391,28 @@ same refill request, do not ask the `Accept` / `Decline` question. Instead:
|
|
|
366
391
|
3. verify the route, workspace id, campaign id, table id, source/action ids,
|
|
367
392
|
caps/dates, approval mode, blockers, and side-effect class still match the
|
|
368
393
|
packet;
|
|
369
|
-
4. execute only the exact packet
|
|
394
|
+
4. execute only the exact packet;
|
|
395
|
+
5. after each terminal apply/prep/start result, reread state, settle processing
|
|
396
|
+
when needed, and continue with the next smallest safe action inside the same
|
|
397
|
+
bounded packet until every selected sender is loaded/awaiting scheduler,
|
|
398
|
+
scheduled, or blocked by evidence.
|
|
399
|
+
|
|
400
|
+
In `--yolo`, do not stop after the first selected campaign if the request was
|
|
401
|
+
sender-scoped and more selected senders or same-packet start-eligible campaigns
|
|
402
|
+
remain. If the first candidate is duplicate-only, already loaded, awaiting
|
|
403
|
+
scheduler, source-exhausted, or otherwise blocked, continue to the next
|
|
404
|
+
same-sender candidate that was already in the rendered packet and still matches
|
|
405
|
+
the fresh route/refill-state evidence. If no in-packet safe action remains, stop
|
|
406
|
+
before mutation and return continuation options instead of guessing.
|
|
407
|
+
|
|
408
|
+
Continuation options must be campaign-name-first and concrete. For each blocked
|
|
409
|
+
sender/campaign, list the next viable options with exact ids and the approval
|
|
410
|
+
boundary, for example: start an already selected start-eligible paused campaign,
|
|
411
|
+
repair stale waterfall bindings, replenish the current source, expand Signal
|
|
412
|
+
Discovery post selection, use the next same-sender campaign, or run evergreen
|
|
413
|
+
setup/repair. Mark which options are covered by the current `--yolo` packet and
|
|
414
|
+
which require a new approval packet.
|
|
415
|
+
Short form: in `--yolo`, go as far as the packet safely allows, then give exact continuation options.
|
|
370
416
|
|
|
371
417
|
`--yolo` authorizes `start_campaign` only for selected `PAUSED` refill targets
|
|
372
418
|
named in the exact packet. It never authorizes starting unrelated, archived,
|
|
@@ -466,6 +512,9 @@ Report in campaign-name-first language:
|
|
|
466
512
|
create;
|
|
467
513
|
- source state, blockers, exact next primitive, approval required, and the
|
|
468
514
|
freshness hash used.
|
|
515
|
+
- for `--yolo`, how far the run continued automatically, which selected senders
|
|
516
|
+
are loaded/scheduled/awaiting scheduler, and the exact continuation options for
|
|
517
|
+
any sender/campaign that remains blocked.
|
|
469
518
|
|
|
470
519
|
Keep ids visible but secondary: show them under "Exact target" or "Proof", not
|
|
471
520
|
as the main decision text. Say explicitly whether a selected paused campaign was
|