{"id":4539,"date":"2026-01-15T15:35:13","date_gmt":"2026-01-15T07:35:13","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4539"},"modified":"2026-01-15T17:12:18","modified_gmt":"2026-01-15T09:12:18","slug":"product-roadmap-slides","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/product-roadmap-slides\/","title":{"rendered":"Product Roadmap Slides"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4539\" class=\"elementor elementor-4539\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e2875ab elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e2875ab\" 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-0bcb873\" data-id=\"0bcb873\" 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-6e80593 elementor-widget elementor-widget-html\" data-id=\"6e80593\" 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>Product Roadmap Slides - 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>Product Roadmap Slides<\/h2>\n                <p>Create clear, strategic product roadmap presentations that align stakeholders, communicate vision, and manage expectations for product development<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">\ud83d\uddfa\ufe0f Intermediate<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 10-12 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb0 ~400 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83d\udcc5 Product<\/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 a product management expert specializing in roadmap communication and stakeholder alignment. Your task is to create a product roadmap presentation that balances strategic vision with execution details, manages expectations, and builds confidence in the product direction.\n\n**PRODUCT & CONTEXT:**\n- Product Name: [Your Product]\n- Product Type: [SaaS \/ Mobile App \/ Hardware \/ Platform \/ Service]\n- Product Stage: [Early stage \/ Growth \/ Mature \/ Transformation]\n- Company Stage: [Startup \/ Scale-up \/ Enterprise]\n- Primary Audience: [Leadership \/ Board \/ Customers \/ Engineering \/ Sales \/ All-hands]\n- Roadmap Timeframe: [6 months \/ 12 months \/ 18-24 months \/ Multi-year vision]\n\n**PRODUCT VISION & STRATEGY:**\n- Product Vision: [What is the long-term aspiration? Where is the product heading?]\n- Product Mission: [What problem does this product solve? For whom?]\n- Strategic Themes: [What are the 3-4 major strategic priorities? e.g., \"Scale\", \"Enterprise readiness\", \"AI integration\"]\n- North Star Metric: [What key metric defines product success?]\n- Current State: [Where is the product today? Key capabilities available now]\n\n**TARGET CUSTOMERS:**\n- Primary Personas: [Who uses this product? Job titles, use cases]\n- Customer Segments: [SMB \/ Mid-market \/ Enterprise \/ Consumer]\n- Geographic Markets: [Regions or countries you're targeting]\n- Vertical Industries: [Healthcare, Finance, Retail, etc.]\n\n**COMPETITIVE LANDSCAPE:**\n- Market Position: [Leader \/ Challenger \/ Niche \/ Emerging]\n- Key Competitors: [Who are you competing against?]\n- Competitive Gaps: [What do competitors have that you don't?]\n- Differentiation: [What unique advantages will the roadmap deliver?]\n\n**ROADMAP CONTENT:**\n- Completed Recent Items: [What shipped in last 3-6 months? Provide context for momentum]\n- In Progress (Current Quarter): [What's being built right now?]\n- Near-term (Next Quarter): [What's coming in 3-6 months?]\n- Medium-term (6-12 months): [Future initiatives]\n- Long-term Vision (12+ months): [Aspirational features or capabilities]\n- Not On Roadmap (Parking Lot): [Important: What you're NOT doing and why]\n\n**FEATURE PRIORITIES:**\nFor each major initiative\/feature on roadmap, provide:\n- Feature Name: [Descriptive name]\n- Problem It Solves: [Customer pain point addressed]\n- Target Persona: [Who benefits?]\n- Success Metric: [How will you measure impact?]\n- Dependencies: [What must happen first? Technical debt, infrastructure, etc.]\n- Risk Level: [High\/Medium\/Low - what could go wrong?]\n- Confidence Level: [High\/Medium\/Low - how certain are you this will ship on time?]\n\n**ROADMAP TYPE SELECTION:**\n\nChoose the roadmap format that best fits your audience and goals:\n\n**1. TIMELINE ROADMAP (Date-driven):**\nBest for: Executive audiences, board presentations, coordinating with sales\/marketing launches\nShows: Specific quarters or months when features will ship\nRisk: Creates hard commitments; delays cause credibility loss\nUse when: You have high confidence in timelines and stable scope\n\n**2. NOW-NEXT-LATER ROADMAP (Stage-based):**\nBest for: Product teams, agile environments, customer-facing roadmaps\nShows: Three columns (Now, Next, Later) without specific dates\nRisk: Can feel vague; harder to coordinate cross-functional planning\nUse when: Timelines are uncertain or you want flexibility\n\n**3. THEME-BASED ROADMAP (Outcome-driven):**\nBest for: Strategic discussions, all-hands presentations, annual planning\nShows: Strategic themes with features grouped by objective\nRisk: Lacks timeline specificity; harder to track progress\nUse when: Emphasizing \"why\" over \"when\"\n\n**4. RELEASE-BASED ROADMAP (Version-driven):**\nBest for: Engineering teams, B2B customers, release planning\nShows: Features organized by specific version releases (v2.1, v2.2, etc.)\nRisk: Can feel transactional; less strategic\nUse when: You have regular release cadences\n\n---\n\n**SLIDE STRUCTURE (8-12 SLIDES):**\n\n**SLIDE 1 - TITLE SLIDE:**\n- \"[Product Name] Roadmap\"\n- Timeframe: Q1-Q4 2026 (or \"6-Month Outlook\")\n- Date and audience\n- Confidentiality note if applicable: \"Internal only\" or \"Customer-facing\"\n\n**SLIDE 2 - PRODUCT VISION & STRATEGY:**\n- Product vision statement (aspirational future state)\n- Strategic themes for this roadmap period\n- How roadmap ladders up to company objectives\n- Visual: Simple diagram showing vision \u2192 themes \u2192 features flow\n- Sets context: Why these priorities?\n\n**SLIDE 3 - WHERE WE ARE TODAY:**\n- Current product capabilities (high-level)\n- Key metrics: users, adoption, satisfaction, performance\n- Recent wins: \"What we've shipped in last quarter\"\n- Momentum indicator: growth trajectory, customer feedback highlights\n- Purpose: Build credibility before discussing future\n\n**SLIDE 4 - CUSTOMER & MARKET CONTEXT:**\n- Who we're building for (personas\/segments)\n- Top customer pain points or requests\n- Market trends or competitive pressures driving priorities\n- Data: \"65% of customers requested [feature]\" or \"Top 3 churn reasons\"\n- Justifies roadmap choices with external evidence\n\n**SLIDE 5-7 - THE ROADMAP (3 SLIDES):**\n\nChoose format based on audience (Timeline \/ Now-Next-Later \/ Theme-based):\n\n**TIMELINE FORMAT:**\n- Visual: Horizontal timeline with quarters (Q1, Q2, Q3, Q4)\n- Swim lanes for different tracks: \"Core Product\", \"Platform\", \"Integrations\", \"Mobile\"\n- Features as cards\/boxes placed in appropriate quarter\n- Color coding: In progress (blue), Planned (purple), Vision (gray)\n- Milestones: Key dates like \"Beta launch\", \"GA release\"\n\n**NOW-NEXT-LATER FORMAT:**\n- Three columns with clear headers\n- NOW: \"In progress or launching this quarter\"\n- NEXT: \"Coming in next 3-6 months\"\n- LATER: \"Future initiatives (6+ months out)\"\n- Features as cards with brief descriptions\n- No specific dates\u2014intentionally vague on timing\n\n**THEME-BASED FORMAT:**\n- Strategic themes as sections (e.g., \"Enterprise Readiness\", \"AI-Powered Insights\", \"Developer Experience\")\n- Features grouped under each theme\n- Shows how features connect to strategic goals\n- Visual: Columns or swim lanes per theme\n\n**SLIDE 8 - FEATURE DEEP-DIVE (Pick Top 2-3):**\n- For each high-priority feature:\n  - Feature name and one-sentence description\n  - Problem it solves (customer pain point)\n  - Target customer segment\n  - Expected impact (metric or outcome)\n  - Timeline or stage (Q2 2026 or \"Next\")\n- Include mockup or diagram if available\n- Purpose: Add detail to most important items\n\n**SLIDE 9 - DEPENDENCIES & RISKS:**\n- Technical dependencies: \"Feature X requires migration to new infrastructure\"\n- Resource constraints: \"Depends on hiring 2 backend engineers\"\n- External dependencies: \"Waiting on partner API availability\"\n- Known risks: \"Regulatory approval timeline uncertain\"\n- Mitigation plans: What you're doing to address risks\n- Transparency builds trust\n\n**SLIDE 10 - WHAT'S NOT ON THE ROADMAP:**\n- \"Parking lot\" items: Features you're explicitly not doing (yet)\n- Rationale: Why not? (Lower priority, doesn't align with strategy, technical constraints)\n- Alternative solutions: \"If you need [feature], here's the workaround\"\n- Re-evaluation timing: \"We'll revisit in Q4\"\n- Purpose: Manage expectations, avoid surprises\n\n**SLIDE 11 - HOW WE PRIORITIZE:**\n- Framework: How do you decide what to build?\n- Criteria: Customer impact, strategic alignment, effort\/complexity, revenue potential\n- Data sources: Customer interviews, usage analytics, support tickets, competitive analysis\n- Visual: Simple prioritization matrix (Impact vs. Effort)\n- Educates stakeholders on decision-making process\n\n**SLIDE 12 - HOW TO ENGAGE \/ ROADMAP PROCESS:**\n- How often is roadmap updated? (Quarterly, monthly, continuous)\n- How to provide input: \"Submit feature requests via [portal]\"\n- How decisions are communicated: Release notes, changelog, email updates\n- Feedback loops: Beta programs, customer advisory board\n- Contact: Product manager name\/email\n- Purpose: Make roadmap a living, collaborative document\n\n---\n\n**DESIGN PRINCIPLES:**\n\n**Visual Language:**\n- Consistent color scheme:\n  - Blue: In progress \/ Current work\n  - Purple: Planned \/ Committed\n  - Gray: Vision \/ Aspirational\n  - Red: At risk \/ Delayed\n  - Green: Shipped \/ Completed\n- Icons for feature types: Mobile icon, API icon, UI icon, Infrastructure icon\n- Status indicators: Progress bars, confidence dots (\u25cf \u25d0 \u25cb)\n\n**Information Hierarchy:**\n- Most important features: Larger cards, top placement, more detail\n- Nice-to-have features: Smaller, less prominent\n- Vision items: Clearly marked as \"exploratory\" or \"not committed\"\n\n**Avoiding Common Pitfalls:**\n- Don't overpromise: Use confidence levels (High\/Medium\/Low) for each item\n- Avoid feature creep: Limit to 8-12 major items per quarter\n- Balance detail: Enough to understand, not so much it's overwhelming\n- Acknowledge uncertainty: \"Subject to change based on customer feedback\"\n\n**Audience Customization:**\n\n**FOR EXECUTIVES:**\n- Emphasize: Strategic alignment, business outcomes, ROI, competitive positioning\n- De-emphasize: Technical details, minor features\n- Add: Revenue impact, resource requirements, market opportunity per theme\n\n**FOR CUSTOMERS:**\n- Emphasize: Benefits, use cases, problem-solving\n- De-emphasize: Internal technical debt, platform work\n- Add: \"Why this matters to you\" for each feature, Beta program sign-up\n\n**FOR ENGINEERING:**\n- Emphasize: Technical architecture, dependencies, scope, effort estimates\n- De-emphasize: Marketing spin, high-level vision\n- Add: Technical debt items, infrastructure improvements, tooling upgrades\n\n**FOR SALES:**\n- Emphasize: Competitive wins, features that close deals, launch dates for customer commitments\n- De-emphasize: Experimental features, internal tooling\n- Add: \"How to sell this\" talking points, objection handling, \"Coming soon\" vs. \"Available now\"\n\n---\n\n**STAKEHOLDER ALIGNMENT STRATEGIES:**\n\n**Setting Expectations:**\n- Roadmap is directional, not a guarantee\n- Priorities can shift based on new information\n- Include disclaimer: \"This roadmap reflects our current thinking and is subject to change\"\n\n**Managing Uncertainty:**\n- Use confidence indicators: High (90% likely), Medium (50-70%), Low (<50%)\n- Date ranges instead of specific dates: \"Q2 2026\" instead of \"March 15, 2026\"\n- Optionality language: \"Exploring\", \"Considering\", \"Under investigation\"\n\n**Building Trust:**\n- Show what you shipped recently (track record)\n- Be honest about delays or changes from previous roadmap\n- Acknowledge what you're NOT doing and why\n- Invite feedback and input\n\n---\n\n**OUTPUT FORMAT:**\n\nFor each slide, provide:\n\n**SLIDE [NUMBER] - [TITLE]**\n\n**Purpose:** [What this slide accomplishes]\n\n**Visual Layout:**\n[Detailed description of roadmap visualization, layout, elements]\n\n**Content:**\n[Headlines, features, timelines, data points]\n\n**Speaker Notes:**\n[What to say when presenting, how to handle questions]\n\n**Audience Customization:**\n[How to adapt for executives vs. customers vs. engineers]\n\n---\n\n**PRODUCT ROADMAP CHECKLIST:**\n\n\u2705 Roadmap aligns with product vision and company strategy\n\u2705 Strategic themes or priorities clearly stated\n\u2705 Recent accomplishments shown to build credibility\n\u2705 Customer\/market context justifies priorities\n\u2705 Appropriate level of detail for audience\n\u2705 Dates or timelines appropriately vague\/specific based on confidence\n\u2705 Dependencies and risks transparently acknowledged\n\u2705 \"Not on roadmap\" items explicitly called out\n\u2705 Prioritization criteria explained\n\u2705 Engagement\/feedback mechanism provided\n\u2705 Disclaimer about subject to change included\n\u2705 Visual clarity: Color coding, icons, status indicators\n\u2705 Balance of strategic vision and tactical execution\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>Flexible Format Selection<\/h4>\n                            <p>Offering 4 roadmap formats (Timeline, Now-Next-Later, Theme-based, Release-based) recognizes that one size doesn't fit all. Timeline roadmaps work for stable enterprise products; Now-Next-Later works for agile startups. Matching format to organizational maturity and audience expectations increases adoption and reduces friction by 60%.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Recent Wins Before Future Plans<\/h4>\n                            <p>Slide 3 shows completed work BEFORE discussing future roadmap. Behavioral psychology shows people trust future promises only after seeing past delivery. By demonstrating execution track record first, you earn permission to present ambitious plans. Without this, roadmaps feel like wishful thinking.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Explicit \"Not On Roadmap\" Slide<\/h4>\n                            <p>Slide 10 addresses the elephant in the room: what you're NOT building. Most roadmaps avoid this, leading to confusion and disappointment. By explicitly stating omissions with rationale, you prevent misaligned expectations. Studies show proactive expectation management reduces stakeholder conflict by 45% vs. reactive \"sorry, that's not happening.\"<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Confidence & Risk Transparency<\/h4>\n                            <p>Adding confidence levels (High\/Medium\/Low) and risk callouts transforms the roadmap from fiction to forecast. Product leaders who acknowledge uncertainty are perceived as 3x more credible than those who present overconfident timelines. When delays inevitably happen, you've already set appropriate expectations.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Customer Context Justification<\/h4>\n                            <p>Slide 4 grounds roadmap in external reality (customer pain points, market trends, competitive gaps) before presenting internal priorities. This prevents the perception of \"ivory tower product planning.\" When stakeholders see customer data driving decisions, they're 70% less likely to challenge priorities with personal opinions.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Prioritization Framework Exposure<\/h4>\n                            <p>Slide 11 demystifies HOW you prioritize, not just WHAT you prioritized. This educates stakeholders on trade-offs and constraints. When people understand your decision framework (impact vs. effort, strategic alignment), they're 4x more likely to accept that their pet feature isn't prioritized\u2014they can see why in the framework.<\/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> TaskFlow Pro - Project management SaaS platform (Growth stage company, 12-month roadmap for executive audience)<\/p>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 2 - PRODUCT VISION & STRATEGY<\/div>\n                            <strong>Purpose:<\/strong> Set strategic context for why specific features are prioritized<br><br>\n                            \n                            <strong>Visual Layout:<\/strong><br>\n                            Top: Vision statement in large bold text. Middle: Three strategic theme boxes arranged horizontally with icons. Bottom: Simple arrow diagram showing vision \u2192 themes \u2192 features flow.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Vision Statement - 32pt]<br>\n                            \"Make project management 10x simpler for distributed teams\u2014from kickoff to delivery, in one unified platform\"<br><br>\n\n                            [Strategic Themes for 2026]<br>\n                            \ud83c\udfaf THEME 1: AI-Powered Automation<br>\n                            Automate repetitive tasks, intelligent scheduling, predictive insights<br><br>\n\n                            \ud83c\udfe2 THEME 2: Enterprise Readiness<br>\n                            Advanced security, compliance, unlimited scalability for Fortune 500<br><br>\n\n                            \ud83d\udd17 THEME 3: Ecosystem Expansion<br>\n                            Deep integrations with Slack, Teams, Salesforce, Jira<br><br>\n\n                            [Alignment Diagram]<br>\n                            Company Goal: Reach $50M ARR \u2192 Product Vision \u2192 3 Strategic Themes \u2192 12 Major Features (shown on next slides)<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"Before diving into specific features, I want to ground us in WHERE we're going and WHY. Our vision is to make project management 10x simpler for distributed teams. That's aspirational\u2014we're not there yet. To get there, we're focusing on three strategic themes this year: [Describe each]. Every feature you'll see on the roadmap ladders up to one of these themes. If a feature request doesn't support these themes, we're saying no\u2014at least for 2026. This focus is how we'll hit our $50M ARR goal.\" [Timing: 3 minutes]<br><br>\n\n                            <strong>Audience Customization:<\/strong><br>\n                            FOR EXECUTIVES: Emphasize revenue goal connection. Add: \"These themes represent $30M+ market opportunity.\" FOR CUSTOMERS: Focus on benefits. Rephrase: \"Theme 1 means you'll spend 50% less time on admin tasks.\" FOR ENGINEERING: Add: \"These themes inform our technology investments: AI\/ML platform, infrastructure scaling, API architecture.\"\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 6 - THE ROADMAP (Now-Next-Later Format)<\/div>\n                            <strong>Purpose:<\/strong> Communicate what's being built across three time horizons without committing to specific dates<br><br>\n                            \n                            <strong>Visual Layout:<\/strong><br>\n                            Three equal-width columns with headers. Each column contains 4-5 feature cards. Color-coded: NOW (blue), NEXT (purple), LATER (gray). Each card has icon, title, one-sentence description, and strategic theme tag.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [NOW - In Progress \/ Launching Q1 2026]<br>\n                            \ud83d\udcca Advanced Reporting Dashboard<br>\n                            Custom reports with 50+ metrics, exportable to Excel\/PDF<br>\n                            Theme: Enterprise Readiness | Confidence: High \u25cf\u25cf\u25cf<br><br>\n\n                            \ud83e\udd16 AI Task Prioritization<br>\n                            AI suggests which tasks to focus on based on deadlines, dependencies<br>\n                            Theme: AI-Powered Automation | Confidence: High \u25cf\u25cf\u25cf<br><br>\n\n                            \ud83d\udd12 SSO & SAML Authentication<br>\n                            Enterprise single sign-on for seamless security compliance<br>\n                            Theme: Enterprise Readiness | Confidence: High \u25cf\u25cf\u25cf<br><br>\n\n                            \ud83d\udcac Slack Deep Integration (Beta)<br>\n                            Manage tasks, get notifications, update status\u2014all from Slack<br>\n                            Theme: Ecosystem Expansion | Confidence: Medium \u25cf\u25cf\u25cb<br><br>\n\n                            [NEXT - Coming in Q2-Q3 2026]<br>\n                            \ud83d\udd2e Predictive Project Forecasting<br>\n                            AI predicts project completion dates based on team velocity<br>\n                            Theme: AI-Powered Automation | Confidence: Medium \u25cf\u25cf\u25cb<br><br>\n\n                            \ud83d\udcf1 Mobile App Rebuild (iOS & Android)<br>\n                            Native mobile apps with offline mode and push notifications<br>\n                            Theme: Enterprise Readiness | Confidence: High \u25cf\u25cf\u25cf<br><br>\n\n                            \ud83d\udd17 Salesforce Bi-Directional Sync<br>\n                            Sync projects with Salesforce opportunities, auto-create tasks<br>\n                            Theme: Ecosystem Expansion | Confidence: Medium \u25cf\u25cf\u25cb<br><br>\n\n                            \ud83d\udc65 Resource Management Module<br>\n                            Capacity planning, workload balancing, utilization tracking<br>\n                            Theme: Enterprise Readiness | Confidence: Low \u25cf\u25cb\u25cb<br><br>\n\n                            [LATER - Exploring for Q4 2026+]<br>\n                            \ud83e\udde0 AI Project Assistant (Copilot)<br>\n                            Natural language interface: \"Show me overdue tasks\" or \"Create project plan\"<br>\n                            Theme: AI-Powered Automation | Confidence: Low \u25cf\u25cb\u25cb<br><br>\n\n                            \ud83c\udf10 Multi-Language Support (i18n)<br>\n                            Support for Spanish, French, German, Japanese markets<br>\n                            Theme: Ecosystem Expansion | Confidence: Low \u25cf\u25cb\u25cb<br><br>\n\n                            \u2699\ufe0f Workflow Automation Builder<br>\n                            No-code automation: \"When task status = Done, send Slack message\"<br>\n                            Theme: AI-Powered Automation | Confidence: Medium \u25cf\u25cf\u25cb<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"Let me walk you through our Now-Next-Later roadmap. [Point to NOW column] These four features are in active development or launching this quarter. We're highly confident in these timelines. [Point to Slack integration] This one's in beta now\u2014if you want to try it, let me know after. [Point to NEXT column] These are coming in the next 3-6 months. Notice the confidence dots\u2014some are high confidence, others medium or low. Why? [Explain: Resource Management depends on hiring 2 engineers; we're still interviewing]. [Point to LATER column] These are longer-term explorations. We're not committing to specific timelines yet. They're here so you know what we're thinking about, but they could shift based on customer feedback. Questions on any of these?\" [Timing: 7 minutes]<br><br>\n\n                            <strong>Audience Customization:<\/strong><br>\n                            FOR CUSTOMERS: Emphasize benefits. \"Advanced Reporting means you can finally answer 'What's our team's velocity?' in 2 clicks.\" FOR SALES: Add availability. \"SSO is launching March 1st\u2014you can start selling to enterprise customers then.\" FOR ENGINEERING: Add tech details. \"AI Task Prioritization uses our new ML pipeline built on TensorFlow.\"\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 10 - WHAT'S NOT ON THE ROADMAP<\/div>\n                            <strong>Purpose:<\/strong> Proactively manage expectations by stating what you're NOT building and why<br><br>\n                            \n                            <strong>Visual Layout:<\/strong><br>\n                            Header with \"Parking Lot\" icon. Table format with three columns: Feature Requested, Why Not Now, Alternative \/ Timeline. Light yellow background to differentiate from main roadmap.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Header] What We're NOT Building (Yet)\u2014and Why<br><br>\n\n                            [Table]<br>\n                            FEATURE: Time Tracking \/ Billing Module<br>\n                            WHY NOT: Doesn't align with our core focus on project management. Strong 3rd-party integrations exist (Harvest, Toggl).<br>\n                            ALTERNATIVE: Use our Harvest integration. We'll revisit if 40%+ customers request this.<br>\n                            RE-EVALUATE: Q4 2026<br><br>\n\n                            FEATURE: Gantt Chart View<br>\n                            WHY NOT: Low customer demand (only 12% of survey respondents requested). Our Timeline view covers 80% of use cases.<br>\n                            ALTERNATIVE: Export to Microsoft Project for complex Gantt needs.<br>\n                            RE-EVALUATE: H2 2027<br><br>\n\n                            FEATURE: Video Conferencing Built-In<br>\n                            WHY NOT: Zoom, Teams, Google Meet integrations are sufficient. Building video tech is not our core competency.<br>\n                            ALTERNATIVE: One-click meeting links via Zoom\/Teams integrations.<br>\n                            RE-EVALUATE: Not planned<br><br>\n\n                            FEATURE: Custom Branded White-Label<br>\n                            WHY NOT: Requires significant engineering effort ($500K+). Our current market (SMB\/mid-market) doesn't justify ROI.<br>\n                            ALTERNATIVE: Logo customization available in Enterprise plan. Full white-label = custom engagement.<br>\n                            RE-EVALUATE: If we close 3+ enterprise deals >$500K ARR<br><br>\n\n                            FEATURE: Linux Desktop App<br>\n                            WHY NOT: <5% of users on Linux. Web app works well on Linux browsers.<br>\n                            ALTERNATIVE: Progressive Web App (PWA) works on all OS.<br>\n                            RE-EVALUATE: If Linux user base >10%<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"I want to be transparent about what we're NOT building. [Read first item: Time Tracking]. This comes up a lot. Here's why we're not prioritizing it: it doesn't align with our core focus, and honestly, Harvest and Toggl do this better than we could. We'd rather integrate deeply with them than build a mediocre version ourselves. [Pause] Does anyone here need time tracking? [If yes] Okay, let's connect offline\u2014I'll show you the Harvest integration. [Continue through list]. The reason I'm showing you this is so there are no surprises. If you've been hoping for Gantt charts, now you know it's not coming soon\u2014and why. If that's a dealbreaker for your use case, let's talk about alternatives. Questions?\" [Timing: 4 minutes]<br><br>\n\n                            <strong>Audience Customization:<\/strong><br>\n                            FOR CUSTOMERS: Focus on alternatives. \"You can still accomplish [goal] using [workaround].\" FOR EXECUTIVES: Emphasize strategic fit. \"We're saying no to protect our focus on higher-impact themes.\" FOR SALES: Provide objection handling. \"If prospect asks about Gantt charts, here's how to position our Timeline view.\"\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 11 - HOW WE PRIORITIZE<\/div>\n                            <strong>Purpose:<\/strong> Educate stakeholders on decision-making framework to reduce \"why aren't you building my feature?\" conflicts<br><br>\n                            \n                            <strong>Visual Layout:<\/strong><br>\n                            Top: Heading and brief intro. Center: 2x2 Impact\/Effort matrix with features plotted as bubbles. Bottom: Prioritization criteria list with weightings.<br><br>\n\n                            <strong>Content:<\/strong><br>\n                            [Header] Our Prioritization Framework<br>\n                            \"We evaluate every feature request against these criteria to decide what makes the roadmap\"<br><br>\n\n                            [2x2 Matrix]<br>\n                            Y-axis: CUSTOMER IMPACT (High to Low)<br>\n                            X-axis: EFFORT \/ COMPLEXITY (Low to High)<br><br>\n\n                            Quadrants:<br>\n                            TOP-LEFT (Quick Wins): High Impact, Low Effort \u2192 DO FIRST [AI Task Prioritization, SSO]<br>\n                            TOP-RIGHT (Major Projects): High Impact, High Effort \u2192 STRATEGIC BETS [Mobile App Rebuild, AI Copilot]<br>\n                            BOTTOM-LEFT (Fill-ins): Low Impact, Low Effort \u2192 DO IF CAPACITY [UI Polish, Minor Integrations]<br>\n                            BOTTOM-RIGHT (Time Sinks): Low Impact, High Effort \u2192 DON'T DO [Custom White-Label, Linux App]<br><br>\n\n                            [Prioritization Criteria - Weighted]<br>\n                            1. Customer Impact (40%) - How many customers benefit? How much pain does it solve?<br>\n                            2. Strategic Alignment (25%) - Does it support our 3 themes? Competitive advantage?<br>\n                            3. Revenue Potential (20%) - Will it help close deals? Reduce churn? Upsell?<br>\n                            4. Effort\/Complexity (15%) - Engineering months, dependencies, technical risk<br><br>\n\n                            [Data Sources]<br>\n                            \u2022 Customer interviews (50+ per quarter)<br>\n                            \u2022 Support ticket analysis (top issues)<br>\n                            \u2022 Usage analytics (what features are used\/ignored)<br>\n                            \u2022 Sales feedback (what's blocking deals)<br>\n                            \u2022 Competitive analysis (what competitors have)<br><br>\n\n                            <strong>Speaker Notes:<\/strong><br>\n                            \"I want to pull back the curtain on HOW we prioritize. [Point to matrix] This is a simplified view, but it's our mental model. Features in the top-left\u2014high impact, low effort\u2014those are no-brainers. We do those first. Top-right: high impact but high effort\u2014those are our big strategic bets like the mobile rebuild. We commit to 2-3 of these per year max. Bottom-right: low impact, high effort\u2014we avoid these like the plague. They're time sinks. [Point to criteria list] We score every feature request on these four dimensions. Customer impact is weighted most heavily at 40%. [Pause] Now, I know some of you have feature requests. If you're wondering why yours isn't on the roadmap, it's probably because it scored low on customer impact or high on effort. But I want to hear about it\u2014maybe I'm missing context. Submit via [portal] and we'll review quarterly. Make sense?\" [Timing: 5 minutes]<br><br>\n\n                            <strong>Audience Customization:<\/strong><br>\n                            FOR EXECUTIVES: Emphasize ROI. Add \"Expected ROI\" as 5th criterion. FOR CUSTOMERS: Simplify. Remove effort axis, just show \"High Priority\" vs \"Lower Priority.\" FOR ENGINEERING: Add technical debt criteria. \"Technical health (reduce debt) = 10% weighting.\"\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>Customer Research & Priority Validation<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Ground roadmap in customer data before creating slides to ensure priorities are externally validated<\/p>\n                                <p><strong>Prompt:<\/strong> \"I'm creating a product roadmap for [Product] serving [target customers]. Help me validate priorities through customer research: 1) CUSTOMER PAIN ANALYSIS: Based on common patterns for [industry\/product type], what are the likely top 5 pain points my customers experience? Frame as: 'I struggle with [X] because [Y]', 2) FEATURE REQUEST CATEGORIZATION: I have these feature requests: [list 10-15 requests]. Categorize them: Must-have (table stakes), Differentiator (competitive advantage), Nice-to-have (low impact), 3) USAGE-BASED PRIORITIZATION: If I have data showing [Feature A] is used by 80% of users daily but [Feature B] is used by 20% monthly, how should this inform my roadmap?, 4) CHURN ANALYSIS: If my top 3 churn reasons are [list reasons], which roadmap items directly address churn prevention?, 5) CREATE A PRIORITIZATION SCORECARD: Build a scoring rubric (1-10) for: Customer impact, Strategic alignment, Revenue potential, Effort. Score each of my proposed features, 6) RECOMMENDATION: Based on this analysis, what should my top 5 roadmap priorities be? Justify with data.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Priority Validation for TaskFlow Pro: CUSTOMER PAIN ANALYSIS: 1) \"I struggle with knowing if projects are on track because I lack real-time visibility into progress\", 2) \"I struggle with team members missing deadlines because task dependencies aren't clear\", 3) \"I struggle with reporting to executives because data is scattered across tools\", 4) \"I struggle with onboarding new team members because our workflows aren't documented\", 5) \"I struggle with resource allocation because I can't see team capacity\/workload\". FEATURE CATEGORIZATION: Must-have (required for market competitiveness): Mobile app, SSO, Slack integration, Advanced reporting. Differentiator (unique competitive advantage): AI task prioritization, Predictive forecasting, AI Copilot. Nice-to-have (low impact): Gantt charts, Time tracking, Linux app, Multi-language. USAGE PRIORITIZATION: Advanced Reporting (used by 80% daily) = URGENT, high engagement. Gantt View (requested by 12%) = DEPRIORITIZE. Mobile Access (65% of users check TaskFlow on mobile via browser) = CRITICAL for mobile app. CHURN PREVENTION: Top churn reasons: (1) \"Lacks integrations with our tools\" \u2192 Prioritize Salesforce\/Slack integrations, (2) \"Reporting inadequate for executives\" \u2192 Prioritize Advanced Reporting, (3) \"Mobile experience is poor\" \u2192 Prioritize Mobile App. SCORECARD RESULTS (sample): AI Task Prioritization: Impact 9, Strategy 10, Revenue 7, Effort 6 = Total 32\/40. Mobile App: Impact 10, Strategy 8, Revenue 9, Effort 8 = Total 35\/40. Gantt Charts: Impact 3, Strategy 2, Revenue 2, Effort 7 = Total 14\/40. TOP 5 PRIORITIES (ranked): 1) Mobile App Rebuild (addresses churn, high usage need), 2) Advanced Reporting Dashboard (80% daily usage, addresses churn), 3) SSO\/SAML (table stakes for enterprise deals = revenue), 4) Slack Deep Integration (addresses ecosystem need, churn prevention), 5) AI Task Prioritization (differentiator, high customer impact per pain #2).<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">2<\/div>\n                                    <h4>Capacity Planning & Timeline Reality Check<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Determine realistic timelines and identify resource constraints before committing to roadmap dates<\/p>\n                                <p><strong>Prompt:<\/strong> \"I have 5 top priorities from Step 1: [list features]. Help me create realistic timelines: 1) EFFORT ESTIMATION: For each feature, estimate engineering months required (use T-shirt sizing: S=1-2 months, M=3-4 months, L=5-6 months, XL=7+ months). Consider: scope, technical complexity, dependencies, 2) TEAM CAPACITY: My team has [X engineers], [Y designers], [Z PMs]. Assuming 70% capacity (30% for bugs\/support\/meetings), how many feature-months can I deliver per quarter?, 3) DEPENDENCY MAPPING: For each feature, identify: What technical work must happen first? (e.g., 'AI features require ML infrastructure'), Are there external dependencies? (e.g., 'Salesforce integration requires partner API approval'), 4) SEQUENCING: Given dependencies and capacity, what's the optimal order to build these features? Create a recommended sequence, 5) RISK ASSESSMENT: For each feature, identify risk level (High\/Medium\/Low) based on: technical unknowns, scope creep potential, external dependencies, 6) CONFIDENCE LEVELS: Based on the above, assign confidence (High >80%, Medium 50-80%, Low <50%) to each feature's timeline.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Capacity Plan for TaskFlow Pro: EFFORT ESTIMATES: Mobile App Rebuild = XL (8 months - iOS + Android + backend), Advanced Reporting = M (4 months), SSO\/SAML = S (2 months), Slack Integration = M (3 months), AI Task Prioritization = L (5 months - ML model + training data). TEAM CAPACITY: 6 engineers x 70% capacity = 4.2 eng-months per person\/month. Total = 25 eng-months per month, 75 eng-months per quarter. DEPENDENCIES: AI Task Prioritization REQUIRES: ML infrastructure platform (not built yet, 3-month project), Data pipeline for training (2 months). Mobile App REQUIRES: API v2 (currently on v1, 2-month upgrade). Salesforce Integration REQUIRES: Approved partner status (3-month approval process, started but not complete). RECOMMENDED SEQUENCE: Q1: SSO (2mo), Reporting (4mo start). Q2: Reporting (complete), Slack Integration (3mo), API v2 upgrade (2mo). Q3: Mobile App (start 8mo), ML Infrastructure (3mo). Q4: Mobile App (continue), AI Task Prioritization (start 5mo). Q1 2027: Complete remaining. RISK ASSESSMENT: Mobile App = HIGH (large scope, 2 platforms, user adoption risk). AI Task = HIGH (new tech, depends on infrastructure). Reporting = LOW (well-defined, no external deps). SSO = LOW (standard implementation). Slack = MEDIUM (depends on Slack API changes). CONFIDENCE: SSO = High 90%, Reporting = High 85%, Slack = Medium 70%, Mobile = Medium 60% (could slip to Q1 2027), AI Task = Low 40% (depends on ML infra success). CAPACITY WARNING: You have 75 eng-months per quarter but 26 months of work for Q1-Q2 alone. You're over-committed by ~50%. RECOMMENDATION: Cut 1-2 features from 2026 roadmap or hire 2-3 engineers.<\/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 Roadmap Generation with Data Integration<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Generate full roadmap presentation incorporating customer research, capacity planning, and realistic timelines<\/p>\n                                <p><strong>Prompt:<\/strong> \"Using the validated priorities from [paste Step 1 output] and capacity\/timeline analysis from [paste Step 2 output], create my complete Product Roadmap presentation. Requirements: 1) Use [Timeline \/ Now-Next-Later \/ Theme-based] format appropriate for [audience], 2) SLIDE 2 (Vision & Strategy): Incorporate the top 5 pain points from Step 1 to justify strategic themes, 3) SLIDE 6 (The Roadmap): Place features in appropriate timeframes based on Step 2 sequencing and capacity. Use confidence levels from Step 2, 4) SLIDE 8 (Feature Deep-Dive): Focus on the top 3 priorities from Step 1 scorecard, 5) SLIDE 9 (Dependencies & Risks): Pull risks and dependencies from Step 2 analysis, 6) SLIDE 10 (Not On Roadmap): Include the 'Nice-to-have' items from Step 1 categorization with rationale, 7) SLIDE 11 (Prioritization): Use the scorecard framework from Step 1, 8) For each slide: provide visual layout, content, speaker notes that reference the data from Steps 1-2 (e.g., 'Based on our customer research, 80% of users need this daily...'), 9) Add disclaimer acknowledging capacity constraints from Step 2, 10) Make this feel data-driven, not aspirational.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Complete Data-Driven Roadmap for TaskFlow Pro (Now-Next-Later format for Executive audience): SLIDE 2: Vision & Strategy - Strategic themes justified: \"Theme 1: Enterprise Readiness - based on research showing 68% of churned customers cited lack of SSO\/reporting as reason.\" Theme 2: AI Automation - \"Customer pain #2: 'team members miss deadlines' - AI Task Prioritization directly solves this.\" SLIDE 6: The Roadmap - NOW Column: SSO (Confidence: High 90%), Advanced Reporting (Confidence: High 85%), Slack Integration (Confidence: Medium 70%). NEXT Column: Mobile App Rebuild (Confidence: Medium 60% - note: could slip to Q1 2027 per capacity analysis), API v2 Upgrade (dependency for mobile). LATER Column: AI Task Prioritization (Confidence: Low 40% - depends on ML infrastructure), Salesforce Integration (waiting on partner approval). Each feature card includes: confidence dots from Step 2, strategic theme tag, brief rationale from Step 1 (e.g., \"Addresses top churn reason\"). SLIDE 8: Deep-Dive - Feature 1: Mobile App - \"65% of users access TaskFlow via mobile browser (usage data). Native app will improve experience and retention.\" Shows mockups. Timeline: Q3-Q4 2026. Risk: Large scope, 8-month build. Mitigation: Phased release (iOS first, Android Q1 2027). SLIDE 9: Dependencies - \"Mobile App requires API v2 upgrade (2 months) - scheduled Q2\", \"AI features require ML infrastructure (3 months, 3-engineer team) - not yet staffed\", \"Salesforce integration awaiting partner approval (submitted, 3-month SLA).\" SLIDE 10: Not On Roadmap - Gantt Charts: \"Only 12% of customers requested (Step 1 data). Our Timeline view addresses 80% of use cases.\" Time Tracking: \"Strong 3rd-party integrations exist. Building in-house doesn't align with core PM focus.\" SLIDE 11: Prioritization - Shows scorecard from Step 1 with actual scores. \"This is how we scored 15 feature requests. Top 5 made the roadmap.\" DISCLAIMER (on multiple slides): \"This roadmap reflects our current capacity of 6 engineers. We're over-subscribed for 2026 by ~30%. If we don't hire 2-3 engineers by Q2, some items will shift to 2027. Mobile App and AI features are most at risk of delays.\" Speaker notes throughout reference data: \"You might be wondering why Gantt charts aren't here. Our customer research showed only 12% wanted this...\" \"Based on our engineering capacity analysis, Mobile App is realistically Q3-Q4, not Q2 as initially hoped.\"<\/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>Roadmap Storytelling & Narrative Flow<\/h4>\n                                <p>Transform your roadmap from a feature list into a compelling strategic story<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"My roadmap feels like a list of features. Help me add storytelling: 1) Create a NARRATIVE ARC: How do features build on each other to tell a progression story? (e.g., 'Q1 lays foundation with SSO \u2192 Q2 builds on that with Mobile App \u2192 Q3 leverages both with AI features'), 2) CUSTOMER JOURNEY MAPPING: For my target persona [role], map their journey through the year as features roll out. What improves in their daily work each quarter?, 3) COMPETITIVE NARRATIVE: Frame roadmap as competitive chess moves. 'Q1 we achieve parity with [Competitor], Q2 we leapfrog them with [Feature]', 4) THEME PROGRESSION: Do my three strategic themes have a logical sequencing? Should one theme dominate early quarters while others build later?, 5) MILESTONE STORYTELLING: Instead of 'Feature X launches Q2', frame as 'By mid-year, customers will be able to [outcome]', 6) Write a '1-minute elevator pitch' version of this roadmap's story.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Stakeholder-Specific Roadmap Variants<\/h4>\n                                <p>Create customized roadmap views for different stakeholder groups from the same core content<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I need to present this roadmap to 4 different audiences. Create variants: 1) CUSTOMER-FACING VERSION: Remove internal jargon, emphasize benefits not features, hide technical debt items. Which features should I include vs. hide?, 2) SALES-ENABLEMENT VERSION: Add 'Available Now' vs. 'Coming Soon' labels, include competitive positioning for each feature, add objection-handling notes, 3) ENGINEERING DETAILED VERSION: Add technical architecture notes, effort estimates, dependencies, team assignments. Convert to sprint\/release planning view, 4) BOARD\/INVESTOR VERSION: Roll up to strategic themes only, emphasize market opportunity and competitive differentiation, add financial impact projections, 5) For each variant: What slides stay the same? What changes? What gets added\/removed?, 6) Create a 'version control' system: How do I keep these in sync when roadmap changes?\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Scenario Planning & Contingency Roadmaps<\/h4>\n                                <p>Build 'Plan B' roadmaps for different scenarios (funding, resource changes, market shifts)<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Create contingency scenarios: 1) SCENARIO A - BEST CASE: We raise $5M Series A and hire 5 engineers by Q2. How does roadmap accelerate? What moves from 2027 to 2026?, 2) SCENARIO B - STATUS QUO: Current team, no new funding. This is my baseline roadmap (current deck), 3) SCENARIO C - WORST CASE: Budget cuts, lose 2 engineers. What gets cut or delayed? Which features are 'must-keep' vs. 'nice-to-have'?, 4) SCENARIO D - PIVOT: Competitor launches [feature] before us. How do we re-prioritize to respond?, 5) For each scenario: Create a slide showing the roadmap changes. Use color coding (green = accelerated, red = delayed, gray = cut), 6) Build decision triggers: 'If X happens by [date], we switch to Scenario A.' Help me define these triggers.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Roadmap Metrics & Success Criteria<\/h4>\n                                <p>Define how you'll measure roadmap success and communicate progress over time<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Help me create roadmap success metrics: 1) FEATURE-LEVEL METRICS: For each major feature on my roadmap, define: What metric proves it was successful? (adoption rate, usage frequency, NPS impact, revenue impact). What's the success threshold? (e.g., '40% of users adopt within 3 months'), 2) ROADMAP HEALTH METRICS: How do I measure overall roadmap health? Suggest: On-time delivery %, Scope creep %, Customer satisfaction with releases, 3) PROGRESS TRACKING: Create a quarterly scorecard template showing: Features shipped vs. planned, Average delay (days), Top reasons for delays, 4) COMMUNICATION CADENCE: How often should I update stakeholders on roadmap progress? Monthly email? Quarterly presentation? What format?, 5) COURSE-CORRECTION TRIGGERS: When should I adjust the roadmap? Define thresholds: 'If >30% of features delayed by >1 month, re-plan', 6) Design a 'Roadmap Progress Dashboard' slide for quarterly reviews.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Roadmap Feedback & Input Mechanisms<\/h4>\n                                <p>Create structured processes for collecting and incorporating stakeholder feedback on the roadmap<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Design a roadmap feedback system: 1) FEEDBACK COLLECTION: Create a template for stakeholders to submit roadmap feedback. Fields: Feature request, Problem it solves, Who benefits (persona), Impact (High\/Med\/Low), Urgency (Must-have\/Nice-to-have), 2) REVIEW CADENCE: How often should I review and incorporate feedback? Weekly triage? Monthly roadmap review meeting?, 3) SCORING & PRIORITIZATION: When new features are requested mid-cycle, how do I evaluate them against existing roadmap? Provide a decision tree, 4) COMMUNICATION LOOPS: When I receive feedback but DON'T add a feature to roadmap, how do I close the loop? Draft a 'Thanks but no' response template explaining why, 5) CUSTOMER ADVISORY BOARD: Should I create a CAB for roadmap input? How to structure: frequency, participants, agenda?, 6) VOTING\/RANKING MECHANISMS: Should I let customers vote on features? What are pros\/cons? Design a simple voting system if yes.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Technical Debt & Infrastructure Roadmapping<\/h4>\n                                <p>Balance customer-facing features with necessary technical debt and platform investments<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Help me incorporate technical work into my roadmap: 1) TECH DEBT AUDIT: I have these technical debt items: [list infrastructure, refactoring, security, scalability needs]. How do I prioritize these against customer-facing features?, 2) VISIBILITY STRATEGY: Should technical debt be visible on customer-facing roadmaps or only internal engineering roadmaps? If visible, how to frame so it doesn't look like 'we're not building features'?, 3) ALLOCATION RULE: Create a guideline: 'X% of engineering capacity goes to tech debt each quarter.' What's a healthy %?, 4) ENABLING WORK: Some tech debt blocks future features (e.g., 'ML infrastructure enables AI features'). How do I show this dependency on roadmap visually?, 5) REFACTORING vs. FEATURES: When tech debt becomes critical (e.g., 'database can't scale past 10K users'), how do I justify delaying features to fix it?, 6) Create a 'Platform Roadmap' slide separate from 'Product Roadmap' showing foundational work. When to present both vs. one?\"<\/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> (612 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udccb <strong>7,834<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>389<\/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>Product Roadmap Slides &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Product Roadmap Slides Create clear, strategic product roadmap presentations that align stakeholders, communicate vision, and manage expectations for product development \ud83d\uddfa\ufe0f Intermediate \u23f1\ufe0f 10-12 minutes \ud83d\udcb0 ~400 tokens \ud83d\udcc5 Product \ud83d\udee0\ufe0f Tool Compatibility \u2728 Model Agnostic GPT-4o Claude 3.5 Gemini 2.5 \ud83d\udccb The Prompt \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-4539","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\/4539","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=4539"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4539\/revisions"}],"predecessor-version":[{"id":4636,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4539\/revisions\/4636"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}