skills/design-preferences/SKILL.md
Gather user design preferences before building UI. Use when: starting a project with visual interface (Web App, Mobile, Browser Extension). Triggers: "design preferences", "visual style", "choose theme", "design step".
npx skillsauth add timequity/vibe-coder design-preferencesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gather user preferences for visual design before building. Creates docs/DESIGN.md with selected choices.
Applies to project types with UI:
Skip for:
question: "Насколько важен дизайн для этого проекта?"
header: "Design"
options:
- label: "Профессиональный"
description: "Уникальный стиль, впечатляет пользователей"
- label: "Функциональный"
description: "Чистый и понятный, без лишнего"
- label: "Минимальный MVP"
description: "Работает -> достаточно, стиль потом"
If "Минимальный MVP" -> Skip remaining questions, use defaults.
question: "Какой визуальный стиль ближе?"
header: "Style"
options:
- label: "Minimalist"
description: "Много пространства, чистые линии"
- label: "Bold & Modern"
description: "Яркие акценты, современный"
- label: "Soft & Friendly"
description: "Округлые формы, мягкие тона"
- label: "Dark & Professional"
description: "Тёмная тема, серьёзный"
- label: "Colorful & Playful"
description: "Яркие цвета, игривый"
Based on aesthetic direction, offer matching themes from theme-factory:
| Direction | Matching Themes | |-----------|-----------------| | Minimalist | Modern Minimalist, Arctic Frost | | Bold & Modern | Tech Innovation, Sunset Boulevard | | Soft & Friendly | Desert Rose, Botanical Garden | | Dark & Professional | Ocean Depths, Midnight Galaxy | | Colorful & Playful | Golden Hour, Sunset Boulevard |
question: "Какая цветовая схема?"
header: "Theme"
options:
- label: "{Theme 1}"
description: "{Primary colors}"
- label: "{Theme 2}"
description: "{Primary colors}"
- label: "Custom"
description: "Опишу свои цвета"
If "Custom" -> Ask follow-up: "Опиши желаемые цвета или бренд"
question: "Какой стиль текста?"
header: "Fonts"
options:
- label: "Sans-Serif (современный)"
description: "Чистый, технологичный"
- label: "Serif (классический)"
description: "Традиционный, солидный"
- label: "Mixed (заголовки/текст)"
description: "Display + body fonts"
question: "Сколько анимации?"
header: "Motion"
options:
- label: "Subtle"
description: "Только hover эффекты"
- label: "Moderate"
description: "Переходы, hover, scroll"
- label: "Rich"
description: "Page transitions, stagger, parallax"
- label: "None"
description: "Без анимации"
# Design Specification
## Priority
{Professional / Functional / MVP}
## Aesthetic Direction
{Selected style}
## Theme
**Name:** {theme name}
**Colors:**
- Primary: {hex}
- Secondary: {hex}
- Accent: {hex}
- Background: {hex}
- Text: {hex}
**Fonts:**
- Headers: {font name}
- Body: {font name}
## Motion
**Level:** {Subtle / Moderate / Rich / None}
**Patterns:**
- Hover: {yes/no}
- Page transitions: {yes/no}
- Scroll animations: {yes/no}
- Loading states: {yes/no}
## Implementation Notes
- Use CSS variables for theme colors
- Follow frontend-design skill principles
- Avoid generic fonts (Inter, Roboto, Arial)
- {Additional notes based on choices}
If user chooses "Минимальный MVP":
Place this step between Phase 1 (Idea Validation) and Phase 2 (Project Setup):
Phase 1: Idea Validation
-> Step 1.6: Create PRD
Phase 1.5: Design Preferences <-- NEW
-> Ask design questions
-> Create DESIGN.md
Phase 2: Project Setup
-> Read PRD.md + DESIGN.md
-> Apply theme to templates
development
Hidden quality gate that runs before showing "Done!" to user - ensures all tests pass, build succeeds, and requirements met before claiming completion
data-ai
Use when about to claim work is complete or fixed - requires running verification commands and confirming output before making any success claims
tools
Generate UI components from natural language descriptions. Use when: user asks for a page, component, or UI element. Triggers: "create page", "add component", "show form", "make button", "страница", "компонент", "форма".
content-media
10 ready-to-use themes with colors and fonts for consistent styling. Use when: applying visual themes to pages, components, or design systems. Triggers: "theme", "color palette", "color scheme", "fonts", "branding", "visual identity", "design system colors".