Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:19 +08:00
commit e9464c5a67
12 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ux-product",
"description": "User-centered design and product excellence. Master user research, UX design, accessibility, product strategy, user journey mapping, and inclusive design practices.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}