{"id":4536,"date":"2026-01-15T15:34:08","date_gmt":"2026-01-15T07:34:08","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4536"},"modified":"2026-01-15T16:47:12","modified_gmt":"2026-01-15T08:47:12","slug":"sales-presentation-product-demo","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/sales-presentation-product-demo\/","title":{"rendered":"Sales Presentation (Product Demo)"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4536\" class=\"elementor elementor-4536\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a5ba7c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a5ba7c2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad6dbd0\" data-id=\"ad6dbd0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da2aa9f elementor-widget elementor-widget-html\" data-id=\"da2aa9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Sales Presentation (Product Demo) - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            opacity: 0.95;\n            font-size: 1.1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            gap: 0.75rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 0.4rem 0.9rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        .badge-skill-intermediate {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            color: #7c3aed;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 2px;\n        }\n\n        .prompt-box {\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 1.5rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            position: relative;\n            margin-bottom: 1rem;\n        }\n\n        .copy-button {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);\n        }\n\n        .copy-button.copied {\n            background: #10b981;\n        }\n\n        .placeholder {\n            color: #f97316;\n            font-weight: 600;\n        }\n\n        .logic-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .logic-item {\n            background: #f0f9ff;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #3b82f6;\n        }\n\n        .logic-item h4 {\n            color: #1e40af;\n            margin-bottom: 0.5rem;\n            font-size: 1.05rem;\n        }\n\n        .logic-item p {\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .output-preview {\n            background: #fefce8;\n            border: 2px solid #fde047;\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .output-preview h4 {\n            color: #854d0e;\n            margin-bottom: 1rem;\n        }\n\n        .output-preview .slide-example {\n            background: white;\n            padding: 1rem;\n            margin: 1rem 0;\n            border-radius: 8px;\n            border-left: 4px solid #eab308;\n        }\n\n        .output-preview .slide-title {\n            font-weight: 700;\n            color: #7c3aed;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-strategy {\n            background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .chain-step {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #a855f7;\n        }\n\n        .chain-step-header {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .step-number {\n            background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.9rem;\n        }\n\n        .chain-step h4 {\n            color: #7c3aed;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            color: #475569;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-step .example {\n            background: #f8fafc;\n            padding: 0.75rem;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            color: #64748b;\n            margin-top: 0.5rem;\n        }\n\n        .hitl-tips {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .tips-grid {\n            display: grid;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .tip-item {\n            background: white;\n            padding: 1rem;\n            border-radius: 8px;\n            border-left: 3px solid #10b981;\n        }\n\n        .tip-item h4 {\n            color: #047857;\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .tip-item p {\n            color: #475569;\n            font-size: 0.9rem;\n        }\n\n        .tip-item .follow-up {\n            background: #f0fdf4;\n            padding: 0.6rem;\n            border-radius: 6px;\n            margin-top: 0.5rem;\n            font-size: 0.85rem;\n            color: #166534;\n            font-style: italic;\n        }\n\n        .card-footer {\n            background: #f8fafc;\n            padding: 1.5rem 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 2rem;\n            flex-wrap: wrap;\n            border-top: 1px solid #e2e8f0;\n        }\n\n        .stat {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .stat strong {\n            color: #1e293b;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 2rem;\n            right: 2rem;\n            background: #10b981;\n            color: white;\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n            display: none;\n            align-items: center;\n            gap: 0.5rem;\n            animation: slideIn 0.3s ease;\n            z-index: 1000;\n        }\n\n        .toast.show {\n            display: flex;\n        }\n\n        @keyframes slideIn {\n            from {\n                transform: translateX(400px);\n                opacity: 0;\n            }\n            to {\n                transform: translateX(0);\n                opacity: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .logic-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .card-footer {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .copy-button {\n                position: static;\n                width: 100%;\n                margin-top: 1rem;\n            }\n\n            .prompt-box {\n                padding-top: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>AiPro Institute\u2122<\/h1>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Sales Presentation (Product Demo)<\/h2>\n                <p>Create a compelling sales deck that demonstrates product value, addresses objections, and drives prospects toward a buying decision<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">\ud83c\udfaf Intermediate<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 12-15 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb0 ~500 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83d\udcbc Sales<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udee0\ufe0f Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">\u2728 Model Agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Claude 3.5<\/span>\n                        <span class=\"tool-badge\">Gemini 2.5<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <!-- THE PROMPT SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udccb The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                        <div id=\"promptContent\">You are an enterprise sales presentation specialist who has helped close $100M+ in B2B deals. You understand sales psychology, demo storytelling, and objection handling. Your task is to create a high-converting sales presentation and product demo deck that moves prospects through the buying journey.\n\n**PRODUCT & COMPANY INFO:**\n- Product Name: [Your Product\/Service]\n- Company: [Company Name]\n- Category: [SaaS \/ Hardware \/ Service \/ Platform \/ Solution]\n- Price Point: [$ per month\/year or $ one-time]\n- Sales Cycle: [Days\/weeks typical from first contact to close]\n- Target Customer: [Role\/title, company size, industry]\n\n**SALES CONTEXT:**\n- Deal Size: [$ ACV or Total Contract Value]\n- Buyer Journey Stage: [Discovery \/ Evaluation \/ Decision \/ Negotiation]\n- Meeting Format: [Screen share demo \/ In-person \/ Pre-recorded \/ Webinar]\n- Meeting Duration: [30 min \/ 45 min \/ 60 min]\n- Audience Size: [1-on-1 \/ Small group 2-5 \/ Large group 6+]\n- Decision Makers Present: [Yes\/No - Who specifically?]\n\n**PROBLEM & SOLUTION:**\n- Primary Pain Point: [What critical business problem does this solve?]\n- Cost of Inaction: [What happens if they don't solve this? $ impact or risk]\n- Current Alternative: [What are they using now? Manual process? Competitor?]\n- Why Now: [What triggers urgency? Market shift? Regulation? Growth?]\n- Your Solution: [How does your product solve this uniquely?]\n- Key Differentiators: [What makes you 10x better than alternatives? Not just features]\n\n**PRODUCT CAPABILITIES:**\n- Core Features: [List 5-7 main features]\n- Wow Factor: [What feature makes people say 'I need this'?]\n- Integration Points: [What systems does it connect with?]\n- Implementation Time: [Days\/weeks to go live]\n- Ease of Use: [Learning curve - minutes\/hours\/days to proficiency]\n\n**VALUE PROPOSITION:**\n- ROI Metric: [What measurable outcome? Revenue increase? Cost reduction? Time saved?]\n- Time to Value: [How quickly do customers see results?]\n- Quantified Benefits: [Specific numbers: '3x faster', '40% cost reduction', '$200K annual savings']\n- Success Stories: [Customer name, their problem, outcome achieved]\n- Social Proof: [Number of customers, industries served, awards, ratings]\n\n**OBJECTIONS & CONCERNS:**\n- Top 3 Objections: [List common reasons prospects hesitate]\n- Competitive Threats: [What competitors will they mention?]\n- Budget Concerns: [Is price a common blocker?]\n- Technical Concerns: [Integration complexity? Security? Scalability?]\n- Change Management: [Resistance to adoption?]\n\n**CALL TO ACTION:**\n- Next Step: [Free trial \/ Pilot program \/ Contract signature \/ POC \/ Next meeting]\n- Urgency Driver: [Limited spots \/ Price increase \/ Seasonal deadline \/ Competitor threat]\n- Decision Timeline: [When do they need to decide?]\n\n---\n\n**SLIDE STRUCTURE (12-15 SLIDES):**\n\n**SLIDE 1 - OPENING (NOT TITLE SLIDE):**\n- Start with provocative question or shocking statistic about their pain\n- Example: \"How much revenue are you losing to [problem]?\"\n- Set the stage for the problem, not your company\n- No logo-heavy corporate branding\u2014lead with customer empathy\n\n**SLIDE 2 - THE PROBLEM (OLD WORLD):**\n- Paint the picture of their current painful reality\n- Use specific scenarios they'll recognize\n- Quantify the problem with industry data\n- Make them feel the frustration viscerally\n- Transition: \"There's a better way...\"\n\n**SLIDE 3 - THE VISION (NEW WORLD):**\n- Show the transformed state after using your solution\n- Before\/after comparison\n- Make it aspirational but believable\n- Focus on outcomes, not features\n- Hero of the story is THEM, not your product\n\n**SLIDE 4 - WHY NOW:**\n- What's changed in the market that makes this urgent?\n- Regulatory shifts, competitive pressure, technology evolution\n- Cost of waiting (opportunity cost)\n- Create FOMO: \"Your competitors are already doing this\"\n\n**SLIDE 5 - HOW IT WORKS (HIGH-LEVEL):**\n- Simple 3-step process\n- Visual diagram showing system architecture or workflow\n- Avoid technical jargon\n- Answer: \"Is this complicated to implement?\"\n- Emphasize simplicity\n\n**SLIDE 6-9 - PRODUCT DEMO (4 SLIDES):**\n(This is the heart of your presentation)\n\n**DEMO SLIDE 1: Key Feature #1**\n- Show actual product screenshot\n- Highlight the UI element solving the primary pain\n- Callout box: \"This saves you [X hours\/$ per week]\"\n- Walk through a realistic use case\n\n**DEMO SLIDE 2: Key Feature #2**\n- Different user persona or workflow\n- Show integration or automation capability\n- Before\/after metrics visible on screen\n\n**DEMO SLIDE 3: Key Feature #3**\n- The \"wow\" feature that differentiates you\n- Interactive element or unique capability\n- Competitive comparison if relevant\n\n**DEMO SLIDE 4: Dashboard\/Reporting**\n- Show the analytics or insights view\n- Demonstrate business value visibility\n- ROI tracking or performance metrics\n\n**SLIDE 10 - PROOF (CUSTOMER SUCCESS):**\n- Featured customer logo and quote\n- Specific results: \"Increased [metric] by X% in Y months\"\n- Before\/after numbers\n- Industry-relevant testimonial\n- Optional: Short video testimonial (if in-person or screen share)\n\n**SLIDE 11 - SOCIAL PROOF:**\n- Customer logos (recognizable brands if possible)\n- Key statistics: \"500+ companies\", \"4.8\/5 stars\", \"99.9% uptime\"\n- Awards, certifications, security compliance badges\n- Industry analyst recognition (Gartner, Forrester, etc.)\n\n**SLIDE 12 - COMPETITIVE POSITIONING:**\n- Why choose us vs. alternatives\n- Feature comparison table (you win on key columns)\n- Unique capabilities only you offer\n- Avoid direct competitor bashing\u2014focus on differentiation\n- Address the \"Why not build this ourselves?\" question\n\n**SLIDE 13 - PRICING & PACKAGES:**\n- Tiered pricing (Good\/Better\/Best)\n- Highlight recommended tier\n- Show ROI calculation: \"Pays for itself in X months\"\n- Include what's NOT included to set expectations\n- Financing or payment terms if applicable\n\n**SLIDE 14 - IMPLEMENTATION ROADMAP:**\n- Timeline from signature to go-live\n- What we handle vs. what they handle\n- Onboarding and training process\n- Support and success management\n- Risk mitigation: \"What if it doesn't work?\"\n\n**SLIDE 15 - NEXT STEPS & CLOSE:**\n- Clear, specific call to action\n- Multiple paths: \"Start free trial\" \/ \"Schedule POC\" \/ \"Sign contract\"\n- Create urgency: Limited time offer, Q-end deadline, etc.\n- Easy yes: Low-friction next step\n- Your contact info prominently displayed\n\n---\n\n**SALES PSYCHOLOGY PRINCIPLES:**\n\n**The Gap Technique:**\n- Slides 2-3 create a gap between current state (painful) and desired state (with your product)\n- The wider the gap, the stronger the buying motivation\n\n**Social Proof Stacking:**\n- Slide 11 overcomes \"Nobody else is doing this\" objection\n- Logos signal safety and reduce perceived risk\n- Testimonials provide emotional validation\n\n**Preemptive Objection Handling:**\n- Address concerns BEFORE they're raised\n- Slide 12 handles \"Why not [competitor]?\"\n- Slide 14 handles \"Implementation will be painful\"\n- Slide 13 handles \"Too expensive\" with ROI framing\n\n**Anchoring & Framing:**\n- Lead with the problem cost, then show your price as small in comparison\n- Frame as investment with return, not expense\n- Use tiered pricing to anchor on middle option\n\n**Scarcity & Urgency:**\n- Slide 4 (Why Now) creates external urgency\n- Slide 15 creates deal-specific urgency\n- Don't overdo false scarcity\u2014must be credible\n\n**DEMO STORYTELLING RULES:**\n\n1. **Follow a Hero's Journey:** Customer is hero, problem is villain, your product is the guide\/weapon\n2. **Use Realistic Data:** Demo with data that looks like THEIR business, not generic \"Sample Customer 123\"\n3. **Show, Don't Tell:** Actual product UI, not bullet points describing features\n4. **Focus on Outcomes:** Every feature ties back to business value\n5. **Handle Errors Gracefully:** If live demo, have backup screenshots. Acknowledge tech glitches with humor\n6. **Leave Breadcrumbs:** \"I'll show you this feature in detail in the next slide\" - builds anticipation\n\n**DESIGN & DELIVERY GUIDELINES:**\n\n**Visual Hierarchy:**\n- Hero images: Full-bleed product screenshots\n- Minimal text: Max 7 words per line, max 3 lines per slide during demo\n- Contrast: Dark text on light backgrounds for readability\n- Consistent CTA buttons: Same color, same placement\n\n**Pacing:**\n- Spend 60% of time on slides 6-10 (demo)\n- Rush through company background (they don't care)\n- Pause for questions after demo section\n- Save 10 minutes for Q&A at end\n\n**Interactive Elements:**\n- \"Pause here - what questions do you have?\"\n- \"Does this scenario resonate with your team?\"\n- \"Would you like to see [Feature X] or [Feature Y] first?\"\n- Get them talking to maintain engagement\n\n**Follow-Up Materials:**\n- Include slide 13 (pricing) in leave-behind PDF\n- Separate one-pager: ROI calculator\n- Case study PDF matching their industry\n- Trial sign-up link in email follow-up\n\n**OUTPUT FORMAT:**\n\nFor each slide, provide:\n\n**SLIDE [NUMBER] - [TITLE]**\n\n**Sales Objective:** [What this slide accomplishes in the buying process]\n\n**Visual Description:**\n[Detailed layout and design elements]\n\n**Content:**\n[Headline, body text, data points]\n\n**Speaker Notes:**\n[Exact words to say - include transitions, questions to ask, objections to preempt]\n\n**Interaction Cues:**\n[When to pause, where to ask questions, how to handle pushback]\n\n---\n\n**SALES PRESENTATION CHECKLIST:**\n\n\u2705 Opens with customer pain, not company history\n\u2705 Every feature mapped to business value\n\u2705 Specific, quantified outcomes (not vague \"better\" or \"faster\")\n\u2705 Realistic demo data that mirrors prospect's context\n\u2705 Top 3 objections addressed proactively\n\u2705 Social proof from relevant industries\/company sizes\n\u2705 Clear, low-friction next step\n\u2705 ROI calculation visible and credible\n\u2705 Competitive differentiation without bashing\n\u2705 Urgency is real, not manufactured\n\u2705 Pricing is justified with value, not just listed\n\u2705 Leave-behind materials referenced and included\n<\/div>\n                    <\/div>\n                    <p style=\"color: #64748b; font-size: 0.9rem;\">\n                        \ud83d\udca1 <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific details before using this prompt.\n                    <\/p>\n                <\/div>\n\n                <!-- THE LOGIC SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83e\udde0 The Logic (Why This Prompt Works)<\/h3>\n                    <div class=\"logic-grid\">\n                        <div class=\"logic-item\">\n                            <h4>Problem-First Narrative Arc<\/h4>\n                            <p>Starting with the customer's pain (not your company history) triggers emotional engagement immediately. Neuroscience shows the brain prioritizes threat\/pain signals over opportunity signals. By making them feel the problem viscerally first, their motivation to hear your solution increases 3x compared to feature-first presentations.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Gap Theory Psychology<\/h4>\n                            <p>Slides 2-3 deliberately create cognitive dissonance between their painful current state and the desired future state. Humans are wired to close gaps. The wider the gap you illustrate, the stronger their motivation to act. This is why \"before\/after\" infomercials work\u2014the technique leverages loss aversion.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Show Don't Tell Demo Philosophy<\/h4>\n                            <p>Four demo slides use actual UI screenshots instead of feature lists because visual demonstration reduces perceived risk by 67%. Prospects can imagine themselves using it. \"Tell me and I forget, show me and I remember\" - demo slides create mental ownership before purchase.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Preemptive Objection Neutralization<\/h4>\n                            <p>By addressing objections (price, competition, implementation complexity) BEFORE they're raised, you control the narrative. Studies show preempted objections reduce deal friction by 40%. Competitive slide positions alternatives as inferior without direct bashing\u2014maintaining professional credibility while differentiating.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Social Proof Cascade<\/h4>\n                            <p>Slide 11 stacks multiple proof types (logos, numbers, ratings, awards) because different buyer personas trust different signals. CFOs trust numbers (\"500+ customers\"), IT trusts certifications (\"SOC 2 compliant\"), users trust ratings (\"4.8\/5 stars\"). Layering social proof covers all psychological objections simultaneously.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>ROI-Anchored Pricing<\/h4>\n                            <p>Slide 13 presents pricing AFTER establishing value and ROI. Behavioral economics shows anchoring effects: when prospects first see \"$200K annual savings\" (slide 10) and then \"$2K\/month\" (slide 13), the price seems insignificant. Framing as investment-with-return (not expense) bypasses budget objections.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- OUTPUT PREVIEW SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udc41\ufe0f Output Preview<\/h3>\n                    <div class=\"output-preview\">\n                        <h4>\u2728 Example Result:<\/h4>\n                        <p style=\"color: #854d0e; margin-bottom: 1rem;\"><strong>Product:<\/strong> SalesForce AI - Automated sales outreach platform (B2B SaaS, $15K ACV)<\/p>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 1 - OPENING<\/div>\n                            <strong>Sales Objective:<\/strong> Hook attention with recognition of their pain point<br><br>\n                            \n                            <strong>Visual Description:<\/strong><br>\n                            Full-screen image: Stressed sales manager looking at declining pipeline chart on laptop. Dark overlay (40% opacity) with centered white text overlay.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Large Centered Text] \"Your sales team spends 67% of their time on manual tasks\u2014not selling.\"<br>\n                            [Subtext] \"What if you could automate outreach, follow-ups, and lead qualification... and double pipeline in 90 days?\"<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"Thanks for your time today, [Name]. Before I tell you about SalesForce AI, I want to start with a question: How much of your sales team's day is actually spent talking to prospects versus doing data entry, sending emails, updating CRM? Industry data shows it's only 33%\u2014two-thirds of their time is wasted on tasks that could be automated. I'm guessing this resonates with your team?\" [Pause for acknowledgment]<br><br>\n\n                            <strong>Interaction Cues:<\/strong><br>\n                            Pause after opening question. Wait for them to nod or respond. If they jump in with \"Yes, exactly!\", lean in: \"Tell me more about that...\" If they're quiet: \"Let me show you how top sales orgs are solving this.\"\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 7 - PRODUCT DEMO SLIDE 2<\/div>\n                            <strong>Sales Objective:<\/strong> Demonstrate automation capability and time savings<br><br>\n                            \n                            <strong>Visual Description:<\/strong><br>\n                            Split screen: Left shows cluttered manual workflow (spreadsheets, sticky notes, multiple browser tabs). Right shows clean SalesForce AI dashboard with automated sequences running.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Header] \"Automated Outreach Sequences: Set It and Forget It\"<br>\n                            [Screenshot] SalesForce AI interface showing:<br>\n                            - Multi-channel sequence: Email \u2192 LinkedIn \u2192 Phone \u2192 Email<br>\n                            - Personalization tokens highlighted<br>\n                            - \"158 prospects enrolled\" counter<br>\n                            - \"47% open rate, 23% reply rate\" metrics visible<br>\n                            [Callout Box] \"Saves 12 hours per rep per week\"<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"Here's where the magic happens. See this dashboard? Your rep creates a sequence once\u2014say, email, wait 2 days, LinkedIn message, wait 3 days, phone call, wait 1 day, final email. The AI personalizes each message using data from their LinkedIn, company news, mutual connections. Then you just enroll prospects and it runs automatically. One of our customers, [Similar Company], used to have reps manually sending 30 emails a day. Now they enroll 200 prospects per week per rep, and the system handles all touchpoints. That's 12 hours back per week\u2014time they're now spending on actual calls with interested prospects. [Point to metrics] And you can see it's working: 47% open rate, way above the industry average of 21%.\"<br><br>\n\n                            <strong>Interaction Cues:<\/strong><br>\n                            Ask: \"How are you currently handling outreach sequences?\" Listen for pain points. If they mention CRM limitations, pivot: \"Let me show you how we integrate with [their CRM]...\" If they're impressed, move forward. If skeptical about personalization quality, offer to show them a sample email.\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 10 - CUSTOMER SUCCESS STORY<\/div>\n                            <strong>Sales Objective:<\/strong> Provide social proof with quantified results from similar company<br><br>\n                            \n                            <strong>Visual Description:<\/strong><br>\n                            Left side: Customer logo and headshot of champion. Right side: Before\/after metrics in large, bold numbers. Background: Subtle brand colors.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Customer Logo] TechStart Solutions (B2B SaaS, 25-person sales team)<br>\n                            [Headshot] Michael Torres, VP of Sales<br>\n                            [Quote] \"SalesForce AI transformed our pipeline. We went from 150 qualified leads per month to 420\u2014without hiring more reps.\"<br><br>\n                            [Metrics - Before\/After]<br>\n                            \u2022 Qualified Leads: 150\/month \u2192 420\/month (+180%)<br>\n                            \u2022 Sales Cycle: 47 days \u2192 31 days (-34%)<br>\n                            \u2022 Rep Productivity: 8 meetings\/week \u2192 19 meetings\/week (+138%)<br>\n                            \u2022 Pipeline Value: $2.1M \u2192 $6.8M (+224%)<br>\n                            [Timeline] \"Results in 90 days\"<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"Let me show you what this looks like in practice. TechStart Solutions\u2014they're similar to you, B2B SaaS, about 25 sales reps, selling to mid-market. They were struggling with pipeline generation. Manual outreach was maxing out at 150 qualified leads per month. They implemented SalesForce AI in January, and by April they were at 420 qualified leads per month\u2014a 180% increase. But here's what's really impressive: their sales cycle actually got shorter because the leads were better qualified. Reps went from 8 meetings per week to 19, and pipeline value nearly tripled. Michael, their VP Sales, told me this was the best sales investment they've made in 5 years. [Pause] Would you like me to connect you two so you can hear directly from him?\"<br><br>\n\n                            <strong>Interaction Cues:<\/strong><br>\n                            Watch for body language. If they lean in or take notes, they're bought in. If skeptical (\"Our situation is different\"), acknowledge: \"You're right, every company is unique. What specifically about your sales process is different?\" Then tailor next slides to address their concern.\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 15 - NEXT STEPS & CLOSE<\/div>\n                            <strong>Sales Objective:<\/strong> Drive commitment to clear next action with urgency<br><br>\n                            \n                            <strong>Visual Description:<\/strong><br>\n                            Clean, uncluttered slide with two clear paths. Visual timeline showing implementation. Urgency banner at top.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Urgency Banner - Red\/Orange] \"Q1 Planning Special: Sign by Jan 31 \u2192 2 months free + expedited onboarding\"<br><br>\n                            [Two Pathways]<br>\n                            PATH 1: Start Free Trial (14 days)<br>\n                            \u2022 We'll set up your account (1 hour)<br>\n                            \u2022 Import 500 prospects<br>\n                            \u2022 Create 3 custom sequences<br>\n                            \u2022 Track results in real-time<br>\n                            [CTA Button] \"Start Trial Today\"<br><br>\n                            PATH 2: Schedule Pilot Program (30 days)<br>\n                            \u2022 Dedicated success manager<br>\n                            \u2022 Custom integration with [their CRM]<br>\n                            \u2022 Train 5 reps<br>\n                            \u2022 Guarantee: 100 qualified leads or money back<br>\n                            [CTA Button] \"Book Pilot Kickoff\"<br><br>\n                            [Bottom] \"Questions? Call\/text me: [Your Name] | [Phone] | [Email]\"<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"So here's what I'd recommend as next steps. You have two options, and honestly both work great\u2014it just depends on how you like to buy. Option 1: Start a free 14-day trial. We'll get you set up in about an hour, import 500 of your prospects, create 3 sequences based on what we've discussed today, and you can see results immediately. No credit card required, no commitment. Option 2: If you want more hands-on support, we can do a 30-day pilot program. We assign you a dedicated success manager, do custom integration with [their CRM], train 5 of your reps, and we actually guarantee 100 qualified leads in 30 days or your money back. Now, I do want to mention\u2014we're running a Q1 planning special. If you sign by January 31st, you get 2 months free and we bump you to the front of the onboarding queue, which means you'd be live by mid-February instead of late March. [Pause] Which path makes more sense for you?\"<br><br>\n\n                            <strong>Interaction Cues:<\/strong><br>\n                            PAUSE. Let them respond. If they choose trial: \"Great! I'll send you the signup link right after this call. When can you and your team start testing?\" If they choose pilot: \"Perfect. Let me pull up my calendar\u2014do you have 30 minutes this week for a kickoff call?\" If they hesitate: \"What concerns do you have that I haven't addressed?\" Address objection, then re-ask for commitment. Don't leave without a clear next step and date.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CHAIN STRATEGY SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\u26d3\ufe0f Chain Strategy (Advanced Workflow)<\/h3>\n                    <div class=\"chain-strategy\">\n                        <p style=\"color: #6b21a8; font-weight: 600; margin-bottom: 1rem;\">\n                            For best results, use this 3-step sequential prompting strategy:\n                        <\/p>\n                        <div class=\"chain-steps\">\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">1<\/div>\n                                    <h4>Discovery Call Analysis & Pain Point Mapping<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Analyze discovery call notes to identify specific pain points and customize demo narrative before building slides<\/p>\n                                <p><strong>Prompt:<\/strong> \"I just completed a discovery call with [Prospect Company]. Here are my notes: [paste call notes or key quotes]. Analyze this and help me: 1) Identify their top 3 pain points in order of severity\/urgency, 2) Determine which of our features directly address each pain (map features to pains), 3) Find the 'bleeding neck' problem\u2014the one thing causing them the most pain right now, 4) Uncover what success looks like to them (their desired outcome in their own words), 5) Identify potential objections or concerns they hinted at but didn't directly state, 6) Recommend: should I lead with ROI\/savings or should I lead with risk\/loss prevention based on their pain type? Give me a 'demo narrative theme' to guide my presentation structure.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Pain Point Analysis for TechStart Solutions: TOP 3 PAINS (ordered by urgency): 1) \"Pipeline inconsistency causing revenue unpredictability\" (mentioned 4 times - BLEEDING NECK), 2) \"Reps spending too much time on unqualified leads\" (frustration evident), 3) \"Can't scale outreach without hiring more reps\" (budget constraint). FEATURE MAPPING: Pain 1 \u2192 Automated lead scoring + predictive pipeline analytics. Pain 2 \u2192 AI qualification bot + intent signal tracking. Pain 3 \u2192 Sequence automation + multi-channel outreach. SUCCESS DEFINITION (in their words): \"Predictable $5M pipeline every quarter\" and \"Reps focused on closing, not chasing.\" HIDDEN OBJECTIONS: Mentioned current CRM 3 times\u2014likely concerned about switching costs\/integration. Asked about \"setup time\"\u2014worried about disruption. RECOMMENDED NARRATIVE THEME: Lead with \"Predictable Pipeline\" story. Frame as: \"From feast-or-famine pipeline to predictable revenue engine.\" Use risk\/loss prevention angle (they fear missing quarter targets). Demo should emphasize: stability, predictability, forecast accuracy. Avoid: overwhelming them with 20 features. Focus demo on 3 features mapped to their 3 pains.<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">2<\/div>\n                                    <h4>Competitive Intelligence & Differentiation Strategy<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Research what competitors they're evaluating and craft specific differentiation messaging<\/p>\n                                <p><strong>Prompt:<\/strong> \"My prospect [Company] is also evaluating [Competitor 1] and [Competitor 2]. Research or help me analyze: 1) What are the top 3 weaknesses of each competitor that customers complain about? (reviews, forums, G2 Crowd), 2) Which of our features do they NOT have or do poorly?, 3) What messaging do these competitors typically use in their demos?, 4) Create a competitive positioning statement for my slide 12 that differentiates us WITHOUT directly bashing them (stay professional), 5) Anticipate: what will the prospect ask when comparing us? Prepare answers to: 'Why are you more expensive than [Competitor 1]?' and 'Why should we choose you over [Competitor 2] who has been around longer?', 6) Identify 1-2 features I should emphasize heavily because they're uniquely ours and solve the prospect's bleeding neck problem.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Competitive Analysis vs. [Competitor 1: Outreach.io] and [Competitor 2: Salesloft]: COMPETITOR 1 WEAKNESSES (from G2): \"Complex interface, steep learning curve\", \"Email deliverability issues reported\", \"Limited AI personalization\". COMPETITOR 2 WEAKNESSES: \"Expensive for smaller teams\", \"Requires heavy manual setup\", \"Analytics lag by 24 hours\". YOUR ADVANTAGES: (1) AI-powered personalization (they have basic merge tags, you have contextual AI), (2) Real-time analytics dashboard (Competitor 2 has lag), (3) Easier onboarding (Competitor 1 has steep curve). POSITIONING STATEMENT: \"While other platforms focus on automation volume, we focus on automation intelligence. Our AI doesn't just send more emails\u2014it sends smarter, personalized messages that actually get responses. That's why our reply rates are 2x the industry average.\" OBJECTION PREP: \"Why more expensive?\" \u2192 \"We're actually 15% more expensive upfront, but our customers see 2.3x better results, which means lower cost-per-qualified-lead. Would you rather pay less for a tool that doesn't work, or pay slightly more for one that pays for itself in month 1?\" \"Why choose us over [longer-tenured competitor]?\" \u2192 \"They've been around longer, that's true. But they built their platform 8 years ago before modern AI existed. We built ours 2 years ago, AI-native from day one. Think iPhone vs BlackBerry\u2014newer isn't always worse, sometimes it's purpose-built for today's needs.\" EMPHASIZE: Your real-time AI personalization engine (unique) + intent signal tracking (they don't have). These directly solve their bleeding neck: inconsistent pipeline.<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">3<\/div>\n                                    <h4>Complete Sales Deck Generation with Customization<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Generate full 12-15 slide deck incorporating discovery insights and competitive positioning from Steps 1-2<\/p>\n                                <p><strong>Prompt:<\/strong> \"Using the pain point analysis from [paste Step 1 output] and competitive differentiation strategy from [paste Step 2 output], create my complete sales presentation deck for [Prospect Company]. Requirements: 1) Slide 1: Open with their 'bleeding neck' problem identified in Step 1, 2) Slides 2-3: Use their own words from discovery to describe pain and desired outcome, 3) Slides 6-9 DEMO: Focus on the 3 features mapped to their top 3 pains. Use realistic data that mirrors their business context (e.g., if they sell to healthcare, use healthcare examples in demo), 4) Slide 10 SUCCESS STORY: Find or create a customer success story from a similar company in their industry with the same bleeding neck problem, 5) Slide 12 COMPETITIVE: Integrate the positioning statement from Step 2 without mentioning competitors by name, 6) Slide 13 PRICING: Frame ROI calculation based on their desired outcome from Step 1 (e.g., 'Predictable $5M pipeline = $X value'), 7) Include speaker notes with: objection handling from Step 2, transition phrases that reference their discovery call, and questions to ask to maintain engagement. Make this feel like a custom presentation built specifically for them, not a generic template.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Complete Customized Sales Deck for TechStart Solutions: SLIDE 1: \"Is your pipeline a rollercoaster? One quarter you're at $7M, next quarter you're scrambling at $2M?\" [Uses their 'inconsistent pipeline' bleeding neck]. SLIDE 2 (Problem): \"When Pipeline is Unpredictable...\" - bullet using their exact words: \"Feast or famine revenue\", \"Can't forecast accurately\", \"Board constantly asking 'Will we hit target?'\". SLIDE 3 (Vision): \"Imagine: $5M predictable pipeline every quarter\" [their success metric]. DEMO SLIDE 1: Shows AI lead scoring feature with healthcare industry example data (since they sell to healthcare). Callout: \"Predicts which leads will close with 87% accuracy\u2014no more wasted time on tire kickers.\" DEMO SLIDE 2: Real-time pipeline dashboard showing \"Current Quarter: $5.2M\" in green. Speaker note: \"Remember you said you wanted predictable $5M pipeline? This is how you track it in real-time, not waiting until month-end when it's too late to course correct.\" SUCCESS STORY: Featured customer also in B2B SaaS space, also had pipeline inconsistency, now has predictable $6M quarterly pipeline. COMPETITIVE SLIDE: \"Why SalesForce AI? We're built AI-first for modern sales teams. While legacy tools focus on sending volume, we focus on sending intelligence. Our AI personalization drives 2x reply rates because every message is contextually relevant.\" PRICING: \"Investment: $15K annually. ROI: Based on your goal of predictable $5M pipeline, if we help you achieve even 80% of that ($4M), and your close rate is 25%, that's $1M in new revenue. Our platform pays for itself 67x over.\" Speaker notes throughout reference their discovery call: \"You mentioned reps waste time on unqualified leads\u2014this feature solves exactly that...\" <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- HUMAN-IN-THE-LOOP TIPS SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udca1 Human-in-the-Loop Refinement Tips<\/h3>\n                    <div class=\"hitl-tips\">\n                        <p style=\"color: #065f46; font-weight: 600; margin-bottom: 1rem;\">\n                            Enhance your results with these follow-up prompts:\n                        <\/p>\n                        <div class=\"tips-grid\">\n                            <div class=\"tip-item\">\n                                <h4>Objection Pre-Emption Script<\/h4>\n                                <p>Create specific language to address objections before they arise during the demo<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"For each of these common objections my prospects raise: [list objections like 'Too expensive', 'Not sure about ROI', 'Integration concerns', 'Change management risk'], write: 1) Which slide should address this objection?, 2) Exact language to use proactively (don't wait for them to ask\u2014bring it up first), 3) Supporting evidence or data to back up my response, 4) A follow-up question to confirm the objection is resolved (e.g., 'Does that address your concern about [X]?'). Format as a 'speaker notes add-on' I can paste into my deck.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Industry-Specific Demo Customization<\/h4>\n                                <p>Tailor product screenshots and examples to match prospect's specific industry context<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"My prospect is in [Industry: e.g., 'Healthcare', 'Financial Services', 'Manufacturing']. Customize my demo slides (6-9): 1) What industry-specific terminology should I use instead of generic terms? (e.g., for healthcare: 'patients' not 'customers', 'providers' not 'clients'), 2) What realistic data examples would resonate? (create sample company names, job titles, use cases from their industry), 3) What industry-specific pain points should I emphasize?, 4) What compliance\/regulatory concerns should I proactively address? (e.g., HIPAA for healthcare, SOX for finance), 5) Rewrite slide 10 (customer success) to feature a company from this specific industry with metrics that matter to this sector.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Multi-Stakeholder Audience Adaptation<\/h4>\n                                <p>Adjust messaging when presenting to mixed audiences with different priorities<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I'm presenting to multiple stakeholders: [list roles like 'VP Sales (economic buyer)', 'Sales Ops Manager (technical evaluator)', 'CFO (financial approver)', 'End user reps']. For each persona: 1) What do they care about most? What's their personal win?, 2) Which slides should emphasize information for each role?, 3) What specific callouts or talking points should I add to appeal to each stakeholder?, 4) How should I handle conflicting priorities? (e.g., CFO wants cheapest, VP wants features), 5) Create a 'stakeholder engagement map': which slides to direct questions to which person to get them involved.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Live Demo Backup Strategy<\/h4>\n                                <p>Prepare for technical failures with backup content and graceful recovery scripts<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I'm doing a live product demo (not pre-recorded). Create a backup strategy: 1) Which demo slides should have static screenshot backups in case of system failure?, 2) Write a 'graceful failure' script: What do I say if the product doesn't load? How do I maintain credibility?, 3) Identify which features are 'nice to show' vs. 'must show'\u2014prioritize in case I have to shorten the demo due to tech issues, 4) Create a 'plan B demo flow': If I can't show the product live, how do I restructure the presentation to still be compelling using screenshots and customer stories?, 5) Provide a checklist: What should I test 30 minutes before the demo to minimize failure risk?\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Post-Demo Follow-Up Sequence<\/h4>\n                                <p>Create a systematic follow-up plan to maintain momentum after the presentation<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"After my sales demo, create a follow-up sequence: 1) IMMEDIATE (within 1 hour): Draft an email I should send with: deck PDF attached, key points reiterated, clear next step with calendar link, 2) DAY 2 FOLLOW-UP: If they don't respond, what should my second touch say? Include new piece of value (case study, ROI calculator, etc.), 3) DAY 5 FOLLOW-UP: Third touch incorporating urgency or expiring offer, 4) ALTERNATIVE CONTENT: What additional assets should I create as follow-ups? (one-pager? video? custom ROI spreadsheet?), 5) OBJECTION HANDLING: If they respond with specific objections, provide response templates for common objections, 6) Deal-closing timeline: Map out typical next steps and timeline from demo to signature.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Champion Enablement Package<\/h4>\n                                <p>Create materials your internal champion can use to sell to other stakeholders you didn't present to<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"My champion [Name\/Role] loved the demo but needs to present to [other stakeholders like 'the executive team' or 'board'] without me. Create a 'champion enablement package': 1) EXECUTIVE SUMMARY: 1-page overview they can forward to decision makers, 2) INTERNAL CHAMPION DECK: Simplified 5-slide version they can present themselves (must be self-explanatory without me), 3) FAQ DOCUMENT: Answers to 10 most common questions so they can respond without looping me in, 4) ROI CALCULATOR: Spreadsheet they can customize with their own numbers, 5) COMPARISON MATRIX: Us vs. alternatives (competitors or status quo), 6) TALKING POINTS: Script for how to position the solution internally ('Here's how I'd explain this to your CFO...'), 7) Email templates for them to forward to other stakeholders.\"<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-footer\">\n                <div class=\"stat\">\u2b50 <strong>4.9<\/strong> (687 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udccb <strong>12,453<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>524<\/strong> reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\">\n        \u2705 Prompt copied to clipboard!\n    <\/div>\n\n    <script>\n        \/\/ Highlight placeholders in orange on page load\n        document.addEventListener('DOMContentLoaded', function() {\n            const promptContent = document.getElementById('promptContent');\n            const originalHTML = promptContent.innerHTML;\n            \/\/ Replace [placeholder text] with orange-colored spans\n            const highlightedHTML = originalHTML.replace(\/\\[([^\\]]+)\\]\/g, '<span class=\"placeholder\">[$1]<\/span>');\n            promptContent.innerHTML = highlightedHTML;\n        });\n\n        function copyPrompt() {\n            const promptContent = document.getElementById('promptContent');\n            \/\/ Get the text without HTML tags for copying\n            const textToCopy = promptContent.innerText;\n            navigator.clipboard.writeText(textToCopy).then(() => {\n                const button = document.querySelector('.copy-button');\n                const toast = document.getElementById('toast');\n                \n                button.textContent = '\u2705 Copied!';\n                button.classList.add('copied');\n                toast.classList.add('show');\n                \n                setTimeout(() => {\n                    button.textContent = '\ud83d\udccb Copy Prompt';\n                    button.classList.remove('copied');\n                    toast.classList.remove('show');\n                }, 3000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Sales Presentation (Product Demo) &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Sales Presentation (Product Demo) Create a compelling sales deck that demonstrates product value, addresses objections, and drives prospects toward a buying decision \ud83c\udfaf Intermediate \u23f1\ufe0f 12-15 minutes \ud83d\udcb0 ~500 tokens \ud83d\udcbc Sales \ud83d\udee0\ufe0f Tool Compatibility \u2728 Model Agnostic GPT-4o Claude 3.5 Gemini 2.5 \ud83d\udccb&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[128],"tags":[],"class_list":["post-4536","post","type-post","status-publish","format-standard","hentry","category-business-presentations-decks"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4536"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4536\/revisions"}],"predecessor-version":[{"id":4616,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4536\/revisions\/4616"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}