ui-ux-master 1.2.1 → 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,169 +1,121 @@
1
- # UI/UX Master 🎨✨
1
+ # UI/UX Master
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/ui-ux-master?logo=npm&label=npm)](https://www.npmjs.com/package/ui-ux-master)
4
- [![npm downloads](https://img.shields.io/npm/dm/ui-ux-master?logo=npm&label=downloads)](https://www.npmjs.com/package/ui-ux-master)
5
- [![License: MIT](https://img.shields.io/npm/l/ui-ux-master)](https://github.com/Seance1723/UI-UX-Skills/blob/main/LICENSE)
6
- [![GitHub stars](https://img.shields.io/github/stars/Seance1723/UI-UX-Skills?style=flat&logo=github)](https://github.com/Seance1723/UI-UX-Skills/stargazers)
7
- [![Last commit](https://img.shields.io/github/last-commit/Seance1723/UI-UX-Skills?logo=github)](https://github.com/Seance1723/UI-UX-Skills/commits/main)
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)
8
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
9
7
 
10
- **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.**
11
9
 
12
- Author: Rupak Biswas.
13
-
14
- Use it with a normal prompt plus one trigger:
10
+ One trigger. Every agent. Full design lifecycle from discovery to developer handoff.
15
11
 
16
12
  ```text
17
- /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
18
14
  ```
19
15
 
20
- 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.
21
-
22
- ## Why Use UI/UX Master?
23
-
24
- 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.
25
-
26
- 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.
16
+ ---
27
17
 
28
- ## 🚀 Supercharge Your AI Workflow
29
-
30
- 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.
18
+ ## Install with npm
31
19
 
32
- By installing this tool, you instantly give **Claude**, **Cursor**, **Windsurf**, **Codex**, **Gemini**, **Antigravity**, and universal/custom-instruction agents the ability to:
33
- - 🧠 **Think like a designer:** Understand user flows and journey maps before coding.
34
- - ♿ **Audit for accessibility:** Automatically check for WCAG 2.2 AA compliance and ARIA patterns.
35
- - 🧩 **Enforce design systems:** Keep your brand colors, typography, and spacing consistent.
20
+ ```bash
21
+ # Recommended — project install
22
+ npm install --save-dev ui-ux-master
23
+ npx ui-ux-master install --project
36
24
 
37
- ## What Makes It Different
25
+ # No install needed (one-time)
26
+ npx ui-ux-master install --project
27
+ ```
38
28
 
39
- | Common open-source prompt/skill | UI/UX Master |
40
- |---|---|
41
- | Focuses on visual polish only | Covers research, UX strategy, IA, flows, UI, accessibility, content, metrics, and handoff |
42
- | Always-on rules that interfere with normal coding | Opt-in `/ui-ux-master` trigger only |
43
- | One agent or editor only | Cross-agent templates for Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal agents |
44
- | Generic design advice | Concrete templates, checklists, quality gates, and implementation rules |
45
- | No persistent design memory | Project `.ui-ux-memory.md` workflow keeps brand/design decisions consistent |
46
- | Weak accessibility coverage | WCAG 2.2 AA plus advanced ARIA/widget patterns and test matrix |
47
- | No deployment validation | Release validator, npm package metadata, tests, and deployment zip builder |
48
- | No product-risk coverage | Ethics, privacy, dark-pattern, high-risk domain, AI-interface, and inclusive-design checks |
49
- | Hidden from AI tooling | Ships `llms.txt`, machine-readable manifest, system prompt add-ons, and a local MCP server for automatic discovery |
50
-
51
- ## AI Discoverability
52
-
53
- UI/UX Master is now designed for both humans and AI systems to discover:
54
-
55
- - `llms.txt` gives agents a concise map of the package.
56
- - `ai-discovery/ui-ux-master.manifest.json` provides a machine-readable manifest.
57
- - `system-prompts/` contains full, compact, and MCP-focused system prompt add-ons.
58
- - `ui-ux-master-mcp` exposes the package through a local MCP server with tools, resources, and prompts.
59
- - Project installs copy these discovery assets into `.ui-ux-master/` so no-save `npx` installs remain usable after the npm cache disappears.
60
-
61
- ## Capabilities
62
-
63
- UI/UX Master can help agents produce:
64
-
65
- - Product UX strategy and user goals
66
- - UX research plans, evidence confidence, and research synthesis
67
- - Information architecture, navigation, taxonomy, and search/filter models
68
- - User flows, task flows, journey maps, and service blueprints
69
- - Wireframes, layout specs, visual direction, and interaction design
70
- - Accessibility audits and WCAG 2.2 AA remediation guidance
71
- - Advanced component accessibility patterns for dialogs, tabs, comboboxes, menus, grids, live regions, and drag/drop alternatives
72
- - Design systems, tokens, component specs, governance, and usage rules
73
- - Content design, UX writing, error copy, empty states, localization, RTL, and i18n checks
74
- - Platform-specific guidance for web, iOS, Android/Material, Windows/desktop, kiosk, email, TV, and universal agents
75
- - SaaS dashboards, data visualization, tables, alerts, ecommerce, checkout, onboarding, settings, auth, forms, and landing pages
76
- - Ethical UX, privacy, consent, dark-pattern detection, AI transparency, and high-risk domain safeguards
77
- - Developer handoff with states, tokens, responsive behavior, analytics events, QA, and acceptance criteria
29
+ Works with **Claude**, **Windsurf**, **Cursor**, **Codex**, **Gemini**, and any agent that supports instruction files.
78
30
 
79
- ## Install with npm
31
+ ---
80
32
 
81
- Global install:
33
+ ## Quick Start — Try These
82
34
 
83
- ```bash
84
- npm install -g ui-ux-master
85
- ui-ux-master install --global
35
+ ```text
36
+ /ui-ux-master audit this dashboard for accessibility and give me fixes
86
37
  ```
87
38
 
88
- Project-local install, recommended:
89
-
90
- ```bash
91
- npm install --save-dev ui-ux-master
92
- npx ui-ux-master install --project
39
+ ```text
40
+ /ui-ux-master design a checkout flow for my e-commerce app
93
41
  ```
94
42
 
95
- No-save project install (copies reusable skill files into `.ui-ux-master/` so agents can still read the source after npx exits):
43
+ ```text
44
+ /ui-ux-master build a landing page for a healthcare startup
45
+ ```
96
46
 
97
- ```bash
98
- npx ui-ux-master install --project
47
+ ```text
48
+ /ui-ux-master create a full design system for this SaaS product
99
49
  ```
100
50
 
101
- Install only selected agents:
51
+ > The skill only activates when you type `/ui-ux-master` — your normal coding workflow is untouched.
102
52
 
103
- ```bash
104
- npx ui-ux-master install --project --agents claude,codex,windsurf,gemini,cursor
105
- ```
53
+ ---
106
54
 
107
- Dry run:
55
+ ## What It Does
108
56
 
109
- ```bash
110
- npx ui-ux-master install --project --dry-run
111
- ```
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 |
112
66
 
113
- ## Package
67
+ ---
114
68
 
115
- | Channel | Package | Purpose |
116
- |---|---|---|
117
- | npmjs | [`ui-ux-master`](https://www.npmjs.com/package/ui-ux-master) | Primary public package for normal installs and `npx` usage |
118
- | GitHub | [`Seance1723/UI-UX-Skills`](https://github.com/Seance1723/UI-UX-Skills) | Source, issues, releases, workflows, and open-source collaboration |
119
- | GitHub Packages | Optional scoped mirror | Use only if you want the repository Packages section to show a package |
69
+ ## What's New
120
70
 
121
- The canonical npm package is intentionally unscoped as `ui-ux-master`. GitHub Packages requires npm packages to be scoped, so a GitHub Packages mirror should use `@seance1723/ui-ux-master` while the public npmjs package remains `ui-ux-master`.
71
+ ### v1.5.0 — Industry Intelligence Update *(May 2026)*
122
72
 
123
- Package entrypoints:
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
124
81
 
125
- - `ui-ux-master` - CLI installer and project integration tool.
126
- - `ui-ux-master-mcp` - local MCP server for tools, resources, and prompts.
127
- - `import { assets, bins, trigger } from "ui-ux-master"` - lightweight ESM metadata API.
128
- - `require("ui-ux-master")` - CommonJS metadata API.
82
+ ### v1.4.0 — Quality Gates Update
129
83
 
130
- Package metadata is connected to GitHub through `repository`, `homepage`, `bugs`, license, funding, exports, engines, and npm provenance-ready publish settings in `package.json`.
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)
131
90
 
132
- ## Supported Agents
91
+ ### v1.3.0 — Brand Methods Update
133
92
 
134
- | Agent | Install target | Trigger |
135
- |---|---|---|
136
- | Claude Code | `.claude/commands/ui-ux-master.md` | native `/ui-ux-master` command |
137
- | Codex | `AGENTS.md` marked section | type `/ui-ux-master` |
138
- | Windsurf/Cascade | `.windsurf/rules/ui-ux-master.md` and `.windsurfrules` fallback | type `/ui-ux-master` |
139
- | Antigravity | `AGENTS.md` plus `.antigravity/rules/ui-ux-master.md` fallback | type `/ui-ux-master` |
140
- | Gemini CLI | `GEMINI.md` marked section | type `/ui-ux-master` |
141
- | Cursor | `.cursor/rules/ui-ux-master.mdc` | type `/ui-ux-master` |
142
- | Other agents | `agent-templates/universal/ui-ux-master-trigger.md` | copy trigger into instruction file |
143
- | MCP clients | `ui-ux-master-mcp` | discover tools/resources/prompts automatically |
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
144
95
 
145
- See `docs/slash-command-compatibility.md` for details.
96
+ ---
146
97
 
147
- ## System Prompt Add-ons
98
+ ## Supported Agents
148
99
 
149
- Copy one of these into any AI custom-instructions field when the agent does not support project rules:
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` |
150
110
 
151
- - `system-prompts/ui-ux-master-system-add-on.md` — full add-on.
152
- - `system-prompts/ui-ux-master-compact.md` — compact add-on.
153
- - `system-prompts/ui-ux-master-mcp-add-on.md` — MCP-focused add-on.
111
+ ---
154
112
 
155
113
  ## MCP Server
156
114
 
157
- Run the local MCP server:
158
-
159
115
  ```bash
160
- ui-ux-master-mcp
161
- # or without global install
162
116
  npx -y --package ui-ux-master ui-ux-master-mcp
163
117
  ```
164
118
 
165
- MCP client config:
166
-
167
119
  ```json
168
120
  {
169
121
  "mcpServers": {
@@ -175,130 +127,129 @@ MCP client config:
175
127
  }
176
128
  ```
177
129
 
178
- See `docs/mcp-server.md` for tools, resources, prompts, and Hermes config.
130
+ ---
179
131
 
180
- ## Usage Examples
132
+ ## CLI Reference
181
133
 
182
- ```text
183
- /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
184
141
  ```
185
142
 
186
- ```text
187
- /ui-ux-master audit the checkout flow for accessibility, trust, conversion, and mobile UX
188
- ```
143
+ ---
189
144
 
190
- ```text
191
- /ui-ux-master create a design system starter for this app using the existing components and tokens
192
- ```
145
+ ## Full Capabilities
193
146
 
194
- ```text
195
- /ui-ux-master inspect this dashboard and improve hierarchy, data visualization, empty states, and responsive behavior
196
- ```
147
+ <details>
148
+ <summary>Expand to see everything</summary>
197
149
 
198
- ```text
199
- /ui-ux-master turn this rough product idea into IA, user flows, wireframes, content, metrics, and implementation tasks
200
- ```
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
201
156
 
202
- ## 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
203
160
 
204
- ```bash
205
- ui-ux-master install --project
206
- ui-ux-master install --global
207
- ui-ux-master install --project --agents claude,codex,windsurf,antigravity,gemini,cursor
208
- ui-ux-master install --project --dry-run
209
- ui-ux-master doctor
210
- ui-ux-master where
211
- ui-ux-master mcp
212
- ui-ux-master-mcp
213
- ui-ux-master uninstall --project
214
- ```
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
215
165
 
216
- ## Package Structure
166
+ **Content & Platform**
167
+ - UX writing, error copy, empty states, i18n, RTL
168
+ - Web, iOS, Android/Material, Windows, kiosk, email, TV
217
169
 
218
- - `SKILL.md` — main orchestration skill.
219
- - `index.mjs`, `index.cjs`, `index.d.ts` — ESM, CommonJS, and TypeScript metadata entrypoints.
220
- - `references/` — advanced playbooks and standards-aligned checklists.
221
- - `templates/` — briefs, audits, component specs, design-system specs, and project UI/UX memory template.
222
- - `agent-templates/` — Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal `/ui-ux-master` activation rules.
223
- - `docs/` — cross-agent slash-command compatibility docs and MCP server docs.
224
- - `system-prompts/` — full, compact, and MCP-focused system prompt add-ons.
225
- - `ai-discovery/` — machine-readable discovery manifest.
226
- - `llms.txt` — AI-readable package map.
227
- - `bin/ui-ux-master.mjs` — npm CLI installer.
228
- - `bin/ui-ux-master-mcp.mjs` — local MCP server.
229
- - `scripts/validate_skill.py` — dependency-free release validator.
230
- - `scripts/build_deployment_zip.py` — clean deployment zip builder.
231
- - `tests/` — npm installer and package smoke tests.
170
+ **Specialized Screens**
171
+ - SaaS dashboards, data visualization, ecommerce, checkout, onboarding, auth, forms, landing pages
232
172
 
233
- ## GitHub Repository Setup
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
234
176
 
235
- Recommended About section:
177
+ </details>
236
178
 
237
- - Description: `Opt-in UI/UX master skill, CLI, and MCP server for AI coding agents. Accessibility, design systems, UX research, and frontend handoff in one workflow.`
238
- - Website: `https://www.npmjs.com/package/ui-ux-master`
239
- - Enable releases and issues. Enable discussions when you are ready to support community questions.
179
+ ---
240
180
 
241
- Recommended GitHub topics:
181
+ ## Package Layout
242
182
 
243
- `ai-agent`, `ai-coding`, `ui-ux`, `ux-research`, `product-design`, `design-system`, `accessibility`, `wcag`, `mcp`, `model-context-protocol`, `claude-code`, `codex`, `windsurf`, `cursor`, `gemini-cli`, `npm-package`, `cli`, `prompt-engineering`, `frontend`, `llms-txt`
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
201
+ ```
244
202
 
245
- For publishing and registry details, see `docs/package-publishing.md`.
203
+ ---
246
204
 
247
205
  ## Validation and Testing
248
206
 
249
- Run from this folder:
250
-
251
207
  ```bash
252
208
  python scripts/validate_skill.py --release
253
209
  npm test
254
210
  npm pack --dry-run
255
211
  ```
256
212
 
257
- Build a clean deployment zip:
213
+ Expected output: `PASS: UI/UX skill package is valid`
258
214
 
259
- ```bash
260
- python scripts/build_deployment_zip.py
261
- ```
215
+ ---
262
216
 
263
- Expected validation result:
217
+ ## Limitations
264
218
 
265
- ```text
266
- PASS: UI/UX skill package is valid
267
- Release mode: PASS
268
- ```
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
+ ---
269
225
 
270
226
  ## Competitive Positioning
271
227
 
272
- 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:
273
229
 
274
- 1. Opt-in activation: no pollution of normal coding prompts.
275
- 2. Cross-agent portability: one package for Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and generic agents.
276
- 3. Full lifecycle coverage: discovery to deployment handoff.
277
- 4. Standards alignment: WCAG, WAI-ARIA patterns, GOV.UK, NN/g, Material, Apple HIG, Microsoft, Baymard-style ecommerce practice, ISO human-centered design concepts.
278
- 5. Project memory: durable brand/design consistency via `.ui-ux-memory.md`.
279
- 6. Release engineering: npm packaging, CLI installer, validation, tests, and deployment zip.
280
- 7. Advanced risk coverage: ethics, privacy, dark patterns, localization, platform conventions, high-risk domains, and AI UX transparency.
281
- 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
282
238
 
283
- ## Deployment Readiness Checklist
239
+ See `references/competitive-landscape.md` for the full analysis.
240
+
241
+ ---
284
242
 
285
- - [ ] `python scripts/validate_skill.py --release` passes.
286
- - [ ] `npm test` passes.
287
- - [ ] `npm pack --dry-run` contains only intended files.
288
- - [ ] `ui-ux-master install --project --dry-run` works.
289
- - [ ] Agent templates contain `/ui-ux-master` and do not include local absolute paths.
290
- - [ ] System prompt add-ons and MCP docs are included and mention `/ui-ux-master`.
291
- - [ ] MCP smoke test returns `tools/list` and `resources/list` successfully.
292
- - [ ] No `node_modules`, `__pycache__`, `.pyc`, graphify cache, coverage, logs, secrets, or local credentials are included.
243
+ ## Deployment Readiness Checklist
293
244
 
294
- ## 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
295
250
 
296
- - It guides research planning but does not replace real users.
297
- - It helps accessibility review but does not replace expert assistive-technology testing for high-risk products.
298
- - It flags legal/privacy/health/finance risks but does not replace legal or domain-expert review.
299
- - Brand and competitor sites change; verify live claims before citing them as facts.
300
- - Agents without native slash commands use `/ui-ux-master` as a text trigger through installed instruction files.
251
+ ---
301
252
 
302
253
  ## License
303
254
 
304
- MIT.
255
+ MIT — by Rupak Biswas. Contributions welcome.