# Design System Settings

## AI Agent Instructions

Turn a design brief into supported token choices. Supply brand constraints, audience, content density and accessibility requirements; map the returned choices to an existing token registry in code. Generate a preview, review it, then apply approved tokens. Do not fabricate exact colors, dimensions or a full design system from categorical labels.

Class: superclassify/design-system-settings@1.0.0
Setup: https://superclassify.com/skills/superclassify/SKILL.md

## Purpose

Maps a visual brief to predefined design tokens rather than generating application code.

Class: superclassify/design-system-settings@1.0.0
Input: One raw text string
Model: jev-1.13.0

## Outputs

- icons (choice): minimal, outline, solid
- motion (choice): expressive, none, subtle
- borders (choice): borderless, strong, subtle
- corners (choice): rounded, soft, square
- density (choice): balanced, compact, spacious
- palette (choice): cool, mixed, neutral, warm
- type_style (choice): editorial, neutral_sans, technical

### Dense technical console

Brief: compact technical operations console, square corners, neutral colors, monospaced accents, outline icons, strong separators. User requires reduced motion.

Author expectation: {"icons":"outline","motion":"none","borders":"strong","corners":"square","density":"compact","palette":"neutral","type_style":"technical"}

### Warm editorial space

Brief: spacious editorial reading app, softened corners, warm earth palette, approved serif headings, minimal icons, subtle borders and restrained transitions.

Author expectation: {"icons":"minimal","motion":"subtle","borders":"subtle","corners":"soft","density":"spacious","palette":"warm","type_style":"editorial"}

### Reduced motion takes precedence

Brief: a playful cool-colored rounded interface with expressive animations. Constraint: the user has enabled reduced motion.

Author expectation: {"motion":"none","corners":"rounded","palette":"cool"}

Documentation: https://superclassify.com/docs
Skill: https://superclassify.com/skills/superclassify/SKILL.md
