經營分析資料驅動 PPT 編寫

👤 任準 📦 v1.0.0 ⭐ 0.0 ⬇️ 580 下載
📄 辦公效率 免費

📖 技能介紹


name: business-analysis-ppt description: 經營分析資料驅動 PPT 生成。把經營/財務/運營資料跑通"探索→清洗→指標→視覺化→洞察"分析流程後,用 html-ppt 編排成專業經營分析彙報 HTML PPT,圖表用 Chart.js 內聯渲染跟隨主題。整合 scene#8 資料分析及視覺化能力與 html-ppt 編排能力。Use when the user asks for 經營分析PPT、經營報告、經營彙報、業績分析PPT、季度經營回顧、月度經營分析、年度經營總結、business review deck、經營復盤、KPI彙報、經營分析報告、業務分析PPT, or any request combining business data analysis with a presentation deliverable. Triggers include "經營分析", "經營報告", "業績彙報", "經營復盤", "季度回顧", "business review", "KPI 彙報".


business-analysis-ppt — 經營分析資料驅動 PPT

把經營資料從原始表跑通完整分析鏈,落地成一份專業經營分析彙報 HTML PPT。 整合兩個能力:scene#8 資料分析及視覺化(探索→清洗→指標→視覺化→驗證→洞察)+ html-ppt(36 主題 / 31 layouts / Chart.js 內聯圖表 / 演講者模式)。

核心整合點

7w4.net有更好的技能外掛。

html-ppt 的 chart layout(chart-bar/line/pie/radar)已內建 Chart.js CDN。 分析得出的資料直接以 JS 物件內聯到 slide 的 <canvas>,不經過圖片中轉—— 圖表跟隨主題色、可互動、可切主題。這是本 skill 區別於"先生成 PNG 再貼 PPT"的關鍵。

五階段工作流

Phase 1 · 理解經營問題(先問再算)

確認四件事,缺一不可: 1. 分析週期:月報 / 季報 / 年報 / 專項 2. 彙報物件:董事會(看財務+戰略)/ 高管(看增長+效率)/ 運營(看細節+動作) 3. 核心問題:本期要回答的關鍵經營問題(如"Q3 增長為何放緩") 4. 資料範圍:哪些表/檔案、時間跨度、是否含目標值

若使用者給了資料檔案,先 data-exploration profile;若只有口頭描述,先列要的資料欄位。

Phase 2 · 資料探索與清洗

  1. 探索:套 data-exploration,輸出欄位字典、缺失率、基數、時間跨度、資料粒度
  2. 質量審計:缺失值 / 極端值(負數、取消單 InvoiceNo 以 C 開頭等)/ 重複行 / 異常分佈
  3. 清洗規則清單:每條規則記"原因 + 影響面 + 可回滾策略",不直接覆蓋原始資料
  4. 口徑確認:GMV 是否含取消單、收入是含稅還是淨額、活躍定義——不確定就標註

Phase 3 · 指標構建與分析

references/business-metrics.md 選指標。 核心指標必須給三組對比:YoY 同比 + QoQ/MoM 環比 + vs 目標達成率

典型分析動作: - KPI 看板:6 個核心數字(營收/淨利/活躍/留存/達成率/現金流) - 趨勢分析:月/季折線,標異常點 - 結構分析:業務線/區域/產品佔比 - 分群:RFM 分群、cohort 留存、新老客對比 - 異常歸因:識別波動,給原因假設 + 驗證方法

Phase 4 · 洞察提煉(結論要可執行)

輸出 3-5 條結論,每條包含: - 發現:一句話結論("Q3 GMV 同比 +23%,但客單價下滑 8%") - 證據:支撐資料點 - 建議動作:具體到誰做什麼 - 預期收益指標:動作落地後預期改善哪個指標 - 風險點:動作可能帶來的副作用 - 驗證方法:怎麼知道動作有效(A/B、對照期)

先跑 data-validation(scene#8 關聯 skill)自檢: 行數 sanity、null 檢查、量級合理、趨勢連續性、子項加和=總計。

Phase 5 · PPT 編排(用 html-ppt)

主題選擇(經營彙報首選): - corporate-clean(正式彙報預設) - pitch-deck-vc(對外投資人) - academic-paper(嚴謹資料包告) - editorial-serif(年報質感)

典型章節結構(10-15 頁):

內容 html-ppt layout
1 封面(標題/週期/彙報人) cover
2 執行摘要(3-5 條核心結論) bullets / stat-highlight
3 業績看板(KPI) kpi-grid
4 業績趨勢(同比環比) chart-line
5 結構分析(業務線/區域佔比) chart-bar / chart-pie
6 客戶分群(RFM/cohort) chart-bar + table
7 異常與風險 chart-line(標異常點)
8 結論與行動建議 bullets / pros-cons
9 下階段計劃 roadmap
10 致謝/資料說明 thanks / table

資料 → 圖表的對映見 references/chart-mapping.md

編排規則(遵循 html-ppt authoring rules): 1. 永遠從 vendor/html-ppt/templates/single-page/ 複製 layout 再改內容,不從零寫 2. 圖表用 CSS 變數取色(--accent/--accent-2/--text-2/--border),不寫死色值 3. A 股慣例:漲紅跌綠(增長用紅 #E53935,下降用綠 #43A047,除非使用者另指定) 4. 貨幣用 ¥,大數格式化(1.2B / 3400W) 5. 每頁 KPI 用 kpi-grid<span class="counter" data-to="N"> 做數字滾動動畫 6. 複雜互動圖(plotly 聯動)不放 PPT,單獨出附件,PPT 內只放結論性圖 7. speaker notes 寫進 <div class="notes">,不上 slide 正文

與 html-ppt 的銜接(已內建)

html-ppt 已作為子目錄內建在 vendor/html-ppt/,無需單獨安裝。 編排 PPT 時直接用內建資源: 1. authoring 指南、主題/佈局/動畫目錄見 vendor/html-ppt/references/ 2. 用 vendor/html-ppt/scripts/new-deck.sh <name> 腳手架起 deck(需先 cp 到目標目錄,見下) 3. 按 references/chart-mapping.md 選 layout 4. 把 Phase 3 計算結果填入 layout 的 demo data 位置

起 deck 的推薦做法(避免 vendor 路徑汙染 deck 內部相對引用):

# 1. 把內建 html-ppt 的 assets/templates/scripts 拷到目標工作目錄旁
cp -R vendor/html-ppt/assets  <目標目錄>/assets
cp -R vendor/html-ppt/scripts <目標目錄>/scripts
# 2. 複製 layout 檔案改內容
cp vendor/html-ppt/templates/single-page/<layout>.html <目標目錄>/index.html
# 3. 編輯 index.html,demo data 替換為分析結果

deck 內的 CSS/JS 用相對路徑 ../assets/ 即可正常工作。

與 scene#8 資料分析能力的銜接

scene#8 關聯的 skills 按需呼叫: - data-analysis-workflows:分析工作流總綱(本 skill 已內化核心流程) - data-exploration:profiling 新資料集 - data-visualization:選圖 + Python 圖表程式碼(探索階段用,最終 PPT 用 Chart.js) - statistical-analysis:異常檢測、顯著性檢驗 - data-validation:出報告前自檢 - sql-queries:需要寫查詢時

交付物清單

一次完整的經營分析 PPT 任務交付: 1. index.html — 主 deck(可鍵盤翻頁、可切主題、可演講者模式) 2. analysis-report.md — 結構化分析報告(方法/發現/侷限/附錄查詢) 3. data/ — 清洗後資料 + KPI 計算表(CSV) 4. (可選)interactive/ — 探索性互動圖附件 5. (可選)PNG 匯出(vendor/html-ppt/scripts/render.sh

輸出目錄約定

  • 最終 deck 放到使用者工作目錄
  • 分析中間產物(清洗資料、計算指令碼)放系統臨時目錄,完成後只回拷關鍵交付物

References

📁 包含檔案 (155 個)

📄 SKILL.md 7.5 KB
📄 references/business-metrics.md 1.9 KB
📄 references/chart-mapping.md 3.7 KB
📄 vendor/html-ppt/SKILL.md 13.9 KB
📄 vendor/html-ppt/assets/animations/animations.css 7.9 KB
📄 vendor/html-ppt/assets/animations/fx-runtime.js 3.1 KB
📄 vendor/html-ppt/assets/animations/fx/_util.js 1.9 KB
📄 vendor/html-ppt/assets/animations/fx/chain-react.js 1.4 KB
📄 vendor/html-ppt/assets/animations/fx/confetti-cannon.js 1.5 KB
📄 vendor/html-ppt/assets/animations/fx/constellation.js 1.3 KB
📄 vendor/html-ppt/assets/animations/fx/counter-explosion.js 2.3 KB
📄 vendor/html-ppt/assets/animations/fx/data-stream.js 1.5 KB
📄 vendor/html-ppt/assets/animations/fx/firework.js 1.6 KB
📄 vendor/html-ppt/assets/animations/fx/galaxy-swirl.js 1 KB
📄 vendor/html-ppt/assets/animations/fx/gradient-blob.js 1.4 KB
📄 vendor/html-ppt/assets/animations/fx/knowledge-graph.js 2.4 KB
📄 vendor/html-ppt/assets/animations/fx/letter-explode.js 2 KB
📄 vendor/html-ppt/assets/animations/fx/magnetic-field.js 1.3 KB
📄 vendor/html-ppt/assets/animations/fx/matrix-rain.js 1.1 KB
📄 vendor/html-ppt/assets/animations/fx/neural-net.js 2.6 KB
📄 vendor/html-ppt/assets/animations/fx/orbit-ring.js 1.3 KB
📄 vendor/html-ppt/assets/animations/fx/particle-burst.js 1.2 KB
📄 vendor/html-ppt/assets/animations/fx/shockwave.js 1.3 KB
📄 vendor/html-ppt/assets/animations/fx/sparkle-trail.js 1.9 KB
📄 vendor/html-ppt/assets/animations/fx/starfield.js 990 B
📄 vendor/html-ppt/assets/animations/fx/typewriter-multi.js 2.1 KB
📄 vendor/html-ppt/assets/animations/fx/word-cascade.js 1.6 KB
📄 vendor/html-ppt/assets/base.css 8 KB
📄 vendor/html-ppt/assets/fonts.css 889 B
📄 vendor/html-ppt/assets/runtime.js 36.2 KB
📄 vendor/html-ppt/assets/themes/academic-paper.css 1.2 KB
📄 vendor/html-ppt/assets/themes/arctic-cool.css 673 B
📄 vendor/html-ppt/assets/themes/aurora.css 1.1 KB
📄 vendor/html-ppt/assets/themes/bauhaus.css 719 B
📄 vendor/html-ppt/assets/themes/blueprint.css 956 B
📄 vendor/html-ppt/assets/themes/catppuccin-latte.css 663 B
📄 vendor/html-ppt/assets/themes/catppuccin-mocha.css 660 B
📄 vendor/html-ppt/assets/themes/corporate-clean.css 949 B
📄 vendor/html-ppt/assets/themes/cyberpunk-neon.css 1.3 KB
📄 vendor/html-ppt/assets/themes/dracula.css 650 B
📄 vendor/html-ppt/assets/themes/editorial-serif.css 863 B
📄 vendor/html-ppt/assets/themes/engineering-whiteprint.css 1.3 KB
📄 vendor/html-ppt/assets/themes/glassmorphism.css 1.1 KB
📄 vendor/html-ppt/assets/themes/gruvbox-dark.css 635 B
📄 vendor/html-ppt/assets/themes/japanese-minimal.css 1004 B
📄 vendor/html-ppt/assets/themes/magazine-bold.css 1.1 KB
📄 vendor/html-ppt/assets/themes/memphis-pop.css 967 B
📄 vendor/html-ppt/assets/themes/midcentury.css 920 B
📄 vendor/html-ppt/assets/themes/minimal-white.css 760 B
📄 vendor/html-ppt/assets/themes/neo-brutalism.css 792 B
📄 vendor/html-ppt/assets/themes/news-broadcast.css 1.1 KB
📄 vendor/html-ppt/assets/themes/nord.css 628 B
📄 vendor/html-ppt/assets/themes/pitch-deck-vc.css 1.2 KB
📄 vendor/html-ppt/assets/themes/rainbow-gradient.css 839 B
📄 vendor/html-ppt/assets/themes/retro-tv.css 1.2 KB
📄 vendor/html-ppt/assets/themes/rose-pine.css 634 B
📄 vendor/html-ppt/assets/themes/sharp-mono.css 739 B
📄 vendor/html-ppt/assets/themes/soft-pastel.css 665 B
📄 vendor/html-ppt/assets/themes/solarized-light.css 645 B
📄 vendor/html-ppt/assets/themes/sunset-warm.css 675 B
📄 vendor/html-ppt/assets/themes/swiss-grid.css 929 B
📄 vendor/html-ppt/assets/themes/terminal-green.css 836 B
📄 vendor/html-ppt/assets/themes/tokyo-night.css 635 B
📄 vendor/html-ppt/assets/themes/vaporwave.css 1.2 KB
📄 vendor/html-ppt/assets/themes/xiaohongshu-white.css 757 B
📄 vendor/html-ppt/assets/themes/y2k-chrome.css 1.3 KB
📄 vendor/html-ppt/references/animations.md 7.5 KB
📄 vendor/html-ppt/references/authoring-guide.md 5 KB
📄 vendor/html-ppt/references/full-decks.md 8.4 KB
📄 vendor/html-ppt/references/layouts.md 3.9 KB
📄 vendor/html-ppt/references/presenter-mode.md 9.7 KB
📄 vendor/html-ppt/references/themes.md 5.1 KB
📄 vendor/html-ppt/scripts/new-deck.sh 1.3 KB
📄 vendor/html-ppt/scripts/render.sh 1.7 KB
📄 vendor/html-ppt/templates/animation-showcase.html 7.5 KB
📄 vendor/html-ppt/templates/deck.html 3.2 KB
📄 vendor/html-ppt/templates/full-decks-index.html 4.4 KB
📄 vendor/html-ppt/templates/full-decks/course-module/README.md 627 B
📄 vendor/html-ppt/templates/full-decks/course-module/index.html 9.8 KB
📄 vendor/html-ppt/templates/full-decks/course-module/style.css 4.3 KB
📄 vendor/html-ppt/templates/full-decks/dir-key-nav-minimal/README.md 1021 B
📄 vendor/html-ppt/templates/full-decks/dir-key-nav-minimal/index.html 6 KB
📄 vendor/html-ppt/templates/full-decks/dir-key-nav-minimal/style.css 4.7 KB
📄 vendor/html-ppt/templates/full-decks/graphify-dark-graph/README.md 937 B
📄 vendor/html-ppt/templates/full-decks/graphify-dark-graph/index.html 10.9 KB
📄 vendor/html-ppt/templates/full-decks/graphify-dark-graph/style.css 5 KB
📄 vendor/html-ppt/templates/full-decks/hermes-cyber-terminal/README.md 1016 B
📄 vendor/html-ppt/templates/full-decks/hermes-cyber-terminal/index.html 11.5 KB
📄 vendor/html-ppt/templates/full-decks/hermes-cyber-terminal/style.css 5.7 KB
📄 vendor/html-ppt/templates/full-decks/knowledge-arch-blueprint/README.md 933 B
📄 vendor/html-ppt/templates/full-decks/knowledge-arch-blueprint/index.html 11.5 KB
📄 vendor/html-ppt/templates/full-decks/knowledge-arch-blueprint/style.css 4.9 KB
📄 vendor/html-ppt/templates/full-decks/obsidian-claude-gradient/README.md 901 B
📄 vendor/html-ppt/templates/full-decks/obsidian-claude-gradient/index.html 7.5 KB
📄 vendor/html-ppt/templates/full-decks/obsidian-claude-gradient/style.css 6 KB
📄 vendor/html-ppt/templates/full-decks/pitch-deck/README.md 524 B
📄 vendor/html-ppt/templates/full-decks/pitch-deck/index.html 7.9 KB
📄 vendor/html-ppt/templates/full-decks/pitch-deck/style.css 3.5 KB
📄 vendor/html-ppt/templates/full-decks/presenter-mode-reveal/README.md 3.9 KB
📄 vendor/html-ppt/templates/full-decks/presenter-mode-reveal/index.html 13.8 KB
📄 vendor/html-ppt/templates/full-decks/presenter-mode-reveal/style.css 5.5 KB
📄 vendor/html-ppt/templates/full-decks/product-launch/README.md 545 B
📄 vendor/html-ppt/templates/full-decks/product-launch/index.html 6.4 KB
📄 vendor/html-ppt/templates/full-decks/product-launch/style.css 3.9 KB
📄 vendor/html-ppt/templates/full-decks/tech-sharing/README.md 522 B
📄 vendor/html-ppt/templates/full-decks/tech-sharing/index.html 8.9 KB
📄 vendor/html-ppt/templates/full-decks/tech-sharing/style.css 3.8 KB
📄 vendor/html-ppt/templates/full-decks/testing-safety-alert/README.md 967 B
📄 vendor/html-ppt/templates/full-decks/testing-safety-alert/index.html 11.1 KB
📄 vendor/html-ppt/templates/full-decks/testing-safety-alert/style.css 6.5 KB
📄 vendor/html-ppt/templates/full-decks/weekly-report/README.md 562 B
📄 vendor/html-ppt/templates/full-decks/weekly-report/index.html 8.3 KB
📄 vendor/html-ppt/templates/full-decks/weekly-report/style.css 4.9 KB
📄 vendor/html-ppt/templates/full-decks/xhs-pastel-card/README.md 1 KB
📄 vendor/html-ppt/templates/full-decks/xhs-pastel-card/index.html 9.1 KB
📄 vendor/html-ppt/templates/full-decks/xhs-pastel-card/style.css 5.5 KB
📄 vendor/html-ppt/templates/full-decks/xhs-post/README.md 628 B
📄 vendor/html-ppt/templates/full-decks/xhs-post/index.html 7.7 KB
📄 vendor/html-ppt/templates/full-decks/xhs-post/style.css 4 KB
📄 vendor/html-ppt/templates/full-decks/xhs-white-editorial/README.md 995 B
📄 vendor/html-ppt/templates/full-decks/xhs-white-editorial/index.html 10.6 KB
📄 vendor/html-ppt/templates/full-decks/xhs-white-editorial/style.css 5.6 KB
📄 vendor/html-ppt/templates/layout-showcase.html 2.2 KB
📄 vendor/html-ppt/templates/single-page/arch-diagram.html 2.8 KB
📄 vendor/html-ppt/templates/single-page/big-quote.html 1 KB
📄 vendor/html-ppt/templates/single-page/bullets.html 1.3 KB
📄 vendor/html-ppt/templates/single-page/chart-bar.html 1.5 KB
📄 vendor/html-ppt/templates/single-page/chart-line.html 1.9 KB
📄 vendor/html-ppt/templates/single-page/chart-pie.html 1.9 KB
📄 vendor/html-ppt/templates/single-page/chart-radar.html 1.8 KB
📄 vendor/html-ppt/templates/single-page/code.html 1.7 KB
📄 vendor/html-ppt/templates/single-page/comparison.html 2 KB
📄 vendor/html-ppt/templates/single-page/cover.html 1.7 KB
📄 vendor/html-ppt/templates/single-page/cta.html 1.6 KB
📄 vendor/html-ppt/templates/single-page/diff.html 1.9 KB
📄 vendor/html-ppt/templates/single-page/flow-diagram.html 1.8 KB
📄 vendor/html-ppt/templates/single-page/gantt.html 2.5 KB
📄 vendor/html-ppt/templates/single-page/image-grid.html 1.9 KB
📄 vendor/html-ppt/templates/single-page/image-hero.html 1.8 KB
📄 vendor/html-ppt/templates/single-page/kpi-grid.html 1.5 KB
📄 vendor/html-ppt/templates/single-page/mindmap.html 2.1 KB
📄 vendor/html-ppt/templates/single-page/process-steps.html 2.1 KB
📄 vendor/html-ppt/templates/single-page/pros-cons.html 1.8 KB
📄 vendor/html-ppt/templates/single-page/roadmap.html 2.1 KB
📄 vendor/html-ppt/templates/single-page/section-divider.html 989 B
📄 vendor/html-ppt/templates/single-page/stat-highlight.html 989 B
📄 vendor/html-ppt/templates/single-page/table.html 2 KB
📄 vendor/html-ppt/templates/single-page/terminal.html 2.1 KB
📄 vendor/html-ppt/templates/single-page/thanks.html 1.1 KB
📄 vendor/html-ppt/templates/single-page/three-column.html 1.2 KB
📄 vendor/html-ppt/templates/single-page/timeline.html 2.1 KB
📄 vendor/html-ppt/templates/single-page/toc.html 1.8 KB
📄 vendor/html-ppt/templates/single-page/todo-checklist.html 2.3 KB
📄 vendor/html-ppt/templates/single-page/two-column.html 1.5 KB
📄 vendor/html-ppt/templates/theme-showcase.html 6.3 KB