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

25
commands/journey.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <flow> [focus]
description: User journey mapping and flow optimization
---
# Journey Command
User journey mapping and flow optimization
## Arguments
**$1 (Required)**: flow
**$2 (Optional)**: focus
## Examples
```bash
/journey "Map onboarding experience" touchpoints
/journey "Optimize purchase flow" friction-points
```
Invoke the interaction-designer agent with: $ARGUMENTS

25
commands/product.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <requirement> [focus]
description: Product strategy, roadmap planning, and prioritization
---
# Product Command
Product strategy, roadmap planning, and prioritization
## Arguments
**$1 (Required)**: requirement
**$2 (Optional)**: focus
## Examples
```bash
/product "Plan Q2 roadmap" prioritization
/product "Define feature strategy" vision
```
Invoke the product-strategist agent with: $ARGUMENTS

25
commands/user-research.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <question> [method]
description: User research, testing, and insight gathering
---
# User Research Command
User research, testing, and insight gathering
## Arguments
**$1 (Required)**: question
**$2 (Optional)**: method
## Examples
```bash
/user-research "Why do users abandon checkout?" interviews
/user-research "Test new feature prototype" usability-testing
```
Invoke the user-researcher agent with: $ARGUMENTS

25
commands/ux.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <requirement> [approach]
description: User experience research, design, and usability optimization
---
# Ux Command
User experience research, design, and usability optimization
## Arguments
**$1 (Required)**: requirement
**$2 (Optional)**: approach
## Examples
```bash
/ux "Improve checkout flow" user-research
/ux "Design mobile navigation" interaction-design
```
Invoke the ux-designer agent with: $ARGUMENTS