strategy-consulting-visualization

Solid

Use when turning any content into clear, professional visualizations - board slides, reports, proposals, research summaries, training materials, technical diagrams, infographics, process flows, timelines, benchmarks, waterfall charts, or data-backed visual specs for any audience.

AI & Automation 101 stars 18 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Strategy Consulting Visualization ## Purpose Use this skill to turn any content into professional visualization specs with strategy-consulting clarity: insight-led headlines, disciplined layout, accurate data, restrained design, and explicit implications. It covers board slides first, and generalizes to reports, proposals, training materials, technical diagrams, infographics, and any input that benefits from visual structure. ## Fast Path Skip the pattern-by-pattern build when the user just wants a complete, real deck or document immediately. **Full deck** — scaffold a ready-made archetype from `templates/decks/`, then fill in the illustrative placeholders with real data: ```bash python3 scripts/scaffold_deck.py --list # 6 archetypes with slide counts python3 scripts/scaffold_deck.py board-update -o my-deck # copies deck.json + specs/ # edit my-deck/specs/*.json with real data, keeping the pattern shapes intact python3 scripts/build_html_deck.py --manifest my-deck/deck.json -o my-deck/deck.html ``` **Document** — write Markdown (with `spec:`/`svg:` exhibit references where a chart belongs) and build it straight to a browser-ready, print-to-A4 HTML report: ```bash python3 scripts/build_html_report.py my-report.md -o my-report.html --lang en ``` `templates/reports/` has three starting points (board pre-read, one-pager, proposal memo). **Speaker script** — the podium version of any deck: add a top-level `"notes"` field (a string, or a list...

Details

Author
kgraph57
Repository
kgraph57/mckinsey-style-visualization-skill
Created
6 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

consulting-deck

Build business/IT consulting slide decks the way a strategy consultant builds them — framework-driven narrative, message-first slide titles, every number sourced, and a disciplined, brand-neutral visual system you can skin with your own identity. Use this skill whenever the user asks for a consulting deck, market research report, industry analysis, competitive landscape, PEST/SWOT/4P/value-chain analysis, digital transformation or AI proposal, bidding/pitch deck, client-facing PPT, "外部调研报告", "行业分析", "投标方案", or wants an existing deck restructured, condensed, or made presentable. Also use it when the user has raw evidence (screenshots, interview notes, survey exports, scraped data) and needs it turned into slides, or when they ask to "make this deck less cluttered", "combine these pages", or "make this look professional". Trigger even if they never say the word "consulting" — if the deliverable is a .pptx that has to persuade a client or an executive, this is the skill.

1 Updated 2 weeks ago
BotTony329
Code & Development Listed

executive-slide

Use when the user asks for an executive slide, strategy slide, consulting slide, McKinsey/MBB-style slide, executive or strategy deck, board deck, or wants data/analysis made "boardroom-ready" or presented to leadership. Produces single slides or multi-slide React (.jsx) artifact decks to management-consulting standards.

0 Updated 1 months ago
trev0rr
AI & Automation Listed

deck-consulting

Consult on a presentation the way a senior advisor would, one node at a time — positioning, structure, condensation, headlines, storyline, opening, closing, delivery, layout — with each node's artifact written to disk so later nodes build on earlier ones instead of restarting from the raw material.

1 Updated 2 days ago
leoluyi