strategy-consulting-visualization
Installation
SKILL.md
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:
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