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(agents): replace Design System Specialist with UI/UX Designer Agent
- Remove project-specific design-system-specialist.json
- Add universal ui-ux-designer.json v1.1.0
- Update all references and documentation
Shifts focus from design system validation to universal design principles
and UX best practices for better portability across projects.
Breaking: Design System Specialist → UI/UX Designer Agent
close#17
Copy file name to clipboardExpand all lines: .ai-rules/agents/code-reviewer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@
98
98
"🔴 Security: XSS/CSRF, authentication/authorization, input validation - Reference: project.md and .ai-rules/agents/security-specialist.json modes.evaluation framework for comprehensive security assessment",
99
99
"🔴 Accessibility: WCAG 2.1 AA compliance - Reference: project.md 'UX & Accessibility' section and .ai-rules/agents/accessibility-specialist.json modes.evaluation framework for comprehensive accessibility assessment",
100
100
"🔴 SEO: Metadata, structured data - Reference: project.md and .ai-rules/agents/seo-specialist.json modes.evaluation framework for comprehensive SEO assessment",
101
-
"🔴 Design System: Project design system usage - Reference: project.md 'Tech Stack' section, the project's design system documentation and .ai-rules/agents/design-system-specialist.json modes.evaluation framework for comprehensive design system assessment",
"🔴 Documentation Quality: Documentation, cursor rules, and AI prompt quality - Reference: .ai-rules/agents/documentation-specialist.json modes.evaluation framework for clarity, completeness, consistency, actionability, structure, and references assessment",
103
103
"Design Patterns: Latest React/Next.js patterns - See project.md 'Tech Stack' section for versions and .ai-rules/agents/code-quality-specialist.json for design pattern assessment"
104
104
],
@@ -110,7 +110,7 @@
110
110
"test_quality": "When evaluating tests, reference Test Strategy Specialist Agent framework (`.ai-rules/agents/test-strategy-specialist.json`) modes.evaluation for test coverage, TDD workflow, and test quality assessment",
111
111
"performance": "When evaluating performance, reference Performance Specialist Agent framework (`.ai-rules/agents/performance-specialist.json`) for bundle size, rendering optimization, and Core Web Vitals assessment",
112
112
"seo": "When evaluating SEO, reference SEO Specialist Agent framework (`.ai-rules/agents/seo-specialist.json`) for metadata, structured data, and search engine optimization assessment",
113
-
"design_system": "When evaluating design system usage, reference Design System Specialist Agent framework (`.ai-rules/agents/design-system-specialist.json`) for design system usage, twJoin/twMerge, and design tokens assessment",
113
+
"ui_ux_design": "When evaluating UI/UX design, reference UI/UX Designer Agent framework (`.ai-rules/agents/ui-ux-designer.json`) for visual hierarchy, UX laws, and interaction patterns assessment",
114
114
"documentation_quality": "When evaluating documentation, cursor rules, or AI prompts, reference Documentation Specialist Agent framework (`.ai-rules/agents/documentation-specialist.json`) modes.evaluation for clarity, completeness, consistency, actionability, structure, and references assessment"
0 commit comments