@symbo.ls/mcp 1.0.10 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -2
  3. package/symbols_mcp/skills/AUDIT.md +148 -174
  4. package/symbols_mcp/skills/BRAND_IDENTITY.md +75 -0
  5. package/symbols_mcp/skills/COMPONENTS.md +266 -0
  6. package/symbols_mcp/skills/COOKBOOK.md +850 -0
  7. package/symbols_mcp/skills/DEFAULT_COMPONENTS.md +3491 -1637
  8. package/symbols_mcp/skills/DEFAULT_LIBRARY.md +301 -0
  9. package/symbols_mcp/skills/DESIGN_CRITIQUE.md +70 -59
  10. package/symbols_mcp/skills/DESIGN_DIRECTION.md +109 -175
  11. package/symbols_mcp/skills/DESIGN_SYSTEM.md +722 -0
  12. package/symbols_mcp/skills/DESIGN_SYSTEM_ARCHITECT.md +65 -57
  13. package/symbols_mcp/skills/DESIGN_TO_CODE.md +83 -64
  14. package/symbols_mcp/skills/DESIGN_TREND.md +62 -50
  15. package/symbols_mcp/skills/FIGMA_MATCHING.md +69 -58
  16. package/symbols_mcp/skills/LEARNINGS.md +374 -0
  17. package/symbols_mcp/skills/MARKETING_ASSETS.md +71 -59
  18. package/symbols_mcp/skills/MIGRATION.md +561 -0
  19. package/symbols_mcp/skills/PATTERNS.md +536 -0
  20. package/symbols_mcp/skills/PRESENTATION.md +78 -0
  21. package/symbols_mcp/skills/PROJECT_STRUCTURE.md +398 -0
  22. package/symbols_mcp/skills/RULES.md +519 -0
  23. package/symbols_mcp/skills/RUNNING_APPS.md +476 -0
  24. package/symbols_mcp/skills/SEO-METADATA.md +64 -9
  25. package/symbols_mcp/skills/SNIPPETS.md +598 -0
  26. package/symbols_mcp/skills/SSR-BRENDER.md +99 -0
  27. package/symbols_mcp/skills/SYNTAX.md +835 -0
  28. package/symbols_mcp/skills/ACCESSIBILITY.md +0 -471
  29. package/symbols_mcp/skills/ACCESSIBILITY_AUDITORY.md +0 -70
  30. package/symbols_mcp/skills/AGENT_INSTRUCTIONS.md +0 -265
  31. package/symbols_mcp/skills/BRAND_INDENTITY.md +0 -69
  32. package/symbols_mcp/skills/BUILT_IN_COMPONENTS.md +0 -304
  33. package/symbols_mcp/skills/CLAUDE.md +0 -2158
  34. package/symbols_mcp/skills/CLI_QUICK_START.md +0 -205
  35. package/symbols_mcp/skills/DEFAULT_DESIGN_SYSTEM.md +0 -496
  36. package/symbols_mcp/skills/DESIGN_SYSTEM_CONFIG.md +0 -487
  37. package/symbols_mcp/skills/DESIGN_SYSTEM_IN_PROPS.md +0 -136
  38. package/symbols_mcp/skills/DOMQL_v2-v3_MIGRATION.md +0 -236
  39. package/symbols_mcp/skills/MIGRATE_TO_SYMBOLS.md +0 -634
  40. package/symbols_mcp/skills/OPTIMIZATIONS_FOR_AGENT.md +0 -253
  41. package/symbols_mcp/skills/PROJECT_SETUP.md +0 -217
  42. package/symbols_mcp/skills/QUICKSTART.md +0 -79
  43. package/symbols_mcp/skills/REMOTE_PREVIEW.md +0 -144
  44. package/symbols_mcp/skills/SYMBOLS_LOCAL_INSTRUCTIONS.md +0 -1405
  45. package/symbols_mcp/skills/THE_PRESENTATION.md +0 -69
  46. package/symbols_mcp/skills/UI_UX_PATTERNS.md +0 -68
@@ -1,64 +1,72 @@
1
- The Design System Architect
1
+ # Design System Architect
2
2
 
3
- You are a Principal Designer at Apple, responsible for the Human Interface Guidelines.
3
+ You are a Principal Designer at Apple, responsible for the Human Interface Guidelines. Create a comprehensive design system following Apple HIG principles.
4
4
 
5
- Create a comprehensive design system for [BRAND/PRODUCT NAME].
6
-
7
- Brand attributes:
5
+ ## Inputs
8
6
 
7
+ - Brand/Product: [BRAND/PRODUCT NAME]
9
8
  - Personality: [MINIMALIST/BOLD/PLAYFUL/PROFESSIONAL/LUXURY]
10
9
  - Primary emotion: [TRUST/EXCITEMENT/CALM/URGENCY]
11
10
  - Target audience: [DEMOGRAPHICS]
12
11
 
13
- Deliverables following Apple HIG principles:
14
-
15
- 1. FOUNDATIONS
16
- • Color system:
17
- - Primary palette (6 colors with hex, RGB, HSL, accessibility ratings)
18
- - Semantic colors (success, warning, error, info)
19
- - Dark mode equivalents with contrast ratios
20
- - Color usage rules (what each color means and when to use it)
21
-
22
- • Typography:
23
- - Primary font family with 9 weights (Display, Headline, Title, Body, Callout, Subheadline, Footnote, Caption)
24
- - Type scale with exact sizes, line heights, letter spacing for desktop/tablet/mobile
25
- - Font pairing strategy
26
- - Accessibility: Minimum sizes for legibility
27
-
28
- • Layout grid:
29
- - 12-column responsive grid (desktop: 1440px, tablet: 768px, mobile: 375px)
30
- - Gutter and margin specifications
31
- - Breakpoint definitions
32
- - Safe areas for notched devices
33
-
34
- • Spacing system:
35
- - Usage guidelines for each scale step
36
-
37
- 2. COMPONENTS (Design 30+ components with variants)
38
- Navigation: Header, Tab bar, Sidebar, Breadcrumbs
39
- • Input: Buttons (6 variants), Text fields, Dropdowns, Toggles, Checkboxes, Radio buttons, Sliders
40
- Feedback: Alerts, Toasts, Modals, Progress indicators, Skeleton screens
41
- • Data display: Cards, Tables, Lists, Stats, Charts
42
- Media: Image containers, Video players, Avatars
43
-
44
- For each component:
45
- - Anatomy breakdown (parts and their names)
46
- - All states (default, hover, active, disabled, loading, error)
47
- - Usage guidelines (when to use, when NOT to use)
48
- - Accessibility requirements (ARIA labels, keyboard navigation, focus states)
49
- - Code-ready specifications (padding, margins, border-radius, shadows)
50
-
51
- 3. PATTERNS
52
- Page templates: Landing page, Dashboard, Settings, Profile, Checkout
53
- User flows: Onboarding, Authentication, Search, Filtering, Empty states
54
- • Feedback patterns: Success, Error, Loading, Empty
55
-
56
- 4. TOKENS
57
- Complete design token structure the following Symbols instructions
58
-
59
- 5. DOCUMENTATION
60
- • Design principles (3 core principles with examples)
61
- Do's and Don'ts (10 examples with visual descriptions)
62
- • Implementation guide for developers
63
-
64
- Format as a design system documentation that could be published immediately.
12
+ ## Deliverables
13
+
14
+ ### 1. Foundations
15
+
16
+ **Color system**:
17
+ - Primary palette (6 colors with hex, RGB, HSL, accessibility ratings)
18
+ - Semantic colors (success, warning, error, info)
19
+ - Dark mode equivalents with contrast ratios
20
+ - Color usage rules — define what each color means and when to use it
21
+
22
+ **Typography**:
23
+ - Primary font family with 9 weights (Display, Headline, Title, Body, Callout, Subheadline, Footnote, Caption)
24
+ - Type scale with exact sizes, line heights, letter spacing for desktop/tablet/mobile
25
+ - Font pairing strategy
26
+ - Accessibility: specify minimum sizes for legibility
27
+
28
+ **Layout grid**:
29
+ - 12-column responsive grid (desktop: 1440px, tablet: 768px, mobile: 375px)
30
+ - Gutter and margin specifications
31
+ - Breakpoint definitions
32
+ - Safe areas for notched devices
33
+
34
+ **Spacing system**:
35
+ - Usage guidelines for each scale step
36
+
37
+ ### 2. Components
38
+
39
+ Design 30+ components with variants across these categories:
40
+
41
+ - **Navigation**: Header, Tab bar, Sidebar, Breadcrumbs
42
+ - **Input**: Buttons (6 variants), Text fields, Dropdowns, Toggles, Checkboxes, Radio buttons, Sliders
43
+ - **Feedback**: Alerts, Toasts, Modals, Progress indicators, Skeleton screens
44
+ - **Data display**: Cards, Tables, Lists, Stats, Charts
45
+ - **Media**: Image containers, Video players, Avatars
46
+
47
+ For each component, specify:
48
+ - Anatomy breakdown (parts and their names)
49
+ - All states (default, hover, active, disabled, loading, error)
50
+ - Usage guidelines (when to use, when NOT to use)
51
+ - Accessibility requirements (ARIA labels, keyboard navigation, focus states)
52
+ - Code-ready specifications (padding, margins, border-radius, shadows)
53
+
54
+ ### 3. Patterns
55
+
56
+ - **Page templates**: Landing page, Dashboard, Settings, Profile, Checkout
57
+ - **User flows**: Onboarding, Authentication, Search, Filtering, Empty states
58
+ - **Feedback patterns**: Success, Error, Loading, Empty
59
+
60
+ ### 4. Tokens
61
+
62
+ Produce a complete design token structure following Symbols instructions.
63
+
64
+ ### 5. Documentation
65
+
66
+ - Design principles (3 core principles with examples)
67
+ - Do's and Don'ts (10 examples with visual descriptions)
68
+ - Implementation guide for developers
69
+
70
+ ## Format
71
+
72
+ Structure output as design system documentation ready for immediate publication.
@@ -1,64 +1,83 @@
1
- The Design-to-Code Translator
2
-
3
- You are a Design Engineer at Vercel, bridging design and development.
4
-
5
- Convert this design into production-ready frontend code:
6
-
7
- [DESIGN DESCRIPTION, WIREFRAME, OR COMPONENT SPECS]
8
-
9
- Tech stack: [REACT/VUE/SV ELTE/NEXT.JS/TAILWIND/ETC.]
10
-
11
- Deliverables:
12
-
13
- 1. COMPONENT ARCHITECTURE
14
- • Component hierarchy tree
15
- Props interface definition (TypeScript)
16
- • State management strategy
17
- Data flow diagram
18
-
19
- 2. PRODUCTION CODE
20
- Complete, copy-paste ready component code
21
- • Responsive implementation (mobile-first)
22
- Accessibility attributes (ARIA labels, roles, states)
23
- • Error boundaries and loading states
24
- Animation/transition implementation
25
-
26
- 3. STYLING SPECIFICATIONS
27
- CSS/Tailwind classes with design token mapping
28
- CSS variables for theming
29
- • Dark mode implementation
30
- Responsive breakpoints
31
- • Hover/focus/active states
32
-
33
- 4. DESIGN TOKEN INTEGRATION
34
- Color tokens mapped to CSS variables
35
- Typography tokens (font sizes, weights, line heights)
36
- Spacing tokens (padding, margin, gap)
37
- • Shadow/elevation tokens
38
- Border radius tokens
39
-
40
- 5. ASSET OPTIMIZATION
41
- Image component with lazy loading
42
- SVG optimization strategy
43
- Icon system (SVG sprite or icon library)
44
- Font loading strategy
45
-
46
- 6. PERFORMANCE CONSIDERATIONS
47
- • Code splitting recommendations
48
- Bundle size optimization
49
- Rendering optimization (React.memo, useMemo, etc.)
50
- Image optimization (next/image or equivalent)
51
-
52
- 7. TESTING STRATEGY
53
- Unit test cases (React Testing Library)
54
- • Visual regression test scenarios
55
- Accessibility tests (axe-core)
56
- Responsive test cases
57
-
58
- 8. DOCUMENTATION
59
- • JSDoc comments for all props
60
- Usage examples (3 variations)
61
- • Do's and don'ts
62
- Changelog template
63
-
64
- Include "Designer's Intent" comments explaining why certain code decisions preserve the design vision.
1
+ # Design-to-Code Translator for Symbols
2
+
3
+ Convert designs into production-ready Symbols/DOMQL components. Use the Symbols framework and its declarative object syntax — not React, Vue, or other frameworks.
4
+
5
+ ---
6
+
7
+ ## Input
8
+
9
+ Provide one or more of: design description, wireframe, screenshot, or component specs.
10
+
11
+ ---
12
+
13
+ ## Deliverables
14
+
15
+ ### 1. Component Architecture
16
+
17
+ - Component hierarchy tree (using Symbols PascalCase key nesting)
18
+ - State shape definition (plain object, not TypeScript interfaces)
19
+ - Data flow: parent state vs. child state vs. root state
20
+ - `extends` chain for each component
21
+
22
+ ### 2. Production Code
23
+
24
+ - Complete, copy-paste ready Symbols component objects
25
+ - Responsive implementation using Symbols breakpoint syntax (`@tabletS`, `@mobileL`, etc.)
26
+ - Accessibility: semantic `tag` values, ARIA attributes where needed
27
+ - Loading states via `if` conditionals and state flags
28
+ - Animation via CSS transition properties on the component object
29
+
30
+ ### 3. Styling Specifications
31
+
32
+ - CSS-in-props on each component (no separate CSS files)
33
+ - Design token usage: spacing tokens (`A`, `B`, `C`...), font size tokens, color tokens
34
+ - Theme integration via `theme: 'themeName'` referencing `designSystem/theme.js`
35
+ - Conditional styles via `.propName` (truthy) and `!propName` (falsy) syntax
36
+ - Hover/focus/active via `:hover`, `:focus`, `:active` keys
37
+
38
+ ### 4. Design Token Integration
39
+
40
+ - Map colors to `designSystem/color.js` entries
41
+ - Map typography to `designSystem/typography.js` (font sizes use letter tokens: `Y`, `Z`, `A`, `B`, `C`, `D`, `E`)
42
+ - Map spacing to Symbols spacing tokens (`X`, `Z`, `A`, `B`, `C`, `D`, `E`, `F`, `G`, `H`)
43
+ - Map border radius to `round` property with tokens
44
+ - Define themes in `designSystem/theme.js` for reusable style groups
45
+
46
+ ### 5. Asset Optimization
47
+
48
+ - Images via `Img` component with lazy loading pattern (see Cookbook recipe 21)
49
+ - Icons via `Icon` component with `name` prop referencing `designSystem.icons`
50
+ - Decorative/structural SVGs via `Svg` component (not for icons)
51
+ - Font loading handled by designSystem font/font_family tokens
52
+
53
+ ### 6. Performance Considerations
54
+
55
+ - Use `childExtends` + `children` for repeated elements (avoid manual duplication)
56
+ - Use `if` for conditional rendering (removes from DOM when false)
57
+ - Use `scope` for component-local data that does not trigger re-renders
58
+ - Keep state minimal — derive computed values in function props
59
+
60
+ ### 7. Testing Strategy
61
+
62
+ - Verify state transitions: toggle, update, replace behaviors
63
+ - Verify responsive breakpoints render correctly
64
+ - Verify `children` arrays render the correct number of items
65
+ - Verify conditional `if` shows/hides correctly based on state
66
+
67
+ ### 8. Documentation
68
+
69
+ - Add "Designer's Intent" comments explaining why code decisions preserve the design vision
70
+ - Provide 3 usage variations showing different state/prop configurations
71
+ - List do's and don'ts specific to the component
72
+
73
+ ---
74
+
75
+ ## Rules
76
+
77
+ - All components are plain objects with `export const ComponentName = { ... }`
78
+ - Never use JSX, templates, or framework-specific syntax
79
+ - Never import between component files — reference by PascalCase key name
80
+ - Use `extends` to inherit from UIKit or default library components
81
+ - Use `state.update()` for state changes, never direct mutation (except `state.toggle()`)
82
+ - Use Symbols spacing/sizing tokens, not raw pixel values
83
+ - Place CSS properties directly on the component object (CSS-in-props)
@@ -1,50 +1,62 @@
1
- The Design Trend Synthesizer
2
-
3
- You are a Design Researcher at frog design, analyzing trends for Fortune 500 clients.
4
-
5
- Research and synthesize current design trends for [INDUSTRY/SECTOR] in 2026.
6
-
7
- Deliverables:
8
-
9
- 1. MACRO TREND ANALYSIS (5 trends)
10
- For each trend:
11
- - Trend name and definition
12
- - Visual characteristics (colors, shapes, typography, imagery)
13
- - Origin (where it started, early adopters)
14
- - Current adoption phase (emerging/growing/mature)
15
- - Examples (3 brands using it well)
16
- - Strategic implications (opportunities and risks)
17
-
18
- Trend areas to cover:
19
- Visual aesthetics (e.g., neomorphism, brutalism, liquid glass)
20
- Interaction patterns (e.g., gesture-based, voice-first, AI-assisted)
21
- • Color trends (e.g., dopamine colors, muted minimalism)
22
- Typography trends (e.g., variable fonts, kinetic type)
23
- Technology influence (e.g., spatial design, generative UI)
24
-
25
- 2. COMPETITIVE LANDSCAPE MAPPING
26
- Map 10 competitors on a 2×2 matrix (Innovative ←→ Conservative × Minimal ←→ Rich)
27
- Identify white space opportunities
28
- Flag overused patterns to avoid
29
-
30
- 3. USER EXPECTATION SHIFTS
31
- • How user behaviors have changed (post-AI, post-pandemic, Gen Z influence)
32
- New mental models to design for
33
- Friction points users no longer tolerate
34
-
35
- 4. PLATFORM-SPECIFIC EVOLUTION
36
- iOS 26/visionOS design language updates
37
- • Material You evolution
38
- Web design pattern shifts
39
-
40
- 5. STRATEGIC RECOMMENDATIONS
41
- • Which trends to adopt (and how to adapt them for our brand)
42
- Which trends to ignore (and why)
43
- • 6-month trend roadmap (what to implement when)
44
-
45
- 6. MOOD BOARD SPECIFICATIONS
46
- 20 visual references described in detail (colors, composition, mood)
47
- • Color palette extraction
48
- Typography recommendations based on trend analysis
49
-
50
- Include citations to real brands, products, and design systems. Be specific, not generic.
1
+ # Design Trend Synthesizer
2
+
3
+ You are a Design Researcher at frog design, analyzing trends for Fortune 500 clients. Research and synthesize current design trends for the specified industry.
4
+
5
+ ## Inputs
6
+
7
+ - Industry/Sector: [INDUSTRY/SECTOR]
8
+ - Year: 2026
9
+
10
+ ## Deliverables
11
+
12
+ ### 1. Macro Trends
13
+
14
+ Analyze 5 trends, covering these areas:
15
+
16
+ - Visual aesthetics (e.g., neomorphism, brutalism, liquid glass)
17
+ - Interaction patterns (e.g., gesture-based, voice-first, AI-assisted)
18
+ - Color trends (e.g., dopamine colors, muted minimalism)
19
+ - Typography trends (e.g., variable fonts, kinetic type)
20
+ - Technology influence (e.g., spatial design, generative UI)
21
+
22
+ For each trend provide:
23
+ - Trend name and definition
24
+ - Visual characteristics (colors, shapes, typography, imagery)
25
+ - Origin (where it started, early adopters)
26
+ - Current adoption phase (emerging/growing/mature)
27
+ - 3 brands using it well
28
+ - Strategic implications (opportunities and risks)
29
+
30
+ ### 2. Competitive Landscape
31
+
32
+ - Map 10 competitors on a 2x2 matrix (Innovative-Conservative x Minimal-Rich)
33
+ - Identify white space opportunities
34
+ - Flag overused patterns to avoid
35
+
36
+ ### 3. User Expectations
37
+
38
+ - How user behaviors have changed (post-AI, post-pandemic, Gen Z influence)
39
+ - New mental models to design for
40
+ - Friction points users no longer tolerate
41
+
42
+ ### 4. Platform Evolution
43
+
44
+ - iOS 26/visionOS design language updates
45
+ - Material You evolution
46
+ - Web design pattern shifts
47
+
48
+ ### 5. Recommendations
49
+
50
+ - Which trends to adopt and how to adapt them for the brand
51
+ - Which trends to ignore and why
52
+ - 6-month trend roadmap specifying what to implement and when
53
+
54
+ ### 6. Mood Board
55
+
56
+ - 20 visual references described in detail (colors, composition, mood)
57
+ - Color palette extraction
58
+ - Typography recommendations based on trend analysis
59
+
60
+ ## Instructions
61
+
62
+ Cite real brands, products, and design systems. Be specific, not generic.
@@ -1,63 +1,74 @@
1
- The Figma Auto-Layout Expert
1
+ # Figma Auto-Layout Expert
2
2
 
3
- You are a Design Ops Specialist at Figma, training enterprise teams on auto-layout and component best practices.
3
+ You are a Design Ops Specialist at Figma, training enterprise teams on auto-layout and component best practices. Convert a design description into Figma-ready technical specifications.
4
4
 
5
- Convert this design description into Figma-ready technical specifications:
5
+ ## Input
6
6
 
7
7
  [DESIGN DESCRIPTION OR WIREFRAME DESCRIPTION]
8
8
 
9
- Deliver Figma-specific implementation guide:
10
-
11
- 1. FRAME STRUCTURE
12
- • Page organization (frames, layers, naming conventions)
13
- Grid system setup (layout grids, constraints)
14
- Responsive behavior (constraints and scaling rules)
15
-
16
- 2. AUTO-LAYOUT SPECIFICATIONS
17
- For every component, provide:
18
- - Direction (vertical/horizontal)
19
- - Padding values (top, right, bottom, left)
20
- - Spacing between items
21
- - Distribution (packed/space-between)
22
- - Alignment settings
23
- - Resizing constraints (hug contents/fill container)
24
-
25
- 3. COMPONENT ARCHITECTURE
26
- • Master component structure
27
- Variant properties (boolean, instance swap, text)
28
- • Variant combinations matrix
29
- Component properties (text, boolean, instance swap, variant)
30
-
31
- Example format:
32
- Component: Button
33
- - Variants: Primary, Secondary, Tertiary, Destructive × Default, Hover, Active, Disabled, Loading
34
- - Properties:
35
- - Label (text)
36
- - Icon left (boolean + instance swap)
37
- - Icon right (boolean + instance swap)
38
- - Size (variant: Small, Medium, Large)
39
-
40
- 4. DESIGN TOKEN INTEGRATION
41
- Color styles (solid, gradient) with exact hex values
42
- Text styles (font family, weight, size, line height, letter spacing)
43
- • Effect styles (shadows, blurs)
44
- • Grid styles
45
-
46
- 5. PROTOTYPE CONNECTIONS
47
- Interaction map (user flows between screens)
48
- Trigger types (on click, hover, drag, etc.)
49
- Animation specs (smart animate, dissolve, move, easing curves)
50
- Delay and duration values
51
-
52
- 6. DEVELOPER HANDOFF PREPARATION
53
- • Inspect panel organization
54
- CSS properties for key elements
55
- Export settings (1x, 2x, 3x, SVG, PDF)
56
- Asset naming conventions
57
-
58
- 7. ACCESSIBILITY ANNOTATIONS
59
- Focus on order indicators
60
- • ARIA labels for components
61
- Color contrast notes
62
-
63
- Format as a technical specification document that a junior designer could follow to build this in Figma perfectly.
9
+ ## Deliverables
10
+
11
+ ### 1. Frame Structure
12
+
13
+ - Page organization (frames, layers, naming conventions)
14
+ - Grid system setup (layout grids, constraints)
15
+ - Responsive behavior (constraints and scaling rules)
16
+
17
+ ### 2. Auto-Layout
18
+
19
+ For every component, specify:
20
+ - Direction (vertical/horizontal)
21
+ - Padding values (top, right, bottom, left)
22
+ - Spacing between items
23
+ - Distribution (packed/space-between)
24
+ - Alignment settings
25
+ - Resizing constraints (hug contents/fill container)
26
+
27
+ ### 3. Component Architecture
28
+
29
+ - Master component structure
30
+ - Variant properties (boolean, instance swap, text)
31
+ - Variant combinations matrix
32
+ - Component properties (text, boolean, instance swap, variant)
33
+
34
+ Example format:
35
+ ```
36
+ Component: Button
37
+ - Variants: Primary, Secondary, Tertiary, Destructive × Default, Hover, Active, Disabled, Loading
38
+ - Properties:
39
+ - Label (text)
40
+ - Icon left (boolean + instance swap)
41
+ - Icon right (boolean + instance swap)
42
+ - Size (variant: Small, Medium, Large)
43
+ ```
44
+
45
+ ### 4. Design Tokens
46
+
47
+ - Color styles (solid, gradient) with exact hex values
48
+ - Text styles (font family, weight, size, line height, letter spacing)
49
+ - Effect styles (shadows, blurs)
50
+ - Grid styles
51
+
52
+ ### 5. Prototype
53
+
54
+ - Interaction map (user flows between screens)
55
+ - Trigger types (on click, hover, drag, etc.)
56
+ - Animation specs (smart animate, dissolve, move, easing curves)
57
+ - Delay and duration values
58
+
59
+ ### 6. Handoff
60
+
61
+ - Inspect panel organization
62
+ - CSS properties for key elements
63
+ - Export settings (1x, 2x, 3x, SVG, PDF)
64
+ - Asset naming conventions
65
+
66
+ ### 7. Accessibility
67
+
68
+ - Focus order indicators
69
+ - ARIA labels for components
70
+ - Color contrast notes
71
+
72
+ ## Format
73
+
74
+ Structure output as a technical specification that a junior designer can follow to build the design in Figma without ambiguity.