Design Elevation System
This skill transforms functional visual outputs into polished, professional designs by applying systematic design thinking and refinement protocols.
Design Philosophy
Follow Alla Kholmatova's design systems framework: every design decision is either a functional pattern (what users interact with — structure, layout, components) or a perceptual pattern (how it feels — color, typography, spacing, motion). Both layers must be intentional.
Canonical Design Tokens: Tailwind CSS
All design decisions should map to Tailwind CSS as the shared design language. This means:
- Colors from Tailwind's palette (gray, blue, emerald, amber, rose, violet, etc.)
- Spacing from Tailwind's scale (1 = 0.25rem/4px, 2 = 0.5rem/8px, 4 = 1rem/16px, etc.)
- Typography from Tailwind's type scale (text-xs through text-9xl)
- Border radius from Tailwind's system (rounded-sm through rounded-2xl)
- Shadows from Tailwind's elevation (shadow-sm through shadow-2xl)
When writing CSS or HTML, use Tailwind utility classes. When defining design tokens for other formats (presentations, documents), translate Tailwind values into the target medium.
Activation Protocol
When creating ANY visual output:
- Start with function — Create a working version first
- Define functional patterns — What does the user interact with? What's the structure? Use
references/grid-systems.md
- Define perceptual patterns — How should it feel? What's the personality? Use
references/elevation-protocol.md
- Apply interrogation — Question every default choice using
references/design-interrogation.md
- Elevate with techniques — Use specific moves from
references/technique-catalog.md
- Polish data visualizations — If any charts/data, apply
references/data-visualization.md
- Final check — Ensure output feels hand-crafted, not templated
Functional Patterns by Output Type
For Presentations (PPTX)
- Start with information hierarchy, not decoration
- Apply grid systems from
references/grid-systems.md
- One idea per slide — if it needs two ideas, it needs two slides
- Build complexity gradually across the slide sequence
For Dashboards & Data Visualization
- Begin with data relationships, not chart types
- Apply Tufte's data-ink ratio from
references/data-visualization.md
- Structure: KPI bar → Primary chart → Supporting charts → Detail tables
- Use small multiples over multi-series charts when comparing 4+ categories
- Default to Tailwind's gray scale for non-data elements; reserve color for data
For Documents & Reports
- Structure with clear typographic hierarchy
- Apply document grids from
references/grid-systems.md
- Use Tailwind's type scale for consistent sizing
For Web/HTML Artifacts
- Design with responsive grid foundations (Tailwind's grid/flex utilities)
- Use Tailwind utility classes directly
- Apply animation restraint —
transition-all duration-200 ease-out as default
Perceptual Patterns
Typography Excellence
Tailwind's type scale is the foundation. Layer these refinements:
- Use
font-sans (Inter/system) for UI, font-serif for editorial
- Apply
tracking-tight for display text (text-3xl and above)
- Apply
leading-relaxed for body text
- Use
font-semibold for emphasis over font-bold — subtler hierarchy
- For numbers in data contexts: always
tabular-nums
- Refer to
references/typography-scales.md for scale selection
Color Sophistication
Tailwind's palette is the source of truth:
- Build from
gray neutrals (not pure black/white)
text-gray-900 for primary text, text-gray-500 for secondary, text-gray-400 for tertiary
bg-white or bg-gray-50 for backgrounds — never stark white with stark black
- Accent color: pick ONE from Tailwind's palette (blue, emerald, violet, etc.)
- Apply 60-30-10: 60% neutrals, 30% secondary, 10% accent
- Refer to
references/color-systems.md for full system
Spatial Systems
Tailwind's spacing scale provides the rhythm:
- Base unit:
4 (1rem / 16px) for most UI
- Component padding:
p-4 to p-6 (16-24px)
- Section spacing:
py-12 to py-20 (48-80px)
- Gaps:
gap-4 for tight, gap-6 for comfortable, gap-8 for spacious
- Use Tailwind's spacing scale exclusively — no arbitrary values
- Refer to
references/spacing-systems.md for patterns
Visual Refinement
- Border radius:
rounded-lg as default for cards, rounded-md for buttons
- Borders:
border border-gray-100 for subtle card separation
- Shadows:
shadow-sm for cards; reserve shadow-lg for modals/overlays
- Hover states:
hover:bg-gray-50 for interactive elements
- Transitions:
transition-colors duration-150 as default
Design Exemplars
Use these as illustrations of principles, not as the system itself. The system is Tailwind + Kholmatova's framework. These exemplars show what excellence looks like:
- Stripe: Gradient sophistication, precise type, technical content made beautiful
- Linear: Dark mode mastery, keyboard-first, minimal and precise
- Apple: Scale contrasts, photography integration, restraint as premium
- Swiss/International Style: Grid discipline, objective clarity, mathematical spacing
- Trimble Modus: Enterprise utility, Open Sans 14px body, 4px radius, uniform shadows, professional restraint
- IBM Carbon: Sharp corners (0px radius), IBM Plex type family, 2x grid, four-theme architecture
- Shopify Polaris: Merchant-friendly, warm neutrals, dark primary buttons, 13px body, rounded cards
- Adobe Spectrum: Four color themes, two scale modes, three-layer token architecture, creative-tool patterns
- Salesforce Lightning: CRM-optimized, brand blue #0176d3, slds- utility classes, record-detail patterns
Refer to references/design-exemplars.md for specific techniques to borrow.
Trimble Modus Override
When building for Trimble products or when Modus styling is requested, Modus tokens override Tailwind defaults:
- Font: Open Sans (not Inter), body at 14px (not 16px)
- Primary:
#0063A3 Trimble Blue (not Tailwind blue-600)
- Border radius:
4px everywhere (not rounded-lg)
- Shadows:
0 0 4px rgba(36,35,45,0.3) uniform (not directional)
- Gray scale: Modus grays with cool/blue undertone (not Tailwind neutral grays)
- Full reference:
references/modus-design-system.md
IBM Carbon Override
When building for IBM products or when Carbon styling is requested, Carbon tokens override Tailwind defaults:
- Font: IBM Plex Sans (not Inter), body at 14px
- Primary:
#0f62fe Blue 60 (not Tailwind blue-600)
- Border radius:
0 everywhere (not rounded-lg) — Carbon's signature sharp corners
- Text:
#161616 Gray 100 (not Tailwind gray-900)
- Layers: alternating white/gray-10 (
#f4f4f4) for depth
- Full reference:
references/carbon-design-system.md
Shopify Polaris Override
When building Shopify apps or when Polaris styling is requested, Polaris tokens override Tailwind defaults:
- Font: Inter, body at 13px (not 16px)
- Primary buttons:
#303030 dark (not blue!)
- Interactive/links:
#005bd3
- Page background:
#f1f1f1 (not white)
- Border radius:
8px for cards, 6px for buttons
- Full reference:
references/polaris-design-system.md
Adobe Spectrum Override
When building Adobe products or when Spectrum styling is requested, Spectrum tokens override Tailwind defaults:
- Font: Adobe Clean / Source Sans Pro, body at 14px
- Accent:
#0D80D8 (light) / #2A9AF4 (dark)
- Border radius:
4px for controls, 8px for cards
- Four themes: Lightest, Light, Dark, Darkest
- Two scales: Medium (desktop), Large (touch)
- Full reference:
references/spectrum-design-system.md
Salesforce Lightning Override
When building Salesforce apps or when Lightning/SLDS styling is requested, SLDS tokens override Tailwind defaults:
- Font: Salesforce Sans, body at 13px
- Brand:
#0176d3 (not Tailwind blue-600)
- Border radius:
4px (0.25rem) everywhere
- Text:
#181818 (not Tailwind gray-900)
- Uses
slds- prefix utility classes
- Full reference:
references/lightning-design-system.md
Critical Design Moves (Quick Reference)
Make it feel intentional
- Replace
#000000 with text-gray-900
- Replace
#ffffff with bg-gray-50 for backgrounds
- Use
rounded-lg consistently, not mixed radii
- Apply one spacing scale throughout
Make it feel premium
- Generous whitespace —
p-8 or p-12 on hero sections
- Tight tracking on display text:
tracking-tight
- Colored shadows:
shadow-blue-500/10 instead of black
- Subtle borders:
border-gray-100 instead of border-gray-300
Make it feel clean
- Remove borders and use whitespace to separate
- Reduce to 2-3 type sizes maximum per view
- Single accent color
text-gray-500 for supporting text, not smaller type
Make data feel clear
- Title states the finding, not the chart type
- Direct labels over legends
- Gray out non-essential series
tabular-nums on all number columns
- Source attribution in
text-xs text-gray-400
Resource Loading Priority
For efficiency, load resources in this order:
references/elevation-protocol.md — Always load first
references/data-visualization.md — Load when any data/charts involved
references/technique-catalog.md — Load for specific techniques
references/design-interrogation.md — Load for quality checks
references/modus-design-system.md — Load when Trimble/Modus styling is requested
references/carbon-design-system.md — Load when IBM/Carbon styling is requested
references/polaris-design-system.md — Load when Shopify/Polaris styling is requested
references/spectrum-design-system.md — Load when Adobe/Spectrum styling is requested
references/lightning-design-system.md — Load when Salesforce/Lightning styling is requested
- Context-specific references (color, typography, spacing, grids) as needed
Output Standards
Every delivered visual should:
- Use Tailwind's design tokens consistently (or their translated equivalents)
- Show clear functional patterns (structure, hierarchy, interaction)
- Express coherent perceptual patterns (color, type, spacing, motion)
- Demonstrate data integrity (if data is present, follow Tufte's principles)
- Feel intentionally designed, not defaulted
- Balance boldness with restraint
Silent Execution
Unless explicitly asked, apply all design thinking internally. The user sees only the polished result. Document design decisions in code comments for HTML/CSS, or in speaker notes for presentations, but don't explain the process unless requested.
Great design is invisible when done right. The user should feel the quality without seeing the effort.
1---2name: design-elevation3description: Comprehensive design elevation system that automatically transforms functional visual outputs into polished, professional designs. Use when creating ANY visual output including presentations (pptx), spreadsheets (xlsx), dashboards, reports, HTML artifacts, PDFs, web pages, or data visualizations. Applies systematic design thinking grounded in Tailwind CSS as the canonical design token system. Structures decisions through functional patterns (what users interact with) and perceptual patterns (how the design feels), following Alla Kholmatova's design systems framework. Triggers on ALL requests for visual content creation, ensuring outputs look hand-crafted rather than template-based.4---56# Design Elevation System78This skill transforms functional visual outputs into polished, professional designs by applying systematic design thinking and refinement protocols.910## Design Philosophy1112Follow Alla Kholmatova's design systems framework: every design decision is either a **functional pattern** (what users interact with — structure, layout, components) or a **perceptual pattern** (how it feels — color, typography, spacing, motion). Both layers must be intentional.1314### Canonical Design Tokens: Tailwind CSS1516All design decisions should map to **Tailwind CSS** as the shared design language. This means:17- Colors from Tailwind's palette (gray, blue, emerald, amber, rose, violet, etc.)18- Spacing from Tailwind's scale (1 = 0.25rem/4px, 2 = 0.5rem/8px, 4 = 1rem/16px, etc.)19- Typography from Tailwind's type scale (text-xs through text-9xl)20- Border radius from Tailwind's system (rounded-sm through rounded-2xl)21- Shadows from Tailwind's elevation (shadow-sm through shadow-2xl)2223When writing CSS or HTML, use Tailwind utility classes. When defining design tokens for other formats (presentations, documents), translate Tailwind values into the target medium.2425## Activation Protocol2627When creating ANY visual output:28291. **Start with function** — Create a working version first302. **Define functional patterns** — What does the user interact with? What's the structure? Use `references/grid-systems.md`313. **Define perceptual patterns** — How should it feel? What's the personality? Use `references/elevation-protocol.md`324. **Apply interrogation** — Question every default choice using `references/design-interrogation.md`335. **Elevate with techniques** — Use specific moves from `references/technique-catalog.md`346. **Polish data visualizations** — If any charts/data, apply `references/data-visualization.md`357. **Final check** — Ensure output feels hand-crafted, not templated3637## Functional Patterns by Output Type3839### For Presentations (PPTX)40- Start with information hierarchy, not decoration41- Apply grid systems from `references/grid-systems.md`42- One idea per slide — if it needs two ideas, it needs two slides43- Build complexity gradually across the slide sequence4445### For Dashboards & Data Visualization46- Begin with data relationships, not chart types47- Apply Tufte's data-ink ratio from `references/data-visualization.md`48- Structure: KPI bar → Primary chart → Supporting charts → Detail tables49- Use small multiples over multi-series charts when comparing 4+ categories50- Default to Tailwind's gray scale for non-data elements; reserve color for data5152### For Documents & Reports53- Structure with clear typographic hierarchy54- Apply document grids from `references/grid-systems.md`55- Use Tailwind's type scale for consistent sizing5657### For Web/HTML Artifacts58- Design with responsive grid foundations (Tailwind's grid/flex utilities)59- Use Tailwind utility classes directly60- Apply animation restraint — `transition-all duration-200 ease-out` as default6162## Perceptual Patterns6364### Typography Excellence65Tailwind's type scale is the foundation. Layer these refinements:66- Use `font-sans` (Inter/system) for UI, `font-serif` for editorial67- Apply `tracking-tight` for display text (text-3xl and above)68- Apply `leading-relaxed` for body text69- Use `font-semibold` for emphasis over `font-bold` — subtler hierarchy70- For numbers in data contexts: always `tabular-nums`71- Refer to `references/typography-scales.md` for scale selection7273### Color Sophistication74Tailwind's palette is the source of truth:75- Build from `gray` neutrals (not pure black/white)76- `text-gray-900` for primary text, `text-gray-500` for secondary, `text-gray-400` for tertiary77- `bg-white` or `bg-gray-50` for backgrounds — never stark white with stark black78- Accent color: pick ONE from Tailwind's palette (blue, emerald, violet, etc.)79- Apply 60-30-10: 60% neutrals, 30% secondary, 10% accent80- Refer to `references/color-systems.md` for full system8182### Spatial Systems83Tailwind's spacing scale provides the rhythm:84- Base unit: `4` (1rem / 16px) for most UI85- Component padding: `p-4` to `p-6` (16-24px)86- Section spacing: `py-12` to `py-20` (48-80px)87- Gaps: `gap-4` for tight, `gap-6` for comfortable, `gap-8` for spacious88- Use Tailwind's spacing scale exclusively — no arbitrary values89- Refer to `references/spacing-systems.md` for patterns9091### Visual Refinement92- Border radius: `rounded-lg` as default for cards, `rounded-md` for buttons93- Borders: `border border-gray-100` for subtle card separation94- Shadows: `shadow-sm` for cards; reserve `shadow-lg` for modals/overlays95- Hover states: `hover:bg-gray-50` for interactive elements96- Transitions: `transition-colors duration-150` as default9798## Design Exemplars99100Use these as **illustrations of principles**, not as the system itself. The system is Tailwind + Kholmatova's framework. These exemplars show what excellence looks like:101102- **Stripe**: Gradient sophistication, precise type, technical content made beautiful103- **Linear**: Dark mode mastery, keyboard-first, minimal and precise104- **Apple**: Scale contrasts, photography integration, restraint as premium105- **Swiss/International Style**: Grid discipline, objective clarity, mathematical spacing106- **Trimble Modus**: Enterprise utility, Open Sans 14px body, 4px radius, uniform shadows, professional restraint107- **IBM Carbon**: Sharp corners (0px radius), IBM Plex type family, 2x grid, four-theme architecture108- **Shopify Polaris**: Merchant-friendly, warm neutrals, dark primary buttons, 13px body, rounded cards109- **Adobe Spectrum**: Four color themes, two scale modes, three-layer token architecture, creative-tool patterns110- **Salesforce Lightning**: CRM-optimized, brand blue #0176d3, slds- utility classes, record-detail patterns111112Refer to `references/design-exemplars.md` for specific techniques to borrow.113114### Trimble Modus Override115116When building for Trimble products or when Modus styling is requested, **Modus tokens override Tailwind defaults**:117- Font: Open Sans (not Inter), body at 14px (not 16px)118- Primary: `#0063A3` Trimble Blue (not Tailwind blue-600)119- Border radius: `4px` everywhere (not `rounded-lg`)120- Shadows: `0 0 4px rgba(36,35,45,0.3)` uniform (not directional)121- Gray scale: Modus grays with cool/blue undertone (not Tailwind neutral grays)122- Full reference: `references/modus-design-system.md`123124### IBM Carbon Override125126When building for IBM products or when Carbon styling is requested, **Carbon tokens override Tailwind defaults**:127- Font: IBM Plex Sans (not Inter), body at 14px128- Primary: `#0f62fe` Blue 60 (not Tailwind blue-600)129- Border radius: `0` everywhere (not `rounded-lg`) — Carbon's signature sharp corners130- Text: `#161616` Gray 100 (not Tailwind gray-900)131- Layers: alternating white/gray-10 (`#f4f4f4`) for depth132- Full reference: `references/carbon-design-system.md`133134### Shopify Polaris Override135136When building Shopify apps or when Polaris styling is requested, **Polaris tokens override Tailwind defaults**:137- Font: Inter, body at 13px (not 16px)138- Primary buttons: `#303030` dark (not blue!)139- Interactive/links: `#005bd3`140- Page background: `#f1f1f1` (not white)141- Border radius: `8px` for cards, `6px` for buttons142- Full reference: `references/polaris-design-system.md`143144### Adobe Spectrum Override145146When building Adobe products or when Spectrum styling is requested, **Spectrum tokens override Tailwind defaults**:147- Font: Adobe Clean / Source Sans Pro, body at 14px148- Accent: `#0D80D8` (light) / `#2A9AF4` (dark)149- Border radius: `4px` for controls, `8px` for cards150- Four themes: Lightest, Light, Dark, Darkest151- Two scales: Medium (desktop), Large (touch)152- Full reference: `references/spectrum-design-system.md`153154### Salesforce Lightning Override155156When building Salesforce apps or when Lightning/SLDS styling is requested, **SLDS tokens override Tailwind defaults**:157- Font: Salesforce Sans, body at 13px158- Brand: `#0176d3` (not Tailwind blue-600)159- Border radius: `4px` (0.25rem) everywhere160- Text: `#181818` (not Tailwind gray-900)161- Uses `slds-` prefix utility classes162- Full reference: `references/lightning-design-system.md`163164## Critical Design Moves (Quick Reference)165166### Make it feel intentional167- Replace `#000000` with `text-gray-900`168- Replace `#ffffff` with `bg-gray-50` for backgrounds169- Use `rounded-lg` consistently, not mixed radii170- Apply one spacing scale throughout171172### Make it feel premium173- Generous whitespace — `p-8` or `p-12` on hero sections174- Tight tracking on display text: `tracking-tight`175- Colored shadows: `shadow-blue-500/10` instead of black176- Subtle borders: `border-gray-100` instead of `border-gray-300`177178### Make it feel clean179- Remove borders and use whitespace to separate180- Reduce to 2-3 type sizes maximum per view181- Single accent color182- `text-gray-500` for supporting text, not smaller type183184### Make data feel clear185- Title states the finding, not the chart type186- Direct labels over legends187- Gray out non-essential series188- `tabular-nums` on all number columns189- Source attribution in `text-xs text-gray-400`190191## Resource Loading Priority192193For efficiency, load resources in this order:1941. `references/elevation-protocol.md` — Always load first1952. `references/data-visualization.md` — Load when any data/charts involved1963. `references/technique-catalog.md` — Load for specific techniques1974. `references/design-interrogation.md` — Load for quality checks1985. `references/modus-design-system.md` — Load when Trimble/Modus styling is requested1996. `references/carbon-design-system.md` — Load when IBM/Carbon styling is requested2007. `references/polaris-design-system.md` — Load when Shopify/Polaris styling is requested2018. `references/spectrum-design-system.md` — Load when Adobe/Spectrum styling is requested2029. `references/lightning-design-system.md` — Load when Salesforce/Lightning styling is requested20310. Context-specific references (color, typography, spacing, grids) as needed204205## Output Standards206207Every delivered visual should:208- Use Tailwind's design tokens consistently (or their translated equivalents)209- Show clear functional patterns (structure, hierarchy, interaction)210- Express coherent perceptual patterns (color, type, spacing, motion)211- Demonstrate data integrity (if data is present, follow Tufte's principles)212- Feel intentionally designed, not defaulted213- Balance boldness with restraint214215## Silent Execution216217Unless explicitly asked, apply all design thinking internally. The user sees only the polished result. Document design decisions in code comments for HTML/CSS, or in speaker notes for presentations, but don't explain the process unless requested.218219Great design is invisible when done right. The user should feel the quality without seeing the effort.