@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,263 @@
|
|
|
1
|
+
# Sales Deck Frameworks
|
|
2
|
+
|
|
3
|
+
Detailed slide-by-slide guidance for building sales decks that tell a story and close deals.
|
|
4
|
+
|
|
5
|
+
## The Storytelling Arc
|
|
6
|
+
|
|
7
|
+
Every great deck follows a narrative structure: **Situation → Complication → Resolution.**
|
|
8
|
+
|
|
9
|
+
- **Situation** (Slides 1-3): The world your buyer lives in. Establish shared understanding.
|
|
10
|
+
- **Complication** (Slides 2-3): Why the status quo is no longer sustainable. Create urgency.
|
|
11
|
+
- **Resolution** (Slides 4-11): Your approach, proof, and path forward.
|
|
12
|
+
|
|
13
|
+
The goal is not to present features. The goal is to make the buyer feel understood, then show them a better way.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Slide-by-Slide Template
|
|
18
|
+
|
|
19
|
+
### Slide 1: Current World Problem
|
|
20
|
+
|
|
21
|
+
**What to include:**
|
|
22
|
+
- The challenge your buyer faces daily
|
|
23
|
+
- A stat or data point that quantifies the problem
|
|
24
|
+
- Visual: simple graphic or striking number
|
|
25
|
+
|
|
26
|
+
**What to avoid:**
|
|
27
|
+
- Starting with your company or product
|
|
28
|
+
- Generic industry trends that don't connect to pain
|
|
29
|
+
- More than one core problem
|
|
30
|
+
|
|
31
|
+
**Copy prompt:** "What is the one problem that, if you could describe it perfectly, would make your buyer say 'that's exactly my situation'?"
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
### Slide 2: Cost of the Problem
|
|
36
|
+
|
|
37
|
+
**What to include:**
|
|
38
|
+
- Financial impact (revenue lost, costs incurred)
|
|
39
|
+
- Time impact (hours wasted, delays)
|
|
40
|
+
- Risk impact (what happens if they do nothing)
|
|
41
|
+
- Specific numbers wherever possible
|
|
42
|
+
|
|
43
|
+
**What to avoid:**
|
|
44
|
+
- Vague claims without data
|
|
45
|
+
- Fear-mongering without substance
|
|
46
|
+
- Too many metrics (pick 2-3 that hit hardest)
|
|
47
|
+
|
|
48
|
+
**Copy prompt:** "If your buyer does nothing for the next 12 months, what does it cost them?"
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### Slide 3: The Shift Happening
|
|
53
|
+
|
|
54
|
+
**What to include:**
|
|
55
|
+
- Market trend or technology change creating a new opportunity
|
|
56
|
+
- Why "the old way" no longer works
|
|
57
|
+
- Why now is the right time to act
|
|
58
|
+
|
|
59
|
+
**What to avoid:**
|
|
60
|
+
- Hype-driven trends without substance
|
|
61
|
+
- Making it about your product yet
|
|
62
|
+
- Overly technical explanations
|
|
63
|
+
|
|
64
|
+
**Copy prompt:** "What has changed in the market that makes the old approach unsustainable?"
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
### Slide 4: Your Approach
|
|
69
|
+
|
|
70
|
+
**What to include:**
|
|
71
|
+
- Your philosophy or unique point of view
|
|
72
|
+
- How your approach differs from conventional solutions
|
|
73
|
+
- The "aha" insight that led to your product
|
|
74
|
+
|
|
75
|
+
**What to avoid:**
|
|
76
|
+
- Feature lists (too early)
|
|
77
|
+
- Jargon or acronyms
|
|
78
|
+
- Claiming to be "the only" or "the first" unless provably true
|
|
79
|
+
|
|
80
|
+
**Copy prompt:** "What do you believe about solving this problem that most people get wrong?"
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
### Slide 5: Product Walkthrough
|
|
85
|
+
|
|
86
|
+
**What to include:**
|
|
87
|
+
- 3-4 key workflows that map to the pain from Slide 1
|
|
88
|
+
- Screenshots or product visuals
|
|
89
|
+
- Brief description of what each workflow accomplishes
|
|
90
|
+
|
|
91
|
+
**What to avoid:**
|
|
92
|
+
- Showing every feature
|
|
93
|
+
- Dense UI screenshots without callouts
|
|
94
|
+
- Talking about technology instead of outcomes
|
|
95
|
+
|
|
96
|
+
**Copy prompt:** "Walk through 3 things the buyer would do in your product in their first week."
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
### Slide 6: Proof Points
|
|
101
|
+
|
|
102
|
+
**What to include:**
|
|
103
|
+
- Customer logos (aim for recognizable names in their industry)
|
|
104
|
+
- Key metrics: "X% improvement," "Y hours saved," "Z% increase"
|
|
105
|
+
- Analyst recognition, awards, or certifications if relevant
|
|
106
|
+
|
|
107
|
+
**What to avoid:**
|
|
108
|
+
- Unsubstantiated claims
|
|
109
|
+
- Too many logos without context
|
|
110
|
+
- Vanity metrics that don't relate to the buyer's pain
|
|
111
|
+
|
|
112
|
+
**Copy prompt:** "What are 3 numbers that prove your product works?"
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
### Slide 7: Case Study
|
|
117
|
+
|
|
118
|
+
**What to include:**
|
|
119
|
+
- One customer story told well: challenge, solution, results
|
|
120
|
+
- Specific metrics (before and after)
|
|
121
|
+
- Customer quote if available
|
|
122
|
+
- Choose a customer similar to the prospect
|
|
123
|
+
|
|
124
|
+
**What to avoid:**
|
|
125
|
+
- Multiple case studies crammed into one slide
|
|
126
|
+
- Generic outcomes without specifics
|
|
127
|
+
- Customers from irrelevant industries
|
|
128
|
+
|
|
129
|
+
**Copy prompt:** "Tell the story of one customer who went from struggling to succeeding with your product."
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
### Slide 8: Implementation / Timeline
|
|
134
|
+
|
|
135
|
+
**What to include:**
|
|
136
|
+
- Clear phases with timeline (e.g., Week 1: Setup, Week 2-3: Integration, Week 4: Live)
|
|
137
|
+
- What's required from their side vs. yours
|
|
138
|
+
- Support resources available
|
|
139
|
+
|
|
140
|
+
**What to avoid:**
|
|
141
|
+
- Overcomplicating the process
|
|
142
|
+
- Hiding time requirements
|
|
143
|
+
- Skipping the "what do I need to do?" question
|
|
144
|
+
|
|
145
|
+
**Copy prompt:** "How does a customer get from signing to live? What does each week look like?"
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
### Slide 9: ROI / Value
|
|
150
|
+
|
|
151
|
+
**What to include:**
|
|
152
|
+
- Expected return based on their inputs or industry benchmarks
|
|
153
|
+
- Payback period
|
|
154
|
+
- Total value over 1-3 years
|
|
155
|
+
- Comparison to cost of inaction
|
|
156
|
+
|
|
157
|
+
**What to avoid:**
|
|
158
|
+
- Unrealistic projections
|
|
159
|
+
- ROI without showing your math
|
|
160
|
+
- Generic numbers not tied to their situation
|
|
161
|
+
|
|
162
|
+
**Copy prompt:** "If they buy today, what does the next 12 months look like in dollars and hours?"
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
### Slide 10: Pricing Overview
|
|
167
|
+
|
|
168
|
+
**What to include:**
|
|
169
|
+
- Pricing tiers or structure
|
|
170
|
+
- What's included at each level
|
|
171
|
+
- Recommended plan for their situation
|
|
172
|
+
|
|
173
|
+
**What to avoid:**
|
|
174
|
+
- Burying the price or being cagey
|
|
175
|
+
- Too many options (3 tiers max)
|
|
176
|
+
- Surprising them with hidden costs
|
|
177
|
+
|
|
178
|
+
**Copy prompt:** "What does it cost, what do they get, and which plan is right for them?"
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
### Slide 11: Next Steps / CTA
|
|
183
|
+
|
|
184
|
+
**What to include:**
|
|
185
|
+
- Specific next action with timeline ("Start a pilot next week")
|
|
186
|
+
- What happens after they say yes
|
|
187
|
+
- Your contact information
|
|
188
|
+
|
|
189
|
+
**What to avoid:**
|
|
190
|
+
- Vague CTAs ("Let's stay in touch")
|
|
191
|
+
- Multiple competing next steps
|
|
192
|
+
- Ending without energy
|
|
193
|
+
|
|
194
|
+
**Copy prompt:** "What is the one thing you want them to do after this meeting?"
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Persona Customization Guide
|
|
199
|
+
|
|
200
|
+
### Technical Buyer Deck
|
|
201
|
+
|
|
202
|
+
**Add:**
|
|
203
|
+
- Architecture diagram slide after Product Walkthrough
|
|
204
|
+
- Security and compliance details
|
|
205
|
+
- Integration ecosystem and API capabilities
|
|
206
|
+
- Technical implementation requirements
|
|
207
|
+
|
|
208
|
+
**Remove or minimize:**
|
|
209
|
+
- ROI calculations (they care about capability, not cost)
|
|
210
|
+
- High-level market trends (they want specifics)
|
|
211
|
+
|
|
212
|
+
**Adjust tone:** Precise, no fluff, respect their expertise. Avoid marketing superlatives.
|
|
213
|
+
|
|
214
|
+
### Economic Buyer Deck
|
|
215
|
+
|
|
216
|
+
**Add:**
|
|
217
|
+
- Detailed ROI slide with calculations shown
|
|
218
|
+
- Total cost of ownership comparison
|
|
219
|
+
- Risk mitigation and compliance
|
|
220
|
+
- Executive summary slide up front
|
|
221
|
+
|
|
222
|
+
**Remove or minimize:**
|
|
223
|
+
- Technical details and architecture
|
|
224
|
+
- Feature-level walkthroughs
|
|
225
|
+
- Implementation specifics (they'll delegate)
|
|
226
|
+
|
|
227
|
+
**Adjust tone:** Business-focused, outcome-driven. Speak in dollars and percentages.
|
|
228
|
+
|
|
229
|
+
### Champion Deck
|
|
230
|
+
|
|
231
|
+
**Add:**
|
|
232
|
+
- "Internal selling" slide — key points for them to present to their team
|
|
233
|
+
- Quick-win slide — what success looks like in 30 days
|
|
234
|
+
- Peer proof — companies like theirs who succeeded
|
|
235
|
+
- Objection pre-handling — common pushback they'll face internally
|
|
236
|
+
|
|
237
|
+
**Remove or minimize:**
|
|
238
|
+
- Deep technical or financial detail
|
|
239
|
+
- Anything that requires context they can't relay
|
|
240
|
+
|
|
241
|
+
**Adjust tone:** Empowering, equipping. Make them look smart to their boss.
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## Anti-Patterns
|
|
246
|
+
|
|
247
|
+
### The Feature Dump
|
|
248
|
+
Every slide is a feature with a screenshot. No story, no "so what," no connection to the buyer's world. Reps click through it; prospects tune out.
|
|
249
|
+
|
|
250
|
+
### The Wall of Text
|
|
251
|
+
Slides with 200+ words. Nobody reads them during a presentation. If the slide requires reading, it belongs in a leave-behind.
|
|
252
|
+
|
|
253
|
+
### The Missing Story Arc
|
|
254
|
+
Slides exist in isolation — no narrative flow from problem to solution to proof. The deck feels like a brochure, not a conversation.
|
|
255
|
+
|
|
256
|
+
### The Generic Screenshot
|
|
257
|
+
Product screenshots without callouts, annotations, or context. The prospect can't tell what they're looking at or why it matters.
|
|
258
|
+
|
|
259
|
+
### The Premature Demo
|
|
260
|
+
Jumping to product features before establishing the problem. The buyer has no frame of reference for why your features matter.
|
|
261
|
+
|
|
262
|
+
### The Kitchen Sink
|
|
263
|
+
Trying to address every persona, every use case, every feature in one deck. The result is a 40-slide monster that nobody wants to sit through.
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
# Demo Script Templates
|
|
2
|
+
|
|
3
|
+
Scene-by-scene templates for different call types, with timing, talk tracks, and interaction guidance.
|
|
4
|
+
|
|
5
|
+
## Discovery Call Script
|
|
6
|
+
|
|
7
|
+
**Duration:** 30 minutes
|
|
8
|
+
**Goal:** Qualify the opportunity, understand pain, map the buying process.
|
|
9
|
+
|
|
10
|
+
### Scene 1: Opening (3 min)
|
|
11
|
+
|
|
12
|
+
**Talk track:**
|
|
13
|
+
> "Thanks for taking the time, [Name]. I've done some research on [Company] but I'd love to hear from you directly. My goal for today is to understand what you're working on and see if there's a fit — and if there's not, I'll tell you that too. Sound good?"
|
|
14
|
+
|
|
15
|
+
**What to establish:**
|
|
16
|
+
- Set the agenda and time expectation
|
|
17
|
+
- Position yourself as a peer, not a pitch person
|
|
18
|
+
- Get permission to ask questions
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
### Scene 2: Situation Questions (7 min)
|
|
23
|
+
|
|
24
|
+
**Questions to ask:**
|
|
25
|
+
- "Can you walk me through how your team handles [relevant process] today?"
|
|
26
|
+
- "What tools are you currently using for this?"
|
|
27
|
+
- "How many people are involved in this workflow?"
|
|
28
|
+
- "How long has this been in place?"
|
|
29
|
+
|
|
30
|
+
**What you're listening for:**
|
|
31
|
+
- Current process and tools
|
|
32
|
+
- Team size and structure
|
|
33
|
+
- How established (and how entrenched) the current approach is
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
### Scene 3: Pain Identification (10 min)
|
|
38
|
+
|
|
39
|
+
**Questions to ask:**
|
|
40
|
+
- "What's the biggest challenge with that process today?"
|
|
41
|
+
- "When that breaks down, what happens?"
|
|
42
|
+
- "How much time does your team spend on [specific task] per week?"
|
|
43
|
+
- "What have you tried to fix this?"
|
|
44
|
+
- "If you could wave a magic wand, what would change?"
|
|
45
|
+
|
|
46
|
+
**What you're listening for:**
|
|
47
|
+
- Specific, quantifiable pain points
|
|
48
|
+
- Emotional frustration (not just logical problems)
|
|
49
|
+
- Failed attempts to solve this (shows urgency)
|
|
50
|
+
- The "magic wand" answer reveals their ideal state
|
|
51
|
+
|
|
52
|
+
**Interaction tip:** Take notes visibly. Repeat back what you hear: "So if I understand correctly, the biggest issue is [X], which costs you about [Y] per month. Is that right?"
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
### Scene 4: Impact & Priority (5 min)
|
|
57
|
+
|
|
58
|
+
**Questions to ask:**
|
|
59
|
+
- "Where does solving this sit on your priority list this quarter?"
|
|
60
|
+
- "What happens if you don't solve this in the next 6 months?"
|
|
61
|
+
- "Who else is affected by this problem?"
|
|
62
|
+
- "Is there budget allocated for solving this?"
|
|
63
|
+
|
|
64
|
+
**What you're listening for:**
|
|
65
|
+
- Priority level (nice-to-have vs. must-solve)
|
|
66
|
+
- Urgency and consequences of inaction
|
|
67
|
+
- Organizational breadth of the problem
|
|
68
|
+
- Budget signals
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
### Scene 5: Buying Process (3 min)
|
|
73
|
+
|
|
74
|
+
**Questions to ask:**
|
|
75
|
+
- "If you decided this was the right solution, what does the evaluation process look like?"
|
|
76
|
+
- "Who else would be involved in the decision?"
|
|
77
|
+
- "Have you evaluated solutions for this before?"
|
|
78
|
+
- "What's your timeline for making a decision?"
|
|
79
|
+
|
|
80
|
+
**What you're listening for:**
|
|
81
|
+
- Decision-making process and stakeholders
|
|
82
|
+
- Past evaluation experience (and why they didn't buy)
|
|
83
|
+
- Timeline for decision
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
### Scene 6: Close (2 min)
|
|
88
|
+
|
|
89
|
+
**Talk track:**
|
|
90
|
+
> "Based on what you've shared, I think there's a strong fit — specifically around [pain point 1] and [pain point 2]. What I'd suggest as a next step is a 30-minute demo where I can show you exactly how we'd address those. I'll customize it to your workflow. Does [specific date/time] work?"
|
|
91
|
+
|
|
92
|
+
**What to do:**
|
|
93
|
+
- Summarize the 2-3 key pain points
|
|
94
|
+
- Propose a specific next step with a date
|
|
95
|
+
- Send a calendar invite before you hang up
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## First Demo Script
|
|
100
|
+
|
|
101
|
+
**Duration:** 30-45 minutes
|
|
102
|
+
**Goal:** Show how your product solves their specific pain. Advance to evaluation/pilot.
|
|
103
|
+
|
|
104
|
+
### Scene 1: Opening & Recap (5 min)
|
|
105
|
+
|
|
106
|
+
**Talk track:**
|
|
107
|
+
> "Last time we spoke, you mentioned [pain point 1], [pain point 2], and [goal]. I've put together a demo focused on those three areas. If I've missed anything, flag it and we'll adjust. Sound good?"
|
|
108
|
+
|
|
109
|
+
**What to do:**
|
|
110
|
+
- Recap discovery findings to show you listened
|
|
111
|
+
- Confirm priorities haven't changed
|
|
112
|
+
- Set expectation for what they'll see
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
### Scene 2: Workflow 1 — Primary Pain Point (10 min)
|
|
117
|
+
|
|
118
|
+
**Structure:**
|
|
119
|
+
1. Restate the pain: "You mentioned [specific problem]..."
|
|
120
|
+
2. Show the solution: Walk through the workflow step by step
|
|
121
|
+
3. Highlight the outcome: "This means [specific benefit]..."
|
|
122
|
+
|
|
123
|
+
**Interaction point (at the 5-min mark):**
|
|
124
|
+
> "How does this compare to how you're handling it today?"
|
|
125
|
+
|
|
126
|
+
**What to avoid:**
|
|
127
|
+
- Showing every feature of this section
|
|
128
|
+
- Getting lost in settings or configuration
|
|
129
|
+
- Talking for more than 3 minutes without asking a question
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
### Scene 3: Workflow 2 — Secondary Pain Point (8 min)
|
|
134
|
+
|
|
135
|
+
**Structure:**
|
|
136
|
+
Same as Workflow 1 — restate pain, show solution, highlight outcome.
|
|
137
|
+
|
|
138
|
+
**Interaction point:**
|
|
139
|
+
> "Is this the kind of visibility your team has been asking for?"
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
### Scene 4: Workflow 3 — Differentiator (7 min)
|
|
144
|
+
|
|
145
|
+
**Structure:**
|
|
146
|
+
Show something they can't do today and can't get from competitors.
|
|
147
|
+
|
|
148
|
+
**Talk track:**
|
|
149
|
+
> "This is where we're really different from [competitor/status quo]. [Explain the unique capability]. For example, [Customer] uses this to [specific outcome]."
|
|
150
|
+
|
|
151
|
+
**Interaction point:**
|
|
152
|
+
> "How would your team use this?"
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
### Scene 5: Proof Point (3 min)
|
|
157
|
+
|
|
158
|
+
**Talk track:**
|
|
159
|
+
> "Let me share a quick example. [Customer similar to them] was in a similar situation — [brief challenge]. After implementing, they saw [specific metrics]. Their [role] said [quote]."
|
|
160
|
+
|
|
161
|
+
**What to do:**
|
|
162
|
+
- Choose a case study that matches their industry, size, or use case
|
|
163
|
+
- Keep it brief — this is reinforcement, not a presentation
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
### Scene 6: Close (5 min)
|
|
168
|
+
|
|
169
|
+
**Talk track:**
|
|
170
|
+
> "Based on what we've covered, here's what I'd recommend as next steps: [specific next step]. This typically takes [timeline]. Who else on your team should be involved? I can set up a [follow-up meeting type] for [date]."
|
|
171
|
+
|
|
172
|
+
**What to do:**
|
|
173
|
+
- Propose a specific next step (not "let me know")
|
|
174
|
+
- Identify additional stakeholders to involve
|
|
175
|
+
- Set a follow-up date before ending the call
|
|
176
|
+
- Send recap email within 2 hours
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Technical Deep-Dive Script
|
|
181
|
+
|
|
182
|
+
**Duration:** 45-60 minutes
|
|
183
|
+
**Goal:** Satisfy technical evaluation criteria. Address architecture, security, and integration concerns.
|
|
184
|
+
|
|
185
|
+
### Scene 1: Opening (3 min)
|
|
186
|
+
|
|
187
|
+
**Talk track:**
|
|
188
|
+
> "I know your goal today is to understand the technical details — architecture, security, integrations, and how this fits your stack. I'll walk through each area and leave plenty of time for questions. What's your top priority for this session?"
|
|
189
|
+
|
|
190
|
+
**Attendees:** Typically includes their technical evaluator (engineer, architect, IT lead) plus your SE or solutions engineer.
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
### Scene 2: Architecture Overview (10 min)
|
|
195
|
+
|
|
196
|
+
**Cover:**
|
|
197
|
+
- High-level architecture diagram
|
|
198
|
+
- Infrastructure and hosting (cloud provider, regions)
|
|
199
|
+
- Data flow and storage
|
|
200
|
+
- Scalability approach
|
|
201
|
+
- Uptime SLA and reliability track record
|
|
202
|
+
|
|
203
|
+
**Interaction point:**
|
|
204
|
+
> "How does this compare to your current infrastructure requirements?"
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
### Scene 3: Security & Compliance (10 min)
|
|
209
|
+
|
|
210
|
+
**Cover:**
|
|
211
|
+
- Certifications (SOC 2, ISO 27001, HIPAA, etc.)
|
|
212
|
+
- Data encryption (at rest, in transit)
|
|
213
|
+
- Access controls and authentication (SSO, RBAC)
|
|
214
|
+
- Audit logging
|
|
215
|
+
- Data residency and privacy (GDPR, CCPA)
|
|
216
|
+
- Penetration testing cadence
|
|
217
|
+
|
|
218
|
+
**Interaction point:**
|
|
219
|
+
> "What are your must-have security requirements? I want to make sure we address them specifically."
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
### Scene 4: Integrations & API (15 min)
|
|
224
|
+
|
|
225
|
+
**Cover:**
|
|
226
|
+
- Native integrations relevant to their stack
|
|
227
|
+
- API capabilities (REST, GraphQL, webhooks)
|
|
228
|
+
- Authentication methods
|
|
229
|
+
- Rate limits and data sync frequency
|
|
230
|
+
- Live demo of relevant integration
|
|
231
|
+
|
|
232
|
+
**Interaction point:**
|
|
233
|
+
> "Walk me through your current stack — I want to map out exactly how we'd fit in."
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
### Scene 5: Implementation & Migration (5 min)
|
|
238
|
+
|
|
239
|
+
**Cover:**
|
|
240
|
+
- Implementation timeline and phases
|
|
241
|
+
- Data migration process
|
|
242
|
+
- Configuration requirements
|
|
243
|
+
- Training and onboarding
|
|
244
|
+
- Ongoing support model
|
|
245
|
+
|
|
246
|
+
**Interaction point:**
|
|
247
|
+
> "What does your team's capacity look like for implementation? That helps me scope the right timeline."
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
### Scene 6: Q&A and Close (10 min)
|
|
252
|
+
|
|
253
|
+
**Talk track:**
|
|
254
|
+
> "What questions do I need to answer for you to feel confident about the technical fit?"
|
|
255
|
+
|
|
256
|
+
**What to do:**
|
|
257
|
+
- Answer directly — if you don't know, say so and follow up
|
|
258
|
+
- Document all questions for follow-up
|
|
259
|
+
- Propose next step (security review, proof of concept, pilot)
|
|
260
|
+
- Send technical documentation summary within 24 hours
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
## Executive Overview Script
|
|
265
|
+
|
|
266
|
+
**Duration:** 20-30 minutes
|
|
267
|
+
**Goal:** Get executive buy-in on the business case. Advance to budget approval or decision.
|
|
268
|
+
|
|
269
|
+
### Scene 1: Opening (2 min)
|
|
270
|
+
|
|
271
|
+
**Talk track:**
|
|
272
|
+
> "Thanks for your time, [Name]. [Champion] has been evaluating [your product] and the results look strong. I'll keep this focused on the business impact and what a partnership looks like. I know your time is valuable so I'll aim to leave 10 minutes for questions."
|
|
273
|
+
|
|
274
|
+
**What to do:**
|
|
275
|
+
- Be concise — executives punish rambling
|
|
276
|
+
- Reference the champion and work done so far
|
|
277
|
+
- Set a clear agenda
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
### Scene 2: The Problem & Cost (5 min)
|
|
282
|
+
|
|
283
|
+
**Talk track:**
|
|
284
|
+
> "Based on what [Champion] shared, your team is spending [X hours/$ amount] on [problem]. That's [annual cost]. It's also creating [secondary impact: risk, delays, churn]. This isn't unique to you — it's an industry-wide challenge, and the companies solving it are seeing [outcome]."
|
|
285
|
+
|
|
286
|
+
**What to do:**
|
|
287
|
+
- Use their numbers, not generic benchmarks
|
|
288
|
+
- Connect to metrics they care about (revenue, cost, risk)
|
|
289
|
+
- Keep it to 2-3 key points
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
### Scene 3: The Solution & Differentiation (5 min)
|
|
294
|
+
|
|
295
|
+
**Talk track:**
|
|
296
|
+
> "Here's what we do differently. [One-sentence explanation]. For your team specifically, this means [specific benefit 1] and [specific benefit 2]. [Champion]'s team has already seen [early result or reaction from evaluation]."
|
|
297
|
+
|
|
298
|
+
**What to do:**
|
|
299
|
+
- High-level, not feature-level
|
|
300
|
+
- Tie to their strategic priorities
|
|
301
|
+
- Reference the champion's evaluation
|
|
302
|
+
|
|
303
|
+
---
|
|
304
|
+
|
|
305
|
+
### Scene 4: ROI & Business Case (5 min)
|
|
306
|
+
|
|
307
|
+
**Talk track:**
|
|
308
|
+
> "Here's the business case. Based on your team's numbers: [walk through ROI calculation]. Expected payback period is [X months]. Over 3 years, the total value is [$ amount]. [Customer similar to them] saw [specific result] within [timeframe]."
|
|
309
|
+
|
|
310
|
+
**What to do:**
|
|
311
|
+
- Show the math, not just the conclusion
|
|
312
|
+
- Use conservative estimates (executives discount inflated numbers)
|
|
313
|
+
- One strong case study, not three weak ones
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
### Scene 5: Q&A and Decision (5-10 min)
|
|
318
|
+
|
|
319
|
+
**Talk track:**
|
|
320
|
+
> "What questions do you have? And — assuming the business case holds up, what does the decision process look like from here?"
|
|
321
|
+
|
|
322
|
+
**What to do:**
|
|
323
|
+
- Listen more than talk
|
|
324
|
+
- Answer concisely
|
|
325
|
+
- Get a clear next step and timeline
|
|
326
|
+
- Thank the champion in front of the executive
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
## Interaction Point Guidance
|
|
331
|
+
|
|
332
|
+
### When to Ask Questions During Demos
|
|
333
|
+
|
|
334
|
+
- **After showing each workflow** — "How does this compare to your current process?"
|
|
335
|
+
- **When you see a reaction** — "I noticed you reacted to that — what are you thinking?"
|
|
336
|
+
- **Before moving to the next section** — "Any questions on this before we move on?"
|
|
337
|
+
- **When showing a differentiator** — "How would your team use this?"
|
|
338
|
+
- **At the midpoint** — "Are we covering the right things, or should we adjust?"
|
|
339
|
+
|
|
340
|
+
### Questions NOT to Ask During Demos
|
|
341
|
+
|
|
342
|
+
- "Does that make sense?" (patronizing)
|
|
343
|
+
- "Are you still with me?" (implies they're lost)
|
|
344
|
+
- "Isn't that cool?" (salesy)
|
|
345
|
+
- Rhetorical questions that don't invite real dialogue
|
|
346
|
+
|
|
347
|
+
### How to Handle "Can You Show Me X?"
|
|
348
|
+
|
|
349
|
+
When a prospect asks to see something during the demo:
|
|
350
|
+
|
|
351
|
+
1. **If it's quick** — show it now, then return to your flow
|
|
352
|
+
2. **If it's a tangent** — "Great question. Let me note that and show you after the main flow so we stay on track."
|
|
353
|
+
3. **If it's not possible** — "We don't do that today. Here's how customers handle it: [alternative]."
|
|
354
|
+
|
|
355
|
+
Never say "I'll get back to you" without writing it down and following up within 24 hours.
|