ui-ux-master 1.2.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,147 +1,121 @@
1
- # UI/UX Master 🎨✨
1
+ # UI/UX Master
2
2
 
3
- [![npm version](https://badge.fury.io/js/ui-ux-master.svg)](https://badge.fury.io/js/ui-ux-master)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3
+ [![npm](https://img.shields.io/npm/v/ui-ux-master?logo=npm&label=v1.5.0&color=6366f1)](https://www.npmjs.com/package/ui-ux-master)
4
+ [![downloads](https://img.shields.io/npm/dm/ui-ux-master?logo=npm&label=downloads&color=10b981)](https://www.npmjs.com/package/ui-ux-master)
5
+ [![License: MIT](https://img.shields.io/npm/l/ui-ux-master?color=f59e0b)](https://github.com/Seance1723/UI-UX-Skills/blob/main/LICENSE)
5
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
6
7
 
7
- **The ultimate UI/UX skill for AI coding agents.** Turn your AI into a Senior Product Designer, UX Researcher, and Frontend Lead in seconds.
8
+ **Turn your AI coding agent into a Senior Product Designer, UX Researcher, and Frontend Lead — in one command.**
8
9
 
9
- Author: Rupak Biswas.
10
-
11
- Use it with a normal prompt plus one trigger:
10
+ One trigger. Every agent. Full design lifecycle from discovery to developer handoff.
12
11
 
13
12
  ```text
14
- /ui-ux-master audit this dashboard and give me implementation-ready fixes
13
+ /ui-ux-master build a SaaS landing page for my project management tool
15
14
  ```
16
15
 
17
- If `/ui-ux-master` is not present, the installed rules tell agents not to use the skill. That keeps your normal coding workflow clean and makes UI/UX mode explicit.
18
-
19
- ## Why Use UI/UX Master?
16
+ ---
20
17
 
21
- Most AI UI prompts produce pretty screens but miss the hard parts: research assumptions, information architecture, accessibility, responsive states, design-system consistency, platform conventions, localization, ethics, and developer handoff.
18
+ ## Install with npm
22
19
 
23
- UI/UX Master is built to make agents behave like a senior product designer, UX researcher, accessibility reviewer, design-system lead, and frontend handoff partner in one workflow.
20
+ ```bash
21
+ # Recommended — project install
22
+ npm install --save-dev ui-ux-master
23
+ npx ui-ux-master install --project
24
24
 
25
- ## 🚀 Supercharge Your AI Workflow
25
+ # No install needed (one-time)
26
+ npx ui-ux-master install --project
27
+ ```
26
28
 
27
- AI agents are great at writing code, but they often struggle with **Information Architecture**, **Accessibility (WCAG)**, and **Design Systems**. `ui-ux-master` bridges this gap.
29
+ Works with **Claude**, **Windsurf**, **Cursor**, **Codex**, **Gemini**, and any agent that supports instruction files.
28
30
 
29
- By installing this tool, you instantly give **Claude**, **Cursor**, **Windsurf**, **Codex**, **Gemini**, **Antigravity**, and universal/custom-instruction agents the ability to:
30
- - 🧠 **Think like a designer:** Understand user flows and journey maps before coding.
31
- - ♿ **Audit for accessibility:** Automatically check for WCAG 2.2 AA compliance and ARIA patterns.
32
- - 🧩 **Enforce design systems:** Keep your brand colors, typography, and spacing consistent.
31
+ ---
33
32
 
34
- ## What Makes It Different
33
+ ## Quick Start — Try These
35
34
 
36
- | Common open-source prompt/skill | UI/UX Master |
37
- |---|---|
38
- | Focuses on visual polish only | Covers research, UX strategy, IA, flows, UI, accessibility, content, metrics, and handoff |
39
- | Always-on rules that interfere with normal coding | Opt-in `/ui-ux-master` trigger only |
40
- | One agent or editor only | Cross-agent templates for Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal agents |
41
- | Generic design advice | Concrete templates, checklists, quality gates, and implementation rules |
42
- | No persistent design memory | Project `.ui-ux-memory.md` workflow keeps brand/design decisions consistent |
43
- | Weak accessibility coverage | WCAG 2.2 AA plus advanced ARIA/widget patterns and test matrix |
44
- | No deployment validation | Release validator, npm package metadata, tests, and deployment zip builder |
45
- | No product-risk coverage | Ethics, privacy, dark-pattern, high-risk domain, AI-interface, and inclusive-design checks |
46
- | Hidden from AI tooling | Ships `llms.txt`, machine-readable manifest, system prompt add-ons, and a local MCP server for automatic discovery |
47
-
48
- ## AI Discoverability
49
-
50
- UI/UX Master is now designed for both humans and AI systems to discover:
51
-
52
- - `llms.txt` gives agents a concise map of the package.
53
- - `ai-discovery/ui-ux-master.manifest.json` provides a machine-readable manifest.
54
- - `system-prompts/` contains full, compact, and MCP-focused system prompt add-ons.
55
- - `ui-ux-master-mcp` exposes the package through a local MCP server with tools, resources, and prompts.
56
- - Project installs copy these discovery assets into `.ui-ux-master/` so no-save `npx` installs remain usable after the npm cache disappears.
57
-
58
- ## Capabilities
59
-
60
- UI/UX Master can help agents produce:
61
-
62
- - Product UX strategy and user goals
63
- - UX research plans, evidence confidence, and research synthesis
64
- - Information architecture, navigation, taxonomy, and search/filter models
65
- - User flows, task flows, journey maps, and service blueprints
66
- - Wireframes, layout specs, visual direction, and interaction design
67
- - Accessibility audits and WCAG 2.2 AA remediation guidance
68
- - Advanced component accessibility patterns for dialogs, tabs, comboboxes, menus, grids, live regions, and drag/drop alternatives
69
- - Design systems, tokens, component specs, governance, and usage rules
70
- - Content design, UX writing, error copy, empty states, localization, RTL, and i18n checks
71
- - Platform-specific guidance for web, iOS, Android/Material, Windows/desktop, kiosk, email, TV, and universal agents
72
- - SaaS dashboards, data visualization, tables, alerts, ecommerce, checkout, onboarding, settings, auth, forms, and landing pages
73
- - Ethical UX, privacy, consent, dark-pattern detection, AI transparency, and high-risk domain safeguards
74
- - Developer handoff with states, tokens, responsive behavior, analytics events, QA, and acceptance criteria
35
+ ```text
36
+ /ui-ux-master audit this dashboard for accessibility and give me fixes
37
+ ```
75
38
 
76
- ## Install with npm
39
+ ```text
40
+ /ui-ux-master design a checkout flow for my e-commerce app
41
+ ```
77
42
 
78
- Global install:
43
+ ```text
44
+ /ui-ux-master build a landing page for a healthcare startup
45
+ ```
79
46
 
80
- ```bash
81
- npm install -g ui-ux-master
82
- ui-ux-master install --global
47
+ ```text
48
+ /ui-ux-master create a full design system for this SaaS product
83
49
  ```
84
50
 
85
- Project-local install, recommended:
51
+ > The skill only activates when you type `/ui-ux-master` — your normal coding workflow is untouched.
86
52
 
87
- ```bash
88
- npm install --save-dev ui-ux-master
89
- npx ui-ux-master install --project
90
- ```
53
+ ---
91
54
 
92
- No-save project install (copies reusable skill files into `.ui-ux-master/` so agents can still read the source after npx exits):
55
+ ## What It Does
93
56
 
94
- ```bash
95
- npx ui-ux-master install --project
96
- ```
57
+ | Without UI/UX Master | With UI/UX Master |
58
+ |---|---|
59
+ | Jumps straight to code | Discovery form first — brief, audience, and brand locked before design |
60
+ | Generic colors and layout | Industry reasoning engine → instant Design System Block per product type |
61
+ | No design system | Portable 9-section schema saved to `.ui-ux-memory.md` per project |
62
+ | Ignores accessibility | WCAG 2.2 AA + ARIA patterns audited on every output |
63
+ | AI slop output | Anti-slop blacklist + 5-dimensional quality gate before every emit |
64
+ | One-size-fits-all style | 20+ named UI styles with complete token overrides |
65
+ | Forgets your brand | Design memory persists across all sessions |
97
66
 
98
- Install only selected agents:
67
+ ---
99
68
 
100
- ```bash
101
- npx ui-ux-master install --project --agents claude,codex,windsurf,gemini,cursor
102
- ```
69
+ ## What's New
103
70
 
104
- Dry run:
71
+ ### v1.5.0 — Industry Intelligence Update *(May 2026)*
105
72
 
106
- ```bash
107
- npx ui-ux-master install --project --dry-run
108
- ```
73
+ - **Industry Reasoning Engine** — describe your product, get a complete Design System Block instantly (pattern + style + palette + typography + effects + anti-patterns) for 15+ industries
74
+ - **UI Styles Catalog** — 20+ named styles: Glassmorphism, Liquid Glass, Data Brutalism, Aurora Borealis, Cyberpunk, AI-Native, Bento Grid, Soft UI Evolution, Claymorphism, and more — each with full CSS token overrides
75
+ - **Architectural Color Scales** — 11-step (50–950) OKLch ramps for every hue family, semantic states, and dark mode mappings
76
+ - **16-Framework Tech Stack Guidelines** — React, Next.js, Vue, Nuxt, Angular, Svelte, Astro, Remix, SolidJS, React Native, Flutter, SwiftUI, shadcn/ui, Jetpack Compose, Laravel, HTML+Tailwind
77
+ - **Landing Page Patterns** — 12 named conversion patterns (Hero-Centric, Problem-Solution, Social Proof First, Comparison, Product Demo First, and more) with section-by-section structure
78
+ - **Chart Type Guide** — 25-type decision tree + dashboard layout rules and anti-patterns
79
+ - **Code-Level AI Audit** — 30 error codes (AI001–AI030): Tailwind interpolation bugs, hallucinated utilities, missing a11y, React anti-patterns, invented metrics — each with severity level and line reference
80
+ - **MASTER + Page Overrides** — `design-system/MASTER.md` + `pages/[page].md` hierarchy for multi-page consistency
109
81
 
110
- ## Supported Agents
82
+ ### v1.4.0 — Quality Gates Update
111
83
 
112
- | Agent | Install target | Trigger |
113
- |---|---|---|
114
- | Claude Code | `.claude/commands/ui-ux-master.md` | native `/ui-ux-master` command |
115
- | Codex | `AGENTS.md` marked section | type `/ui-ux-master` |
116
- | Windsurf/Cascade | `.windsurf/rules/ui-ux-master.md` and `.windsurfrules` fallback | type `/ui-ux-master` |
117
- | Antigravity | `AGENTS.md` plus `.antigravity/rules/ui-ux-master.md` fallback | type `/ui-ux-master` |
118
- | Gemini CLI | `GEMINI.md` marked section | type `/ui-ux-master` |
119
- | Cursor | `.cursor/rules/ui-ux-master.mdc` | type `/ui-ux-master` |
120
- | Other agents | `agent-templates/universal/ui-ux-master-trigger.md` | copy trigger into instruction file |
121
- | MCP clients | `ui-ux-master-mcp` | discover tools/resources/prompts automatically |
84
+ - 6-question discovery form runs before any visual output
85
+ - Brand extraction protocol — never guesses colors from a company name
86
+ - 5 OKLch visual directions for brandless projects
87
+ - 5-dimensional self-critique + P0/P1/P2 quality gates before every emit
88
+ - Anti-AI-slop blacklist — purple gradients, generic emojis, invented metrics all forbidden
89
+ - Portable 9-section design system schema (DESIGN.md-compatible)
122
90
 
123
- See `docs/slash-command-compatibility.md` for details.
91
+ ### v1.3.0 — Brand Methods Update
124
92
 
125
- ## System Prompt Add-ons
93
+ - 10 top-brand design method skill files (Product Cinema, Enterprise Trust Hub, Conversion Simplicity, and more)
94
+ - Color Psychology and Branding skill with industry-specific palette prescriptions
126
95
 
127
- Copy one of these into any AI custom-instructions field when the agent does not support project rules:
96
+ ---
128
97
 
129
- - `system-prompts/ui-ux-master-system-add-on.md` — full add-on.
130
- - `system-prompts/ui-ux-master-compact.md` — compact add-on.
131
- - `system-prompts/ui-ux-master-mcp-add-on.md` — MCP-focused add-on.
98
+ ## Supported Agents
132
99
 
133
- ## MCP Server
100
+ | Agent | Trigger |
101
+ |---|---|
102
+ | Claude Code | `/ui-ux-master` (native slash command) |
103
+ | Windsurf / Cascade | `/ui-ux-master` |
104
+ | Cursor | `/ui-ux-master` |
105
+ | Codex | `/ui-ux-master` |
106
+ | Gemini CLI | `/ui-ux-master` |
107
+ | Antigravity | `/ui-ux-master` |
108
+ | Any other agent | Copy `agent-templates/universal/` into your instruction file |
109
+ | MCP clients | Auto-discovered via `ui-ux-master-mcp` |
110
+
111
+ ---
134
112
 
135
- Run the local MCP server:
113
+ ## MCP Server
136
114
 
137
115
  ```bash
138
- ui-ux-master-mcp
139
- # or without global install
140
116
  npx -y --package ui-ux-master ui-ux-master-mcp
141
117
  ```
142
118
 
143
- MCP client config:
144
-
145
119
  ```json
146
120
  {
147
121
  "mcpServers": {
@@ -153,115 +127,129 @@ MCP client config:
153
127
  }
154
128
  ```
155
129
 
156
- See `docs/mcp-server.md` for tools, resources, prompts, and Hermes config.
130
+ ---
157
131
 
158
- ## Usage Examples
132
+ ## CLI Reference
159
133
 
160
- ```text
161
- /ui-ux-master redesign this SaaS onboarding flow for faster activation and create dev handoff specs
134
+ ```bash
135
+ ui-ux-master install --project # install for current project
136
+ ui-ux-master install --project --agents claude,windsurf # specific agents only
137
+ ui-ux-master install --project --dry-run # preview without writing
138
+ ui-ux-master install --global # global install
139
+ ui-ux-master doctor # check install health
140
+ ui-ux-master uninstall --project # remove
162
141
  ```
163
142
 
164
- ```text
165
- /ui-ux-master audit the checkout flow for accessibility, trust, conversion, and mobile UX
166
- ```
143
+ ---
167
144
 
168
- ```text
169
- /ui-ux-master create a design system starter for this app using the existing components and tokens
170
- ```
145
+ ## Full Capabilities
171
146
 
172
- ```text
173
- /ui-ux-master inspect this dashboard and improve hierarchy, data visualization, empty states, and responsive behavior
174
- ```
147
+ <details>
148
+ <summary>Expand to see everything</summary>
175
149
 
176
- ```text
177
- /ui-ux-master turn this rough product idea into IA, user flows, wireframes, content, metrics, and implementation tasks
178
- ```
150
+ **Design & Research**
151
+ - UX strategy, user goals, jobs-to-be-done
152
+ - UX research plans and evidence-confidence scoring
153
+ - Information architecture, navigation, taxonomy, search/filter models
154
+ - User flows, task flows, journey maps, service blueprints
155
+ - Wireframes, layout specs, visual direction, interaction design
179
156
 
180
- ## CLI Commands
157
+ **Accessibility**
158
+ - WCAG 2.2 AA audits and remediation guidance
159
+ - Advanced ARIA patterns: dialogs, tabs, comboboxes, menus, grids, live regions, drag/drop
160
+
161
+ **Design Systems**
162
+ - Token architecture, component specs, governance, usage rules
163
+ - Portable 9-section schema saved per project (`.ui-ux-memory.md`)
164
+ - MASTER.md + page-level override hierarchy
165
+
166
+ **Content & Platform**
167
+ - UX writing, error copy, empty states, i18n, RTL
168
+ - Web, iOS, Android/Material, Windows, kiosk, email, TV
169
+
170
+ **Specialized Screens**
171
+ - SaaS dashboards, data visualization, ecommerce, checkout, onboarding, auth, forms, landing pages
172
+
173
+ **Ethics & Handoff**
174
+ - Dark-pattern detection, privacy, consent, AI transparency, high-risk domain safeguards
175
+ - Developer handoff: states, tokens, responsive behavior, analytics events, QA, acceptance criteria
176
+
177
+ </details>
178
+
179
+ ---
180
+
181
+ ## Package Layout
181
182
 
182
- ```bash
183
- ui-ux-master install --project
184
- ui-ux-master install --global
185
- ui-ux-master install --project --agents claude,codex,windsurf,antigravity,gemini,cursor
186
- ui-ux-master install --project --dry-run
187
- ui-ux-master doctor
188
- ui-ux-master where
189
- ui-ux-master mcp
190
- ui-ux-master-mcp
191
- ui-ux-master uninstall --project
183
+ ```
184
+ ui-ux-master/
185
+ ├── SKILL.md main orchestration (steps 1–12)
186
+ ├── references/
187
+ │ ├── industry-reasoning-rules.md 15+ industry → instant design system
188
+ │ ├── ui-styles-catalog.md 20+ named styles with full token specs
189
+ │ ├── color-scale-system.md 11-step OKLch architectural scales
190
+ │ ├── tech-stack-guidelines.md 16 frameworks with component patterns
191
+ │ ├── landing-page-patterns.md 12 patterns + 25-type chart guide
192
+ │ ├── output-quality-gates.md AI audit codes + 5-dim self-critique
193
+ │ ├── design-system-schema.md 9-section schema + MASTER/overrides
194
+ │ ├── visual-directions.md 5 OKLch directions for brandless projects
195
+ │ ├── design-discovery-protocol.md 6-question intake + brand extraction
196
+ │ └── brand-method-*.md 10 top-brand design methods
197
+ ├── templates/ briefs, specs, memory template
198
+ ├── agent-templates/ Claude, Windsurf, Cursor, Codex, Gemini
199
+ ├── system-prompts/ copy into any AI custom-instructions
200
+ └── bin/ CLI + MCP server
192
201
  ```
193
202
 
194
- ## Package Structure
195
-
196
- - `SKILL.md` — main orchestration skill.
197
- - `references/` — advanced playbooks and standards-aligned checklists.
198
- - `templates/` — briefs, audits, component specs, design-system specs, and project UI/UX memory template.
199
- - `agent-templates/` — Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal `/ui-ux-master` activation rules.
200
- - `docs/` — cross-agent slash-command compatibility docs and MCP server docs.
201
- - `system-prompts/` — full, compact, and MCP-focused system prompt add-ons.
202
- - `ai-discovery/` — machine-readable discovery manifest.
203
- - `llms.txt` — AI-readable package map.
204
- - `bin/ui-ux-master.mjs` — npm CLI installer.
205
- - `bin/ui-ux-master-mcp.mjs` — local MCP server.
206
- - `scripts/validate_skill.py` — dependency-free release validator.
207
- - `scripts/build_deployment_zip.py` — clean deployment zip builder.
208
- - `tests/` — npm installer and package smoke tests.
203
+ ---
209
204
 
210
205
  ## Validation and Testing
211
206
 
212
- Run from this folder:
213
-
214
207
  ```bash
215
208
  python scripts/validate_skill.py --release
216
209
  npm test
217
210
  npm pack --dry-run
218
211
  ```
219
212
 
220
- Build a clean deployment zip:
213
+ Expected output: `PASS: UI/UX skill package is valid`
221
214
 
222
- ```bash
223
- python scripts/build_deployment_zip.py
224
- ```
215
+ ---
225
216
 
226
- Expected validation result:
217
+ ## Limitations
227
218
 
228
- ```text
229
- PASS: UI/UX skill package is valid
230
- Release mode: PASS
231
- ```
219
+ - Guides research — does not replace real user testing
220
+ - Assists accessibility review — does not replace AT expert testing for high-risk products
221
+ - Flags legal/privacy risks — does not replace legal review
222
+ - No live preview or media generation
223
+
224
+ ---
232
225
 
233
226
  ## Competitive Positioning
234
227
 
235
- UI/UX Master is designed to outperform narrow UI prompt packs and simple design rules by combining:
228
+ UI/UX Master combines what every competitor does best into one opt-in, daemon-free, cross-agent skill:
236
229
 
237
- 1. Opt-in activation: no pollution of normal coding prompts.
238
- 2. Cross-agent portability: one package for Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and generic agents.
239
- 3. Full lifecycle coverage: discovery to deployment handoff.
240
- 4. Standards alignment: WCAG, WAI-ARIA patterns, GOV.UK, NN/g, Material, Apple HIG, Microsoft, Baymard-style ecommerce practice, ISO human-centered design concepts.
241
- 5. Project memory: durable brand/design consistency via `.ui-ux-memory.md`.
242
- 6. Release engineering: npm packaging, CLI installer, validation, tests, and deployment zip.
243
- 7. Advanced risk coverage: ethics, privacy, dark patterns, localization, platform conventions, high-risk domains, and AI UX transparency.
244
- 8. AI discoverability: `llms.txt`, manifest, system prompt add-ons, and local MCP server.
230
+ - **Discovery-first** — no visuals until brief is locked (beats generic prompt packs)
231
+ - **Industry reasoning engine** — instant Design System Block per product type (matches `ui-ux-pro-max-skill`)
232
+ - **11-step OKLch color scales** — architectural palette system (matches `saifyxpro`)
233
+ - **Code-level audit AI001–AI030** — catches Tailwind bugs, missing a11y, React anti-patterns (matches `saifyxpro`)
234
+ - **16-framework tech stack rules** — component patterns per framework (matches `saifyxpro`)
235
+ - **Quality gates** — 5-dimensional self-critique + anti-slop blacklist (inspired by `open-design`)
236
+ - **Full lifecycle** — research → IA → UI → accessibility → dev handoff (beats all narrow skills)
237
+ - **Project memory** — `.ui-ux-memory.md` persists brand/design across sessions
245
238
 
246
- ## Deployment Readiness Checklist
239
+ See `references/competitive-landscape.md` for the full analysis.
247
240
 
248
- - [ ] `python scripts/validate_skill.py --release` passes.
249
- - [ ] `npm test` passes.
250
- - [ ] `npm pack --dry-run` contains only intended files.
251
- - [ ] `ui-ux-master install --project --dry-run` works.
252
- - [ ] Agent templates contain `/ui-ux-master` and do not include local absolute paths.
253
- - [ ] System prompt add-ons and MCP docs are included and mention `/ui-ux-master`.
254
- - [ ] MCP smoke test returns `tools/list` and `resources/list` successfully.
255
- - [ ] No `node_modules`, `__pycache__`, `.pyc`, graphify cache, coverage, logs, secrets, or local credentials are included.
241
+ ---
242
+
243
+ ## Deployment Readiness Checklist
256
244
 
257
- ## Known Limitations
245
+ - [ ] `python scripts/validate_skill.py --release` passes
246
+ - [ ] `npm test` passes
247
+ - [ ] `npm pack --dry-run` contains only intended files
248
+ - [ ] `ui-ux-master install --project --dry-run` works
249
+ - [ ] No `node_modules`, `.pyc`, secrets, or local paths in package
258
250
 
259
- - It guides research planning but does not replace real users.
260
- - It helps accessibility review but does not replace expert assistive-technology testing for high-risk products.
261
- - It flags legal/privacy/health/finance risks but does not replace legal or domain-expert review.
262
- - Brand and competitor sites change; verify live claims before citing them as facts.
263
- - Agents without native slash commands use `/ui-ux-master` as a text trigger through installed instruction files.
251
+ ---
264
252
 
265
253
  ## License
266
254
 
267
- MIT.
255
+ MIT — by Rupak Biswas. Contributions welcome.