| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720" |
| 2 | font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" |
| 3 | font-size="12"> |
| 4 | <!-- |
| 5 | Chevron Process Template |
| 6 | Usage: Linear stage process, step-by-step progression, methodology display |
| 7 | Scenarios: Sales funnel stages, project phases, methodology steps |
| 8 | Supports: 5-stage horizontal chevron (3-6 recommended) |
| 9 | --> |
| 10 | <defs> |
| 11 | <!-- Phase Gradients --> |
| 12 | <linearGradient id="gradPhase1" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 13 | <stop offset="0%" style="stop-color:#6366F1;stop-opacity:1" /> |
| 14 | <stop offset="100%" style="stop-color:#4F46E5;stop-opacity:1" /> |
| 15 | </linearGradient> |
| 16 | <linearGradient id="gradPhase2" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 17 | <stop offset="0%" style="stop-color:#3B82F6;stop-opacity:1" /> |
| 18 | <stop offset="100%" style="stop-color:#2563EB;stop-opacity:1" /> |
| 19 | </linearGradient> |
| 20 | <linearGradient id="gradPhase3" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 21 | <stop offset="0%" style="stop-color:#0EA5E9;stop-opacity:1" /> |
| 22 | <stop offset="100%" style="stop-color:#0284C7;stop-opacity:1" /> |
| 23 | </linearGradient> |
| 24 | <linearGradient id="gradPhase4" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 25 | <stop offset="0%" style="stop-color:#10B981;stop-opacity:1" /> |
| 26 | <stop offset="100%" style="stop-color:#059669;stop-opacity:1" /> |
| 27 | </linearGradient> |
| 28 | <linearGradient id="gradPhase5" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 29 | <stop offset="0%" style="stop-color:#F59E0B;stop-opacity:1" /> |
| 30 | <stop offset="100%" style="stop-color:#D97706;stop-opacity:1" /> |
| 31 | </linearGradient> |
| 32 | </defs> |
| 33 | <rect width="1280" height="720" fill="#FFFFFF"/> |
| 34 | <!-- Title --> |
| 35 | <g id="header" data-pptx-bounds="280 25 720 68"> |
| 36 | <text x="640" y="55" text-anchor="middle" |
| 37 | font-size="30" font-weight="700" fill="#1E293B">Digital Transformation Methodology</text> |
| 38 | <text x="640" y="82" text-anchor="middle" |
| 39 | font-size="14" fill="#64748B">Chevron Process · Five-Stage Progressive Framework</text> |
| 40 | </g> |
| 41 | <g id="main-content" transform="translate(75, -60)" data-pptx-bounds="115 160 1050 440"> |
| 42 | <g id="chevrons"> |
| 43 | <!-- Chevron 1 (Leftmost) --> |
| 44 | <g id="chevron-1"> |
| 45 | <polygon points="40,220 200,220 230,265 200,310 40,310" fill="url(#gradPhase1)"/> |
| 46 | <text x="130" y="260" text-anchor="middle" |
| 47 | font-size="14" font-weight="700" fill="#FFFFFF">Diagnostics</text> |
| 48 | <text x="130" y="280" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.8">PHASE 01</text> |
| 49 | </g> |
| 50 | <!-- Chevron 2 --> |
| 51 | <g id="chevron-2"> |
| 52 | <polygon points="235,220 400,220 430,265 400,310 235,310 265,265" fill="url(#gradPhase2)"/> |
| 53 | <text x="330" y="260" text-anchor="middle" |
| 54 | font-size="14" font-weight="700" fill="#FFFFFF">Planning & Design</text> |
| 55 | <text x="330" y="280" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.8">PHASE 02</text> |
| 56 | </g> |
| 57 | <!-- Chevron 3 --> |
| 58 | <g id="chevron-3"> |
| 59 | <polygon points="435,220 610,220 640,265 610,310 435,310 465,265" fill="url(#gradPhase3)"/> |
| 60 | <text x="533" y="260" text-anchor="middle" |
| 61 | font-size="14" font-weight="700" fill="#FFFFFF">Pilot Validation</text> |
| 62 | <text x="533" y="280" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.8">PHASE 03</text> |
| 63 | </g> |
| 64 | <!-- Chevron 4 --> |
| 65 | <g id="chevron-4"> |
| 66 | <polygon points="645,220 830,220 860,265 830,310 645,310 675,265" fill="url(#gradPhase4)"/> |
| 67 | <text x="748" y="260" text-anchor="middle" |
| 68 | font-size="14" font-weight="700" fill="#FFFFFF">Scale & Rollout</text> |
| 69 | <text x="748" y="280" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.8">PHASE 04</text> |
| 70 | </g> |
| 71 | <!-- Chevron 5 --> |
| 72 | <g id="chevron-5"> |
| 73 | <polygon points="865,220 1060,220 1090,265 1060,310 865,310 895,265" fill="url(#gradPhase5)"/> |
| 74 | <text x="973" y="260" text-anchor="middle" |
| 75 | font-size="14" font-weight="700" fill="#FFFFFF">Optimization</text> |
| 76 | <text x="973" y="280" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.8">PHASE 05</text> |
| 77 | </g> |
| 78 | </g> |
| 79 | <!-- Phase Timeline Bar --> |
| 80 | <g id="timeline"> |
| 81 | <rect x="40" y="325" width="190" height="20" rx="4" fill="#4F46E5" fill-opacity="0.15"/> |
| 82 | <text x="135" y="339" text-anchor="middle" font-weight="600" fill="#4F46E5">2-4 Weeks</text> |
| 83 | <rect x="245" y="325" width="195" height="20" rx="4" fill="#2563EB" fill-opacity="0.15"/> |
| 84 | <text x="342" y="339" text-anchor="middle" font-weight="600" fill="#2563EB">4-6 Weeks</text> |
| 85 | <rect x="450" y="325" width="195" height="20" rx="4" fill="#0284C7" fill-opacity="0.15"/> |
| 86 | <text x="547" y="339" text-anchor="middle" font-weight="600" fill="#0284C7">8-12 Weeks</text> |
| 87 | <rect x="655" y="325" width="210" height="20" rx="4" fill="#059669" fill-opacity="0.15"/> |
| 88 | <text x="760" y="339" text-anchor="middle" font-weight="600" fill="#059669">12-16 Weeks</text> |
| 89 | <rect x="875" y="325" width="215" height="20" rx="4" fill="#D97706" fill-opacity="0.15"/> |
| 90 | <text x="982" y="339" text-anchor="middle" font-weight="600" fill="#D97706">Ongoing</text> |
| 91 | </g> |
| 92 | <!-- Detail Cards Row --> |
| 93 | <g id="cards"> |
| 94 | <!-- Card 1 --> |
| 95 | <g id="card-1"> |
| 96 | <g> |
| 97 | <rect x="40" y="370" width="190" height="290" rx="10" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/> |
| 98 | <rect x="40" y="370" width="190" height="5" rx="3" fill="#4F46E5"/> |
| 99 | <text x="135" y="405" text-anchor="middle" |
| 100 | font-size="15" font-weight="700" fill="#1E293B">Diagnostics</text> |
| 101 | <line x1="65" y1="425" x2="205" y2="425" stroke="#F0F0F0" stroke-width="1"/> |
| 102 | <text x="60" y="450" font-size="13" fill="#475569">· Current State Review</text> |
| 103 | <text x="60" y="478" font-size="13" fill="#475569">· Identify Pain Points</text> |
| 104 | <text x="60" y="506" font-size="13" fill="#475569">· Maturity Evaluation</text> |
| 105 | <text x="60" y="534" font-size="13" fill="#475569">· Gap Analysis</text> |
| 106 | <line x1="65" y1="560" x2="205" y2="560" stroke="#F0F0F0" stroke-width="1"/> |
| 107 | <text x="60" y="585" font-size="13" font-weight="600" fill="#4F46E5">Deliverables:</text> |
| 108 | <text x="60" y="608" fill="#94A3B8">Diagnostic Report</text> |
| 109 | <text x="60" y="630" fill="#94A3B8">Maturity Scorecard</text> |
| 110 | </g> |
| 111 | </g> |
| 112 | <!-- Card 2 --> |
| 113 | <g id="card-2"> |
| 114 | <g> |
| 115 | <rect x="250" y="370" width="190" height="290" rx="10" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/> |
| 116 | <rect x="250" y="370" width="190" height="5" rx="3" fill="#2563EB"/> |
| 117 | <text x="345" y="405" text-anchor="middle" |
| 118 | font-size="15" font-weight="700" fill="#1E293B">Planning & Design</text> |
| 119 | <line x1="275" y1="425" x2="415" y2="425" stroke="#F0F0F0" stroke-width="1"/> |
| 120 | <text x="270" y="450" font-size="13" fill="#475569">· Architecture Design</text> |
| 121 | <text x="270" y="478" font-size="13" fill="#475569">· Tech Stack Eval.</text> |
| 122 | <text x="270" y="506" font-size="13" fill="#475569">· Roadmap Dev.</text> |
| 123 | <text x="270" y="534" font-size="13" fill="#475569">· ROI Calculation</text> |
| 124 | <line x1="275" y1="560" x2="415" y2="560" stroke="#F0F0F0" stroke-width="1"/> |
| 125 | <text x="270" y="585" font-size="13" font-weight="600" fill="#2563EB">Deliverables:</text> |
| 126 | <text x="270" y="608" fill="#94A3B8">Strategic Blueprint</text> |
| 127 | <text x="270" y="630" fill="#94A3B8">ROI Analysis</text> |
| 128 | </g> |
| 129 | </g> |
| 130 | <!-- Card 3 --> |
| 131 | <g id="card-3"> |
| 132 | <g> |
| 133 | <rect x="460" y="370" width="190" height="290" rx="10" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/> |
| 134 | <rect x="460" y="370" width="190" height="5" rx="3" fill="#0284C7"/> |
| 135 | <text x="555" y="405" text-anchor="middle" |
| 136 | font-size="15" font-weight="700" fill="#1E293B">Pilot Validation</text> |
| 137 | <line x1="485" y1="425" x2="625" y2="425" stroke="#F0F0F0" stroke-width="1"/> |
| 138 | <text x="480" y="450" font-size="13" fill="#475569">· Select Scenarios</text> |
| 139 | <text x="480" y="478" font-size="13" fill="#475569">· Rapid MVP Launch</text> |
| 140 | <text x="480" y="506" font-size="13" fill="#475569">· Performance Data</text> |
| 141 | <text x="480" y="534" font-size="13" fill="#475569">· Feedback Iteration</text> |
| 142 | <line x1="485" y1="560" x2="625" y2="560" stroke="#F0F0F0" stroke-width="1"/> |
| 143 | <text x="480" y="585" font-size="13" font-weight="600" fill="#0284C7">Deliverables:</text> |
| 144 | <text x="480" y="608" fill="#94A3B8">Pilot Summary</text> |
| 145 | <text x="480" y="630" fill="#94A3B8">Feasibility Report</text> |
| 146 | </g> |
| 147 | </g> |
| 148 | <!-- Card 4 --> |
| 149 | <g id="card-4"> |
| 150 | <g> |
| 151 | <rect x="670" y="370" width="190" height="290" rx="10" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/> |
| 152 | <rect x="670" y="370" width="190" height="5" rx="3" fill="#059669"/> |
| 153 | <text x="765" y="405" text-anchor="middle" |
| 154 | font-size="15" font-weight="700" fill="#1E293B">Scale & Rollout</text> |
| 155 | <line x1="695" y1="425" x2="835" y2="425" stroke="#F0F0F0" stroke-width="1"/> |
| 156 | <text x="690" y="450" font-size="13" fill="#475569">· Full-Scale Rollout</text> |
| 157 | <text x="690" y="478" font-size="13" fill="#475569">· Org. Change Mgt.</text> |
| 158 | <text x="690" y="506" font-size="13" fill="#475569">· Team Training</text> |
| 159 | <text x="690" y="534" font-size="13" fill="#475569">· Build Standards</text> |
| 160 | <line x1="695" y1="560" x2="835" y2="560" stroke="#F0F0F0" stroke-width="1"/> |
| 161 | <text x="690" y="585" font-size="13" font-weight="600" fill="#059669">Deliverables:</text> |
| 162 | <text x="690" y="608" fill="#94A3B8">Rollout Plan</text> |
| 163 | <text x="690" y="630" fill="#94A3B8">Capability Playbook</text> |
| 164 | </g> |
| 165 | </g> |
| 166 | <!-- Card 5 --> |
| 167 | <g id="card-5"> |
| 168 | <g> |
| 169 | <rect x="880" y="370" width="190" height="290" rx="10" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/> |
| 170 | <rect x="880" y="370" width="190" height="5" rx="3" fill="#D97706"/> |
| 171 | <text x="975" y="405" text-anchor="middle" |
| 172 | font-size="15" font-weight="700" fill="#1E293B">Optimization</text> |
| 173 | <line x1="905" y1="425" x2="1045" y2="425" stroke="#F0F0F0" stroke-width="1"/> |
| 174 | <text x="900" y="450" font-size="13" fill="#475569">· Ops Monitoring</text> |
| 175 | <text x="900" y="478" font-size="13" fill="#475569">· Data-Driven Opt.</text> |
| 176 | <text x="900" y="506" font-size="13" fill="#475569">· Tech Upgrades</text> |
| 177 | <text x="900" y="534" font-size="13" fill="#475569">· Scenario Expansion</text> |
| 178 | <line x1="905" y1="560" x2="1045" y2="560" stroke="#F0F0F0" stroke-width="1"/> |
| 179 | <text x="900" y="585" font-size="13" font-weight="600" fill="#D97706">Deliverables:</text> |
| 180 | <text x="900" y="608" fill="#94A3B8">Ops Dashboard</text> |
| 181 | <text x="900" y="630" fill="#94A3B8">Quarterly Report</text> |
| 182 | </g> |
| 183 | </g> |
| 184 | </g> |
| 185 | </g> |
| 186 | <!-- Footer Note --> |
| 187 | <g id="footer" data-pptx-bounds="300 640 680 25"> |
| 188 | <text x="640" y="660" text-anchor="middle" fill="#CBD5E1">Phase durations and deliverables can be flexibly adjusted based on actual enterprise situations.</text> |
| 189 | </g> |
| 190 | </svg> |
| 191 |