feat(FN-1640): add Frontend UX Design built-in workflow template

- Add Frontend UX Design template for verifying UI/UX design implementation
- Include WCAG 2.1 compliance checks, design system adherence, and user flow validation
- Add template to WorkflowStepManager with category-based organization
- Update documentation with new template description
- Add tests for template API endpoints and workflow step manager
This commit is contained in:
gsxdsm
2026-04-13 17:41:33 -07:00
parent b1a34abda5
commit dbaa93aabc
8 changed files with 196 additions and 16 deletions

View File

@@ -31,9 +31,9 @@ Workflow steps run in one of two phases:
Prompt mode can run with readonly or coding-capable tool access depending on step/template configuration.
## Built-In Templates (6)
## Built-In Templates (7)
Fusion ships six templates:
Fusion ships seven templates:
1. Documentation Review
2. QA Check
@@ -41,8 +41,11 @@ Fusion ships six templates:
4. Performance Review
5. Accessibility Check
6. Browser Verification
7. Frontend UX Design
The Browser Verification template uses browser automation style checks and is designed for UI validation flows.
The **Browser Verification** template uses browser automation style checks and is designed for UI validation flows.
The **Frontend UX Design** template verifies visual polish and consistency with existing UI patterns and design tokens, including visual hierarchy, spacing/typography consistency, color/token consistency, component reuse, responsive behavior, and fit with existing design language.
## Model Overrides for Prompt Steps