You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: v2.0.0 - Design System Generator with 100 reasoning rules
## Major Features
- Add --design-system flag for AI-powered design recommendations
- 100 industry-specific reasoning rules in ui-reasoning.csv
- Multi-domain parallel search (product, style, color, landing, typography)
- Anti-patterns to avoid for each industry
## New Files
- data/ui-reasoning.csv - 100 UI category rules with style priority, effects, anti-patterns
- scripts/design_system.py - Reasoning engine with BM25 ranking
## Workflow Updates
- All agent workflows updated with new design system generation step
- Step 2 now requires --design-system for comprehensive recommendations
- Updated example workflow with beauty spa case study
## CLI Updates
- Version bumped to 2.0.0
- Added Qoder and Roo Code support
- Synced all agent folders to cli/assets/
## README Updates
- Added version badges and PayPal donation button
- New "What's New in v2.0" section with architecture diagram
- Updated CLI installation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .agent/workflows/ui-ux-pro-max.md
+72-37Lines changed: 72 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ description: Plan and implement UI
3
3
auto_execution_mode: 3
4
4
---
5
5
6
-
# UI/UX Pro Max - Design Intelligence
6
+
# ui-ux-pro-max
7
7
8
-
Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.
8
+
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.
9
9
10
10
## Prerequisites
11
11
@@ -46,28 +46,46 @@ Extract key information from user request:
46
46
-**Industry**: healthcare, fintech, gaming, education, etc.
47
47
-**Stack**: React, Vue, Next.js, or default to `html-tailwind`
48
48
49
-
### Step 2: Search Relevant Domains
49
+
### Step 2: Generate Design System (REQUIRED)
50
50
51
-
Use `search.py` multiple times to gather comprehensive information. Search until you have enough context.
51
+
**Always start with `--design-system`** to get comprehensive recommendations with reasoning:
0 commit comments