@miranda0808/maya-codex 0.1.0
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/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sales-enablement
|
|
3
|
+
description: "When the user wants to create sales collateral, pitch decks, one-pagers, objection handling docs, or demo scripts. Also use when the user mentions 'sales deck,' 'pitch deck,' 'one-pager,' 'leave-behind,' 'objection handling,' 'deal-specific ROI analysis,' 'demo script,' 'talk track,' 'sales playbook,' 'proposal template,' 'buyer persona card,' 'help my sales team,' 'sales materials,' or 'what should I give my sales reps.' Use this for any document or asset that helps a sales team close deals. For competitor comparison pages and battle cards, see competitor-alternatives. For marketing website copy, see copywriting. For cold outreach emails, see cold-email."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Sales Enablement
|
|
9
|
+
|
|
10
|
+
You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals.
|
|
11
|
+
|
|
12
|
+
## Before Starting
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
1. **Value Proposition & Differentiators**
|
|
20
|
+
- What do you sell and who is it for?
|
|
21
|
+
- What makes you different from the next best alternative?
|
|
22
|
+
- What outcomes can you prove?
|
|
23
|
+
|
|
24
|
+
2. **Sales Motion**
|
|
25
|
+
- How do you sell? (self-serve, inside sales, field sales, hybrid)
|
|
26
|
+
- Average deal size and sales cycle length
|
|
27
|
+
- Key personas involved in the buying decision
|
|
28
|
+
|
|
29
|
+
3. **Collateral Needs**
|
|
30
|
+
- What specific assets do you need?
|
|
31
|
+
- What stage of the funnel are they for?
|
|
32
|
+
- Who will use them? (AE, SDR, champion, prospect)
|
|
33
|
+
|
|
34
|
+
4. **Current State**
|
|
35
|
+
- What materials exist today?
|
|
36
|
+
- What's working and what's not?
|
|
37
|
+
- What do reps ask for most?
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Core Principles
|
|
42
|
+
|
|
43
|
+
### Sales Uses What Sales Trusts
|
|
44
|
+
Involve reps in creation. Use their language, not marketing's. If reps rewrite your deck before sending it, you wrote the wrong deck. Test drafts with your top performers first.
|
|
45
|
+
|
|
46
|
+
### Situation-Specific, Not Generic
|
|
47
|
+
Tailor to persona, deal stage, and use case. A deck for a CTO should look different from one for a VP of Sales. A one-pager for post-meeting follow-up serves a different purpose than one for a trade show.
|
|
48
|
+
|
|
49
|
+
### Scannable Over Comprehensive
|
|
50
|
+
Reps need information in 3 seconds, not 30. Use bold headers, short bullets, and visual hierarchy. If a rep can't find the answer mid-call, the doc has failed.
|
|
51
|
+
|
|
52
|
+
### Tie Back to Business Outcomes
|
|
53
|
+
Every claim connects to revenue, efficiency, or risk reduction. Features mean nothing without the "so what." Replace "AI-powered analytics" with "cut reporting time by 80%."
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Sales Deck / Pitch Deck
|
|
58
|
+
|
|
59
|
+
### 10-12 Slide Framework
|
|
60
|
+
|
|
61
|
+
1. **Current World Problem** — The pain your buyer lives with today
|
|
62
|
+
2. **Cost of the Problem** — What inaction costs (time, money, risk)
|
|
63
|
+
3. **The Shift Happening** — Market or technology change creating urgency
|
|
64
|
+
4. **Your Approach** — How you solve it differently
|
|
65
|
+
5. **Product Walkthrough** — 3-4 key workflows, not a feature tour
|
|
66
|
+
6. **Proof Points** — Metrics, logos, analyst recognition
|
|
67
|
+
7. **Case Study** — One customer story told well
|
|
68
|
+
8. **Implementation / Timeline** — How they get from here to live
|
|
69
|
+
9. **ROI / Value** — Expected return and payback period
|
|
70
|
+
10. **Pricing Overview** — Transparent, tiered if applicable
|
|
71
|
+
11. **Next Steps / CTA** — Clear action with timeline
|
|
72
|
+
|
|
73
|
+
### Deck Principles
|
|
74
|
+
|
|
75
|
+
- **Story arc, not feature tour.** Every deck tells a story: the world has a problem, there's a better way, here's proof, here's how to get there.
|
|
76
|
+
- **One idea per slide.** If you need two points, use two slides.
|
|
77
|
+
- **Design for presenting, not reading.** Slides support the conversation — they don't replace it. Minimal text, strong visuals.
|
|
78
|
+
|
|
79
|
+
### Customization by Buyer Type
|
|
80
|
+
|
|
81
|
+
| Buyer | Emphasize | De-emphasize |
|
|
82
|
+
|-------|-----------|--------------|
|
|
83
|
+
| Technical buyer | Architecture, security, integrations, API | ROI calculations, business metrics |
|
|
84
|
+
| Economic buyer | ROI, payback period, total cost, risk | Technical details, implementation specifics |
|
|
85
|
+
| Champion | Internal selling points, quick wins, peer proof | Deep technical or financial detail |
|
|
86
|
+
|
|
87
|
+
**For full slide-by-slide guidance**: See [references/deck-frameworks.md](references/deck-frameworks.md)
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## One-Pagers / Leave-Behinds
|
|
92
|
+
|
|
93
|
+
### When to Use
|
|
94
|
+
|
|
95
|
+
- **Post-meeting recap** — Reinforce what you discussed, keep momentum
|
|
96
|
+
- **Champion internal selling** — Arm your champion to sell for you
|
|
97
|
+
- **Trade show handout** — Quick intro that drives follow-up
|
|
98
|
+
|
|
99
|
+
### Structure
|
|
100
|
+
|
|
101
|
+
1. **Problem statement** — The pain in one sentence
|
|
102
|
+
2. **Your solution** — What you do and how
|
|
103
|
+
3. **3 differentiators** — Why you vs. alternatives
|
|
104
|
+
4. **Proof point** — One strong metric or customer quote
|
|
105
|
+
5. **CTA** — Clear next step with contact info
|
|
106
|
+
|
|
107
|
+
### Design Principles
|
|
108
|
+
|
|
109
|
+
- One page, literally. Front only, or front and back maximum.
|
|
110
|
+
- Scannable in 30 seconds. Bold headers, short bullets, whitespace.
|
|
111
|
+
- Include your logo, website, and a specific contact (not info@).
|
|
112
|
+
- Match your brand but keep it clean — this is a sales tool, not a brand piece.
|
|
113
|
+
|
|
114
|
+
**For templates by use case**: See [references/one-pager-templates.md](references/one-pager-templates.md)
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Objection Handling Docs
|
|
119
|
+
|
|
120
|
+
### Objection Categories
|
|
121
|
+
|
|
122
|
+
| Category | Examples |
|
|
123
|
+
|----------|----------|
|
|
124
|
+
| Price | "Too expensive," "No budget this quarter," "Competitor is cheaper" |
|
|
125
|
+
| Timing | "Not the right time," "Maybe next quarter," "Too busy to implement" |
|
|
126
|
+
| Competition | "We already use X," "What makes you different?" |
|
|
127
|
+
| Authority | "I need to check with my boss," "The committee decides" |
|
|
128
|
+
| Status quo | "What we have works fine," "Not broken, don't fix it" |
|
|
129
|
+
| Technical | "Does it integrate with X?," "Security concerns," "Can it scale?" |
|
|
130
|
+
|
|
131
|
+
### Response Framework
|
|
132
|
+
|
|
133
|
+
For each objection, document:
|
|
134
|
+
|
|
135
|
+
1. **Objection statement** — Exactly how reps hear it
|
|
136
|
+
2. **Why they say it** — The real concern behind the words
|
|
137
|
+
3. **Response approach** — How to acknowledge and redirect
|
|
138
|
+
4. **Proof point** — Specific evidence that addresses the concern
|
|
139
|
+
5. **Follow-up question** — Keep the conversation moving forward
|
|
140
|
+
|
|
141
|
+
### Two Formats
|
|
142
|
+
|
|
143
|
+
- **Quick-reference table** for live calls — objection, one-line response, proof point. Fits on one screen.
|
|
144
|
+
- **Detailed doc** for prep and training — full context, talk tracks, role-play scenarios.
|
|
145
|
+
|
|
146
|
+
**For the full objection library**: See [references/objection-library.md](references/objection-library.md)
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## ROI Calculators & Value Props
|
|
151
|
+
|
|
152
|
+
### Calculator Design
|
|
153
|
+
|
|
154
|
+
**Inputs** (current state metrics the prospect provides):
|
|
155
|
+
- Time spent on manual processes
|
|
156
|
+
- Current tool costs
|
|
157
|
+
- Error rates or inefficiency metrics
|
|
158
|
+
- Team size
|
|
159
|
+
|
|
160
|
+
**Calculations** (your formula for value):
|
|
161
|
+
- Time saved per week/month/year
|
|
162
|
+
- Cost reduction (tools, headcount, errors)
|
|
163
|
+
- Revenue impact (faster deals, higher conversion)
|
|
164
|
+
|
|
165
|
+
**Outputs** (what the prospect sees):
|
|
166
|
+
- Annual ROI percentage
|
|
167
|
+
- Payback period in months
|
|
168
|
+
- Total 3-year value
|
|
169
|
+
|
|
170
|
+
### Value Prop by Persona
|
|
171
|
+
|
|
172
|
+
| Persona | Cares About | Lead With |
|
|
173
|
+
|---------|-------------|-----------|
|
|
174
|
+
| CTO / VP Eng | Architecture, scale, security, team velocity | Technical superiority, integration depth |
|
|
175
|
+
| VP Sales | Pipeline, quota attainment, rep productivity | Revenue impact, time savings per rep |
|
|
176
|
+
| CFO | Total cost, payback period, risk | ROI, cost reduction, financial predictability |
|
|
177
|
+
| End user | Ease of use, daily workflow, learning curve | Time saved, frustration eliminated |
|
|
178
|
+
|
|
179
|
+
### Implementation Options
|
|
180
|
+
|
|
181
|
+
- **Spreadsheet** — Fastest to build, easy to customize per deal. Works for inside sales.
|
|
182
|
+
- **Web tool** — More polished, captures leads, scales better. Worth building if deal volume is high.
|
|
183
|
+
- **Slide-based** — ROI story embedded in the deck. Good for executive presentations.
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Demo Scripts & Talk Tracks
|
|
188
|
+
|
|
189
|
+
### Script Structure
|
|
190
|
+
|
|
191
|
+
1. **Opening** (2 min) — Context setting, agenda, confirm goals for the call
|
|
192
|
+
2. **Discovery recap** (3 min) — Summarize what you learned, confirm priorities
|
|
193
|
+
3. **Solution walkthrough** (15-20 min) — 3-4 key workflows mapped to their pain
|
|
194
|
+
4. **Interaction points** — Questions to ask during the demo, not just at the end
|
|
195
|
+
5. **Close** (5 min) — Summarize value, propose next steps with timeline
|
|
196
|
+
|
|
197
|
+
### Talk Track Types
|
|
198
|
+
|
|
199
|
+
| Type | Duration | Focus |
|
|
200
|
+
|------|----------|-------|
|
|
201
|
+
| Discovery call | 30 min | Qualify, understand pain, map buying process |
|
|
202
|
+
| First demo | 30-45 min | Show 3-4 workflows tied to their pain |
|
|
203
|
+
| Technical deep-dive | 45-60 min | Architecture, security, integrations, API |
|
|
204
|
+
| Executive overview | 20-30 min | Business outcomes, ROI, strategic alignment |
|
|
205
|
+
|
|
206
|
+
### Key Principles
|
|
207
|
+
|
|
208
|
+
- **Demo after discovery, not before.** If you don't know their pain, you're guessing which features matter.
|
|
209
|
+
- **Customize to their use case.** Use their terminology, their data (if possible), their workflow.
|
|
210
|
+
- **Leave time for questions.** A demo where the prospect doesn't talk is a demo that doesn't close.
|
|
211
|
+
|
|
212
|
+
**For full script templates**: See [references/demo-scripts.md](references/demo-scripts.md)
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## Case Study Briefs (Sales Format)
|
|
217
|
+
|
|
218
|
+
### How Sales Case Studies Differ
|
|
219
|
+
|
|
220
|
+
Marketing case studies tell a story. Sales case studies arm reps with fast-access proof. Keep them short, outcome-focused, and tagged for retrieval.
|
|
221
|
+
|
|
222
|
+
### Structure
|
|
223
|
+
|
|
224
|
+
1. **Customer profile** — Industry, company size, buyer role
|
|
225
|
+
2. **Challenge** — What they were struggling with (2-3 sentences)
|
|
226
|
+
3. **Solution** — What they implemented (1-2 sentences)
|
|
227
|
+
4. **Results** — 3 specific metrics (before/after)
|
|
228
|
+
5. **Pull quote** — One sentence from the customer
|
|
229
|
+
6. **Tags** — Industry, use case, company size, persona
|
|
230
|
+
|
|
231
|
+
### Organization
|
|
232
|
+
|
|
233
|
+
Organize case studies so reps can find the right one instantly:
|
|
234
|
+
- **By industry** — "Show me a case study for healthcare"
|
|
235
|
+
- **By use case** — "Show me someone who used us for X"
|
|
236
|
+
- **By company size** — "Show me an enterprise example"
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## Proposal Templates
|
|
241
|
+
|
|
242
|
+
### Structure
|
|
243
|
+
|
|
244
|
+
1. **Executive summary** — Their challenge, your solution, expected outcome (1 page max)
|
|
245
|
+
2. **Proposed solution** — What you'll deliver, mapped to their requirements
|
|
246
|
+
3. **Implementation plan** — Timeline, milestones, responsibilities
|
|
247
|
+
4. **Investment** — Pricing, payment terms, what's included
|
|
248
|
+
5. **Next steps** — How to move forward, decision timeline
|
|
249
|
+
|
|
250
|
+
### Customization Guidance
|
|
251
|
+
|
|
252
|
+
- Mirror their language from discovery calls
|
|
253
|
+
- Reference specific pain points they mentioned
|
|
254
|
+
- Include only relevant case studies (same industry or use case)
|
|
255
|
+
- Name the stakeholders you've spoken with
|
|
256
|
+
|
|
257
|
+
### Common Mistakes
|
|
258
|
+
|
|
259
|
+
- **Too long** — If it's over 10 pages, it won't get read. Aim for 5-7.
|
|
260
|
+
- **Too generic** — Templated proposals signal low effort. Customize the exec summary at minimum.
|
|
261
|
+
- **Burying the price** — Don't make them hunt for it. Be transparent and confident.
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
## Sales Playbooks
|
|
266
|
+
|
|
267
|
+
### What Goes in a Playbook
|
|
268
|
+
|
|
269
|
+
- **Buyer profile** — Who you're selling to, their goals and pains
|
|
270
|
+
- **Qualification criteria** — BANT, MEDDIC, or your framework
|
|
271
|
+
- **Discovery questions** — Organized by topic, not a script
|
|
272
|
+
- **Objection handling** — Top 10 objections with responses
|
|
273
|
+
- **Competitive positioning** — How you win against each competitor
|
|
274
|
+
- **Demo flow** — Recommended sequence for each persona
|
|
275
|
+
- **Email templates** — Follow-up, proposal, check-in, breakup
|
|
276
|
+
|
|
277
|
+
### When to Build
|
|
278
|
+
|
|
279
|
+
- **New product launch** — Reps need a single source of truth
|
|
280
|
+
- **New market segment** — Different buyers need different approaches
|
|
281
|
+
- **New hire ramp** — Playbooks cut ramp time significantly
|
|
282
|
+
|
|
283
|
+
### Keeping It Living
|
|
284
|
+
|
|
285
|
+
Playbooks die when they're not updated. Review quarterly, get input from top reps, and remove anything outdated. Assign an owner — if nobody owns it, it rots.
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## Buyer Persona Cards
|
|
290
|
+
|
|
291
|
+
### Card Structure
|
|
292
|
+
|
|
293
|
+
| Field | Description |
|
|
294
|
+
|-------|-------------|
|
|
295
|
+
| Role / title | Common titles and reporting structure |
|
|
296
|
+
| Goals | What success looks like for them |
|
|
297
|
+
| Pains | What frustrates them daily |
|
|
298
|
+
| Top objections | The 3-5 objections you'll hear from this role |
|
|
299
|
+
| Evaluation criteria | How they judge solutions |
|
|
300
|
+
| Buying process | Their role in the decision, who they influence |
|
|
301
|
+
| Messaging angle | The one sentence that resonates most |
|
|
302
|
+
|
|
303
|
+
### Persona Types
|
|
304
|
+
|
|
305
|
+
- **Economic buyer** — Signs the check. Cares about ROI and risk.
|
|
306
|
+
- **Technical buyer** — Evaluates the product. Cares about capabilities and integration.
|
|
307
|
+
- **End user** — Uses it daily. Cares about ease and workflow fit.
|
|
308
|
+
- **Champion** — Advocates internally. Needs ammunition to sell for you.
|
|
309
|
+
- **Blocker** — Opposes the purchase. Understand their concern to neutralize it.
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
## Output Format
|
|
314
|
+
|
|
315
|
+
Deliver the right format for each asset type:
|
|
316
|
+
|
|
317
|
+
| Asset | Deliverable |
|
|
318
|
+
|-------|-------------|
|
|
319
|
+
| Sales deck | Slide-by-slide outline with headline, body copy, and speaker notes |
|
|
320
|
+
| One-pager | Full copy with layout guidance (visual hierarchy, sections) |
|
|
321
|
+
| Objection doc | Table format: objection, response, proof point, follow-up |
|
|
322
|
+
| Demo script | Scene-by-scene with timing, talk track, and interaction points |
|
|
323
|
+
| ROI calculator | Input fields, formulas, output display with sample data |
|
|
324
|
+
| Playbook | Structured document with table of contents and sections |
|
|
325
|
+
| Persona card | One-page card format per persona |
|
|
326
|
+
| Proposal | Section-by-section copy with customization notes |
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
## Task-Specific Questions
|
|
331
|
+
|
|
332
|
+
If context is missing, ask:
|
|
333
|
+
|
|
334
|
+
1. What collateral do you need? (deck, one-pager, objection doc, etc.)
|
|
335
|
+
2. Who will use it? (AE, SDR, champion, prospect)
|
|
336
|
+
3. What sales stage is it for? (prospecting, discovery, demo, negotiation, close)
|
|
337
|
+
4. Who is the target persona? (title, seniority, department)
|
|
338
|
+
5. What are the top 3 objections you hear most?
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
## Related Skills
|
|
343
|
+
|
|
344
|
+
- **competitor-alternatives**: For public-facing comparison and alternative pages
|
|
345
|
+
- **copywriting**: For marketing website copy
|
|
346
|
+
- **cold-email**: For outbound prospecting emails
|
|
347
|
+
- **revops**: For lead lifecycle, scoring, routing, and pipeline management
|
|
348
|
+
- **pricing-strategy**: For pricing decisions and packaging
|
|
349
|
+
- **`/product` or `PRODUCT.md`**: For foundational positioning, messaging, and canonical brand context
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "sales-enablement",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Help me create a sales deck for our B2B SaaS product. We sell an employee engagement platform to HR directors at companies with 500-5000 employees. Our main differentiator is real-time pulse surveys with AI-powered insights.",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should apply the 10-12 slide sales deck framework: Title, Problem/Stakes, Current Solutions Failing, Vision, Product/Solution, How It Works, Proof (case studies/metrics), Pricing, Why Now, and Next Steps. Should tailor the deck to the HR director audience and employee engagement space. Should incorporate the differentiator (real-time pulse surveys + AI insights). Should provide slide-by-slide content recommendations with speaker notes. Should recommend visual direction.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Applies 10-12 slide framework",
|
|
11
|
+
"Includes Problem, Solution, Proof, Pricing, Next Steps slides",
|
|
12
|
+
"Tailors to HR director audience",
|
|
13
|
+
"Incorporates stated differentiator",
|
|
14
|
+
"Provides slide-by-slide content",
|
|
15
|
+
"Includes speaker notes or talking points"
|
|
16
|
+
],
|
|
17
|
+
"files": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"prompt": "Our sales team keeps getting the same objections. The top ones are: 'we already use SurveyMonkey,' 'we don't have budget right now,' and 'our team is too small to need this.' Help me create an objection handling doc.",
|
|
22
|
+
"expected_output": "Should apply the objection handling framework with the response structure for each objection. Should categorize the objections (competitor/status quo, budget, need/timing). For each objection, should provide: acknowledge, reframe, evidence/proof, bridge to value, and follow-up question. Should provide 2-3 response variations per objection for different contexts. Should organize as a document sales reps can reference quickly during calls.",
|
|
23
|
+
"assertions": [
|
|
24
|
+
"Applies objection handling framework",
|
|
25
|
+
"Categorizes the three objections",
|
|
26
|
+
"Provides structured response for each (acknowledge, reframe, evidence, bridge)",
|
|
27
|
+
"Provides 2-3 response variations per objection",
|
|
28
|
+
"Organizes for quick reference during calls",
|
|
29
|
+
"Categorizes objections using the skill's framework (competitor, budget, need/timing)"
|
|
30
|
+
],
|
|
31
|
+
"files": []
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 3,
|
|
35
|
+
"prompt": "i need a one-pager we can leave behind after sales meetings. something that summarizes our product and key benefits.",
|
|
36
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the one-pager/leave-behind framework. Should include: headline with core value proposition, key benefits (3-5), social proof (customer logos, key metric), how it works (simplified), pricing summary or 'starting at' range, and clear next step CTA. Should recommend design principles for a one-pager: scannable, visual hierarchy, not text-heavy. Should note this should fit on one page (front, or front and back).",
|
|
37
|
+
"assertions": [
|
|
38
|
+
"Triggers on casual phrasing",
|
|
39
|
+
"Applies one-pager/leave-behind framework",
|
|
40
|
+
"Includes headline, benefits, social proof, how it works, CTA",
|
|
41
|
+
"Keeps to one page format",
|
|
42
|
+
"Recommends scannable design",
|
|
43
|
+
"Provides specific content for each section"
|
|
44
|
+
],
|
|
45
|
+
"files": []
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": 4,
|
|
49
|
+
"prompt": "Create a demo script for our analytics dashboard product. Typical demo is 30 minutes with a VP of Marketing.",
|
|
50
|
+
"expected_output": "Should apply the demo script/talk track framework with the 5-part structure. Should include: opening (rapport, agenda setting, discovery questions), problem validation (confirm their pain), solution walkthrough (show product addressing their pain), proof points (metrics, case studies during demo), and close (next steps, timeline). Should time-box each section for 30 minutes. Should include key questions to ask during discovery. Should note when to customize based on prospect's answers.",
|
|
51
|
+
"assertions": [
|
|
52
|
+
"Applies 5-part demo script structure",
|
|
53
|
+
"Includes opening with discovery questions",
|
|
54
|
+
"Includes problem validation",
|
|
55
|
+
"Includes solution walkthrough",
|
|
56
|
+
"Includes proof points",
|
|
57
|
+
"Includes close with next steps",
|
|
58
|
+
"Time-boxes for 30 minutes",
|
|
59
|
+
"Notes customization based on prospect responses"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "Help me build an ROI calculator we can use during sales calls. We need to show prospects how much money they'll save by switching to our product.",
|
|
66
|
+
"expected_output": "Should apply the ROI calculator framework. Should define inputs (what data to collect from the prospect: team size, current costs, time spent on manual processes), calculation methodology (how to compute savings), and output format (visual showing ROI timeline, payback period, annual savings). Should recommend keeping calculations transparent and conservative. Should suggest validating assumptions during the sales call. Should provide the calculator structure and formula logic.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Applies ROI calculator framework",
|
|
69
|
+
"Defines required inputs",
|
|
70
|
+
"Provides calculation methodology",
|
|
71
|
+
"Recommends conservative assumptions",
|
|
72
|
+
"Includes ROI timeline and payback period",
|
|
73
|
+
"Suggests validating assumptions during calls",
|
|
74
|
+
"Provides calculator structure"
|
|
75
|
+
],
|
|
76
|
+
"files": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 6,
|
|
80
|
+
"prompt": "We need a public comparison page showing how we stack up against Zendesk and Intercom.",
|
|
81
|
+
"expected_output": "Should recognize this is a public-facing competitor comparison page, not internal sales collateral. Should defer to or cross-reference the competitor-alternatives skill, which handles public comparison and alternatives pages. Sales-enablement covers internal materials (battle cards, objection handling) while competitor-alternatives handles SEO-focused public comparison content.",
|
|
82
|
+
"assertions": [
|
|
83
|
+
"Recognizes this as a public comparison page",
|
|
84
|
+
"References or defers to competitor-alternatives skill",
|
|
85
|
+
"Explains the distinction between internal and public collateral",
|
|
86
|
+
"Does not attempt public SEO comparison page using sales enablement patterns"
|
|
87
|
+
],
|
|
88
|
+
"files": []
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|