@sellable/install 0.1.130 → 0.1.132
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/bin/sellable-install.mjs +33 -15
- package/package.json +1 -1
- package/skill-templates/create-campaign.md +33 -15
package/bin/sellable-install.mjs
CHANGED
|
@@ -699,28 +699,46 @@ signals, cleanup risk, and confidence basis. If a user asks for a forecast,
|
|
|
699
699
|
label it explicitly as not estimated from this run.
|
|
700
700
|
|
|
701
701
|
Before any provider prompt, search, source scout, or signal-discovery call, show
|
|
702
|
-
one source-plan gate and ask for approval.
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
- the
|
|
709
|
-
-
|
|
710
|
-
-
|
|
711
|
-
-
|
|
702
|
+
one source-plan gate and ask for approval. Write this like a fifth grader could
|
|
703
|
+
understand it: short sentences, no internal labels, and no GTM shorthand. The
|
|
704
|
+
plan must be visible before the question, and this first approval only
|
|
705
|
+
authorizes finding the best places to look for buyers. It does not add anyone
|
|
706
|
+
to the campaign yet. The gate should say:
|
|
707
|
+
|
|
708
|
+
- the buyer groups or places we could check
|
|
709
|
+
- the best place to start
|
|
710
|
+
- why the right buyers are likely to be there
|
|
711
|
+
- what signs the next search will check
|
|
712
|
+
- where you'll look next if the first place is too thin
|
|
712
713
|
- what approval covers in one concise customer-facing line, such as "This only
|
|
713
|
-
approves me to look for the best places to find buyers. I won't add
|
|
714
|
+
approves me to look for the best places to find buyers. I won't add anyone
|
|
714
715
|
yet."
|
|
715
716
|
|
|
717
|
+
Use a customer-facing shape like:
|
|
718
|
+
|
|
719
|
+
\`\`\`text
|
|
720
|
+
## Find Buyers Plan
|
|
721
|
+
|
|
722
|
+
I recommend starting with people already talking on LinkedIn about [plain
|
|
723
|
+
topic]. That should help us find buyers who already care about [plain pain].
|
|
724
|
+
|
|
725
|
+
I'll check whether there are enough good-fit people there. If not, I'll try
|
|
726
|
+
[plain fallback] next.
|
|
727
|
+
|
|
728
|
+
Approving this means I can look for the best places to find buyers. I won't add
|
|
729
|
+
anyone to the campaign yet.
|
|
730
|
+
\`\`\`
|
|
731
|
+
|
|
716
732
|
Do not surface blanket source heuristics as product copy. Make the
|
|
717
733
|
recommendation specific to the campaign. If LinkedIn engagement is recommended,
|
|
718
734
|
name the exact post themes you will search in plain language, such as "Power BI
|
|
719
735
|
dashboards they don't trust" or "teams trying to agree on the right KPIs."
|
|
720
|
-
Avoid using "Signal Discovery"
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
736
|
+
Avoid using "Signal Discovery", "source scouting", "lane", "provider",
|
|
737
|
+
"precision/scale tradeoff", "evidence quality", "pilot volume", or "ICP" in
|
|
738
|
+
customer-facing chat; those are internal labels. If relevant public
|
|
739
|
+
conversations look unlikely, recommend the specific Sales Nav or Prospeo path
|
|
740
|
+
instead and explain it in plain words once. Do not call \`search_signals\`,
|
|
741
|
+
\`search_sales_nav\`,
|
|
724
742
|
\`search_prospeo\`,
|
|
725
743
|
\`fetch_post_engagers\`, or provider-scoped subagents until the user approves this
|
|
726
744
|
source plan or explicitly chooses a different source.
|
package/package.json
CHANGED
|
@@ -128,28 +128,46 @@ signals, cleanup risk, and confidence basis. If a user asks for a forecast,
|
|
|
128
128
|
label it explicitly as not estimated from this run.
|
|
129
129
|
|
|
130
130
|
Before any provider prompt, search, source scout, or signal-discovery call, show
|
|
131
|
-
one source-plan gate and ask for approval.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
- the
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
131
|
+
one source-plan gate and ask for approval. Write this like a fifth grader could
|
|
132
|
+
understand it: short sentences, no internal labels, and no GTM shorthand. The
|
|
133
|
+
plan must be visible before the question, and this first approval only
|
|
134
|
+
authorizes finding the best places to look for buyers. It does not add anyone
|
|
135
|
+
to the campaign yet. The gate should say:
|
|
136
|
+
|
|
137
|
+
- the buyer groups or places we could check
|
|
138
|
+
- the best place to start
|
|
139
|
+
- why the right buyers are likely to be there
|
|
140
|
+
- what signs the next search will check
|
|
141
|
+
- where you'll look next if the first place is too thin
|
|
141
142
|
- what approval covers in one concise customer-facing line, such as "This only
|
|
142
|
-
approves me to look for the best places to find buyers. I won't add
|
|
143
|
+
approves me to look for the best places to find buyers. I won't add anyone
|
|
143
144
|
yet."
|
|
144
145
|
|
|
146
|
+
Use a customer-facing shape like:
|
|
147
|
+
|
|
148
|
+
```text
|
|
149
|
+
## Find Buyers Plan
|
|
150
|
+
|
|
151
|
+
I recommend starting with people already talking on LinkedIn about [plain
|
|
152
|
+
topic]. That should help us find buyers who already care about [plain pain].
|
|
153
|
+
|
|
154
|
+
I'll check whether there are enough good-fit people there. If not, I'll try
|
|
155
|
+
[plain fallback] next.
|
|
156
|
+
|
|
157
|
+
Approving this means I can look for the best places to find buyers. I won't add
|
|
158
|
+
anyone to the campaign yet.
|
|
159
|
+
```
|
|
160
|
+
|
|
145
161
|
Do not surface blanket source heuristics as product copy. Make the
|
|
146
162
|
recommendation specific to the campaign. If LinkedIn engagement is recommended,
|
|
147
163
|
name the exact post themes you will search in plain language, such as "Power BI
|
|
148
164
|
dashboards they don't trust" or "teams trying to agree on the right KPIs."
|
|
149
|
-
Avoid using "Signal Discovery"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
165
|
+
Avoid using "Signal Discovery", "source scouting", "lane", "provider",
|
|
166
|
+
"precision/scale tradeoff", "evidence quality", "pilot volume", or "ICP" in
|
|
167
|
+
customer-facing chat; those are internal labels. If relevant public
|
|
168
|
+
conversations look unlikely, recommend the specific Sales Nav or Prospeo path
|
|
169
|
+
instead and explain it in plain words once. Do not call `search_signals`,
|
|
170
|
+
`search_sales_nav`,
|
|
153
171
|
`search_prospeo`,
|
|
154
172
|
`fetch_post_engagers`, or provider-scoped subagents until the user approves this
|
|
155
173
|
source plan or explicitly chooses a different source.
|