claude-autopm 2.7.0 → 2.8.2
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 +307 -56
- package/autopm/.claude/.env +158 -0
- package/autopm/.claude/settings.local.json +9 -0
- package/bin/autopm.js +11 -2
- package/bin/commands/epic.js +23 -3
- package/bin/commands/plugin.js +395 -0
- package/bin/commands/team.js +184 -10
- package/install/install.js +223 -4
- package/lib/cli/commands/issue.js +360 -20
- package/lib/plugins/PluginManager.js +1328 -0
- package/lib/plugins/PluginManager.old.js +400 -0
- package/lib/providers/AzureDevOpsProvider.js +575 -0
- package/lib/providers/GitHubProvider.js +475 -0
- package/lib/services/EpicService.js +1092 -3
- package/lib/services/IssueService.js +991 -0
- package/package.json +9 -1
- package/scripts/publish-plugins.sh +166 -0
- package/autopm/.claude/agents/cloud/README.md +0 -55
- package/autopm/.claude/agents/cloud/aws-cloud-architect.md +0 -521
- package/autopm/.claude/agents/cloud/azure-cloud-architect.md +0 -436
- package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +0 -385
- package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +0 -306
- package/autopm/.claude/agents/cloud/gemini-api-expert.md +0 -880
- package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +0 -566
- package/autopm/.claude/agents/cloud/openai-python-expert.md +0 -1087
- package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +0 -454
- package/autopm/.claude/agents/core/agent-manager.md +0 -296
- package/autopm/.claude/agents/core/code-analyzer.md +0 -131
- package/autopm/.claude/agents/core/file-analyzer.md +0 -162
- package/autopm/.claude/agents/core/test-runner.md +0 -200
- package/autopm/.claude/agents/data/airflow-orchestration-expert.md +0 -52
- package/autopm/.claude/agents/data/kedro-pipeline-expert.md +0 -50
- package/autopm/.claude/agents/data/langgraph-workflow-expert.md +0 -520
- package/autopm/.claude/agents/databases/README.md +0 -50
- package/autopm/.claude/agents/databases/bigquery-expert.md +0 -392
- package/autopm/.claude/agents/databases/cosmosdb-expert.md +0 -368
- package/autopm/.claude/agents/databases/mongodb-expert.md +0 -398
- package/autopm/.claude/agents/databases/postgresql-expert.md +0 -321
- package/autopm/.claude/agents/databases/redis-expert.md +0 -52
- package/autopm/.claude/agents/devops/README.md +0 -52
- package/autopm/.claude/agents/devops/azure-devops-specialist.md +0 -308
- package/autopm/.claude/agents/devops/docker-containerization-expert.md +0 -298
- package/autopm/.claude/agents/devops/github-operations-specialist.md +0 -335
- package/autopm/.claude/agents/devops/mcp-context-manager.md +0 -319
- package/autopm/.claude/agents/devops/observability-engineer.md +0 -574
- package/autopm/.claude/agents/devops/ssh-operations-expert.md +0 -1093
- package/autopm/.claude/agents/devops/traefik-proxy-expert.md +0 -444
- package/autopm/.claude/agents/frameworks/README.md +0 -64
- package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +0 -360
- package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +0 -254
- package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +0 -217
- package/autopm/.claude/agents/frameworks/react-ui-expert.md +0 -226
- package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +0 -770
- package/autopm/.claude/agents/frameworks/ux-design-expert.md +0 -244
- package/autopm/.claude/agents/integration/message-queue-engineer.md +0 -794
- package/autopm/.claude/agents/languages/README.md +0 -50
- package/autopm/.claude/agents/languages/bash-scripting-expert.md +0 -541
- package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +0 -197
- package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +0 -226
- package/autopm/.claude/agents/languages/python-backend-engineer.md +0 -214
- package/autopm/.claude/agents/languages/python-backend-expert.md +0 -289
- package/autopm/.claude/agents/testing/frontend-testing-engineer.md +0 -395
- package/autopm/.claude/commands/ai/langgraph-workflow.md +0 -65
- package/autopm/.claude/commands/ai/openai-chat.md +0 -65
- package/autopm/.claude/commands/azure/COMMANDS.md +0 -107
- package/autopm/.claude/commands/azure/COMMAND_MAPPING.md +0 -252
- package/autopm/.claude/commands/azure/INTEGRATION_FIX.md +0 -103
- package/autopm/.claude/commands/azure/README.md +0 -246
- package/autopm/.claude/commands/azure/active-work.md +0 -198
- package/autopm/.claude/commands/azure/aliases.md +0 -143
- package/autopm/.claude/commands/azure/blocked-items.md +0 -287
- package/autopm/.claude/commands/azure/clean.md +0 -93
- package/autopm/.claude/commands/azure/docs-query.md +0 -48
- package/autopm/.claude/commands/azure/feature-decompose.md +0 -380
- package/autopm/.claude/commands/azure/feature-list.md +0 -61
- package/autopm/.claude/commands/azure/feature-new.md +0 -115
- package/autopm/.claude/commands/azure/feature-show.md +0 -205
- package/autopm/.claude/commands/azure/feature-start.md +0 -130
- package/autopm/.claude/commands/azure/fix-integration-example.md +0 -93
- package/autopm/.claude/commands/azure/help.md +0 -150
- package/autopm/.claude/commands/azure/import-us.md +0 -269
- package/autopm/.claude/commands/azure/init.md +0 -211
- package/autopm/.claude/commands/azure/next-task.md +0 -262
- package/autopm/.claude/commands/azure/search.md +0 -160
- package/autopm/.claude/commands/azure/sprint-status.md +0 -235
- package/autopm/.claude/commands/azure/standup.md +0 -260
- package/autopm/.claude/commands/azure/sync-all.md +0 -99
- package/autopm/.claude/commands/azure/task-analyze.md +0 -186
- package/autopm/.claude/commands/azure/task-close.md +0 -329
- package/autopm/.claude/commands/azure/task-edit.md +0 -145
- package/autopm/.claude/commands/azure/task-list.md +0 -263
- package/autopm/.claude/commands/azure/task-new.md +0 -84
- package/autopm/.claude/commands/azure/task-reopen.md +0 -79
- package/autopm/.claude/commands/azure/task-show.md +0 -126
- package/autopm/.claude/commands/azure/task-start.md +0 -301
- package/autopm/.claude/commands/azure/task-status.md +0 -65
- package/autopm/.claude/commands/azure/task-sync.md +0 -67
- package/autopm/.claude/commands/azure/us-edit.md +0 -164
- package/autopm/.claude/commands/azure/us-list.md +0 -202
- package/autopm/.claude/commands/azure/us-new.md +0 -265
- package/autopm/.claude/commands/azure/us-parse.md +0 -253
- package/autopm/.claude/commands/azure/us-show.md +0 -188
- package/autopm/.claude/commands/azure/us-status.md +0 -320
- package/autopm/.claude/commands/azure/validate.md +0 -86
- package/autopm/.claude/commands/azure/work-item-sync.md +0 -47
- package/autopm/.claude/commands/cloud/infra-deploy.md +0 -38
- package/autopm/.claude/commands/github/workflow-create.md +0 -42
- package/autopm/.claude/commands/infrastructure/ssh-security.md +0 -65
- package/autopm/.claude/commands/infrastructure/traefik-setup.md +0 -65
- package/autopm/.claude/commands/kubernetes/deploy.md +0 -37
- package/autopm/.claude/commands/playwright/test-scaffold.md +0 -38
- package/autopm/.claude/commands/pm/blocked.md +0 -28
- package/autopm/.claude/commands/pm/clean.md +0 -119
- package/autopm/.claude/commands/pm/context-create.md +0 -136
- package/autopm/.claude/commands/pm/context-prime.md +0 -170
- package/autopm/.claude/commands/pm/context-update.md +0 -292
- package/autopm/.claude/commands/pm/context.md +0 -28
- package/autopm/.claude/commands/pm/epic-close.md +0 -86
- package/autopm/.claude/commands/pm/epic-decompose.md +0 -370
- package/autopm/.claude/commands/pm/epic-edit.md +0 -83
- package/autopm/.claude/commands/pm/epic-list.md +0 -30
- package/autopm/.claude/commands/pm/epic-merge.md +0 -222
- package/autopm/.claude/commands/pm/epic-oneshot.md +0 -119
- package/autopm/.claude/commands/pm/epic-refresh.md +0 -119
- package/autopm/.claude/commands/pm/epic-show.md +0 -28
- package/autopm/.claude/commands/pm/epic-split.md +0 -120
- package/autopm/.claude/commands/pm/epic-start.md +0 -195
- package/autopm/.claude/commands/pm/epic-status.md +0 -28
- package/autopm/.claude/commands/pm/epic-sync-modular.md +0 -338
- package/autopm/.claude/commands/pm/epic-sync-original.md +0 -473
- package/autopm/.claude/commands/pm/epic-sync.md +0 -486
- package/autopm/.claude/commands/pm/help.md +0 -28
- package/autopm/.claude/commands/pm/import.md +0 -115
- package/autopm/.claude/commands/pm/in-progress.md +0 -28
- package/autopm/.claude/commands/pm/init.md +0 -28
- package/autopm/.claude/commands/pm/issue-analyze.md +0 -202
- package/autopm/.claude/commands/pm/issue-close.md +0 -119
- package/autopm/.claude/commands/pm/issue-edit.md +0 -93
- package/autopm/.claude/commands/pm/issue-reopen.md +0 -87
- package/autopm/.claude/commands/pm/issue-show.md +0 -41
- package/autopm/.claude/commands/pm/issue-start.md +0 -234
- package/autopm/.claude/commands/pm/issue-status.md +0 -95
- package/autopm/.claude/commands/pm/issue-sync.md +0 -411
- package/autopm/.claude/commands/pm/next.md +0 -28
- package/autopm/.claude/commands/pm/prd-edit.md +0 -82
- package/autopm/.claude/commands/pm/prd-list.md +0 -28
- package/autopm/.claude/commands/pm/prd-new.md +0 -55
- package/autopm/.claude/commands/pm/prd-parse.md +0 -42
- package/autopm/.claude/commands/pm/prd-status.md +0 -28
- package/autopm/.claude/commands/pm/search.md +0 -28
- package/autopm/.claude/commands/pm/standup.md +0 -28
- package/autopm/.claude/commands/pm/status.md +0 -28
- package/autopm/.claude/commands/pm/sync.md +0 -99
- package/autopm/.claude/commands/pm/test-reference-update.md +0 -151
- package/autopm/.claude/commands/pm/validate.md +0 -28
- package/autopm/.claude/commands/pm/what-next.md +0 -28
- package/autopm/.claude/commands/python/api-scaffold.md +0 -50
- package/autopm/.claude/commands/python/docs-query.md +0 -48
- package/autopm/.claude/commands/react/app-scaffold.md +0 -50
- package/autopm/.claude/commands/testing/prime.md +0 -314
- package/autopm/.claude/commands/testing/run.md +0 -125
- package/autopm/.claude/commands/ui/bootstrap-scaffold.md +0 -65
- package/autopm/.claude/commands/ui/tailwind-system.md +0 -64
- package/autopm/.claude/rules/ai-integration-patterns.md +0 -219
- package/autopm/.claude/rules/ci-cd-kubernetes-strategy.md +0 -25
- package/autopm/.claude/rules/database-management-strategy.md +0 -17
- package/autopm/.claude/rules/database-pipeline.md +0 -94
- package/autopm/.claude/rules/devops-troubleshooting-playbook.md +0 -450
- package/autopm/.claude/rules/docker-first-development.md +0 -404
- package/autopm/.claude/rules/infrastructure-pipeline.md +0 -128
- package/autopm/.claude/rules/performance-guidelines.md +0 -403
- package/autopm/.claude/rules/ui-development-standards.md +0 -281
- package/autopm/.claude/rules/ui-framework-rules.md +0 -151
- package/autopm/.claude/rules/ux-design-rules.md +0 -209
- package/autopm/.claude/rules/visual-testing.md +0 -223
- package/autopm/.claude/scripts/azure/README.md +0 -192
- package/autopm/.claude/scripts/azure/active-work.js +0 -524
- package/autopm/.claude/scripts/azure/active-work.sh +0 -20
- package/autopm/.claude/scripts/azure/blocked.js +0 -520
- package/autopm/.claude/scripts/azure/blocked.sh +0 -20
- package/autopm/.claude/scripts/azure/daily.js +0 -533
- package/autopm/.claude/scripts/azure/daily.sh +0 -20
- package/autopm/.claude/scripts/azure/dashboard.js +0 -970
- package/autopm/.claude/scripts/azure/dashboard.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-list.js +0 -254
- package/autopm/.claude/scripts/azure/feature-list.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-show.js +0 -7
- package/autopm/.claude/scripts/azure/feature-show.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-status.js +0 -604
- package/autopm/.claude/scripts/azure/feature-status.sh +0 -20
- package/autopm/.claude/scripts/azure/help.js +0 -342
- package/autopm/.claude/scripts/azure/help.sh +0 -20
- package/autopm/.claude/scripts/azure/next-task.js +0 -508
- package/autopm/.claude/scripts/azure/next-task.sh +0 -20
- package/autopm/.claude/scripts/azure/search.js +0 -469
- package/autopm/.claude/scripts/azure/search.sh +0 -20
- package/autopm/.claude/scripts/azure/setup.js +0 -745
- package/autopm/.claude/scripts/azure/setup.sh +0 -20
- package/autopm/.claude/scripts/azure/sprint-report.js +0 -1012
- package/autopm/.claude/scripts/azure/sprint-report.sh +0 -20
- package/autopm/.claude/scripts/azure/sync.js +0 -563
- package/autopm/.claude/scripts/azure/sync.sh +0 -20
- package/autopm/.claude/scripts/azure/us-list.js +0 -210
- package/autopm/.claude/scripts/azure/us-list.sh +0 -20
- package/autopm/.claude/scripts/azure/us-status.js +0 -238
- package/autopm/.claude/scripts/azure/us-status.sh +0 -20
- package/autopm/.claude/scripts/azure/validate.js +0 -626
- package/autopm/.claude/scripts/azure/validate.sh +0 -20
- package/autopm/.claude/scripts/azure/wrapper-template.sh +0 -20
- package/autopm/.claude/scripts/github/dependency-tracker.js +0 -554
- package/autopm/.claude/scripts/github/dependency-validator.js +0 -545
- package/autopm/.claude/scripts/github/dependency-visualizer.js +0 -477
- package/autopm/.claude/scripts/pm/analytics.js +0 -425
- package/autopm/.claude/scripts/pm/blocked.js +0 -164
- package/autopm/.claude/scripts/pm/blocked.sh +0 -78
- package/autopm/.claude/scripts/pm/clean.js +0 -464
- package/autopm/.claude/scripts/pm/context-create.js +0 -216
- package/autopm/.claude/scripts/pm/context-prime.js +0 -335
- package/autopm/.claude/scripts/pm/context-update.js +0 -344
- package/autopm/.claude/scripts/pm/context.js +0 -338
- package/autopm/.claude/scripts/pm/epic-close.js +0 -347
- package/autopm/.claude/scripts/pm/epic-edit.js +0 -382
- package/autopm/.claude/scripts/pm/epic-list.js +0 -273
- package/autopm/.claude/scripts/pm/epic-list.sh +0 -109
- package/autopm/.claude/scripts/pm/epic-show.js +0 -291
- package/autopm/.claude/scripts/pm/epic-show.sh +0 -105
- package/autopm/.claude/scripts/pm/epic-split.js +0 -522
- package/autopm/.claude/scripts/pm/epic-start/epic-start.js +0 -183
- package/autopm/.claude/scripts/pm/epic-start/epic-start.sh +0 -94
- package/autopm/.claude/scripts/pm/epic-status.js +0 -291
- package/autopm/.claude/scripts/pm/epic-status.sh +0 -104
- package/autopm/.claude/scripts/pm/epic-sync/README.md +0 -208
- package/autopm/.claude/scripts/pm/epic-sync/create-epic-issue.sh +0 -77
- package/autopm/.claude/scripts/pm/epic-sync/create-task-issues.sh +0 -86
- package/autopm/.claude/scripts/pm/epic-sync/update-epic-file.sh +0 -79
- package/autopm/.claude/scripts/pm/epic-sync/update-references.sh +0 -89
- package/autopm/.claude/scripts/pm/epic-sync.sh +0 -137
- package/autopm/.claude/scripts/pm/help.js +0 -92
- package/autopm/.claude/scripts/pm/help.sh +0 -90
- package/autopm/.claude/scripts/pm/in-progress.js +0 -178
- package/autopm/.claude/scripts/pm/in-progress.sh +0 -93
- package/autopm/.claude/scripts/pm/init.js +0 -321
- package/autopm/.claude/scripts/pm/init.sh +0 -178
- package/autopm/.claude/scripts/pm/issue-close.js +0 -232
- package/autopm/.claude/scripts/pm/issue-edit.js +0 -310
- package/autopm/.claude/scripts/pm/issue-show.js +0 -272
- package/autopm/.claude/scripts/pm/issue-start.js +0 -181
- package/autopm/.claude/scripts/pm/issue-sync/format-comment.sh +0 -468
- package/autopm/.claude/scripts/pm/issue-sync/gather-updates.sh +0 -460
- package/autopm/.claude/scripts/pm/issue-sync/post-comment.sh +0 -330
- package/autopm/.claude/scripts/pm/issue-sync/preflight-validation.sh +0 -348
- package/autopm/.claude/scripts/pm/issue-sync/update-frontmatter.sh +0 -387
- package/autopm/.claude/scripts/pm/lib/README.md +0 -85
- package/autopm/.claude/scripts/pm/lib/epic-discovery.js +0 -119
- package/autopm/.claude/scripts/pm/lib/logger.js +0 -78
- package/autopm/.claude/scripts/pm/next.js +0 -189
- package/autopm/.claude/scripts/pm/next.sh +0 -72
- package/autopm/.claude/scripts/pm/optimize.js +0 -407
- package/autopm/.claude/scripts/pm/pr-create.js +0 -337
- package/autopm/.claude/scripts/pm/pr-list.js +0 -257
- package/autopm/.claude/scripts/pm/prd-list.js +0 -242
- package/autopm/.claude/scripts/pm/prd-list.sh +0 -103
- package/autopm/.claude/scripts/pm/prd-new.js +0 -684
- package/autopm/.claude/scripts/pm/prd-parse.js +0 -547
- package/autopm/.claude/scripts/pm/prd-status.js +0 -152
- package/autopm/.claude/scripts/pm/prd-status.sh +0 -63
- package/autopm/.claude/scripts/pm/release.js +0 -460
- package/autopm/.claude/scripts/pm/search.js +0 -192
- package/autopm/.claude/scripts/pm/search.sh +0 -89
- package/autopm/.claude/scripts/pm/standup.js +0 -362
- package/autopm/.claude/scripts/pm/standup.sh +0 -95
- package/autopm/.claude/scripts/pm/status.js +0 -148
- package/autopm/.claude/scripts/pm/status.sh +0 -59
- package/autopm/.claude/scripts/pm/sync-batch.js +0 -337
- package/autopm/.claude/scripts/pm/sync.js +0 -343
- package/autopm/.claude/scripts/pm/template-list.js +0 -141
- package/autopm/.claude/scripts/pm/template-new.js +0 -366
- package/autopm/.claude/scripts/pm/validate.js +0 -274
- package/autopm/.claude/scripts/pm/validate.sh +0 -106
- package/autopm/.claude/scripts/pm/what-next.js +0 -660
- package/bin/node/azure-feature-show.js +0 -7
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: ux-design-expert
|
|
3
|
-
description: UX/UI design specialist for user experience optimization and accessibility
|
|
4
|
-
tools: Glob, Grep, LS, Read, WebFetch, TodoWrite, WebSearch, Edit, Write, MultiEdit, Bash, Task, Agent
|
|
5
|
-
model: inherit
|
|
6
|
-
color: "#E91E63"
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# ux-design-expert
|
|
10
|
-
|
|
11
|
-
## Test-Driven Development (TDD) Methodology
|
|
12
|
-
|
|
13
|
-
**MANDATORY**: Follow strict TDD principles for all development:
|
|
14
|
-
1. **Write failing tests FIRST** - Before implementing any functionality
|
|
15
|
-
2. **Red-Green-Refactor cycle** - Test fails → Make it pass → Improve code
|
|
16
|
-
3. **One test at a time** - Focus on small, incremental development
|
|
17
|
-
4. **100% coverage for new code** - All new features must have complete test coverage
|
|
18
|
-
5. **Tests as documentation** - Tests should clearly document expected behavior
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Use this agent for UX/UI design analysis, user experience optimization, accessibility audits, and design system creation. Expert in user research, information architecture, interaction design, visual hierarchy, responsive design patterns, and usability testing. Specializes in converting design principles into actionable frontend implementations and ensuring optimal user journeys.
|
|
22
|
-
|
|
23
|
-
## Documentation Access via MCP Context7
|
|
24
|
-
|
|
25
|
-
Access UX design and accessibility documentation:
|
|
26
|
-
|
|
27
|
-
- **Design Systems**: Material Design, Human Interface Guidelines
|
|
28
|
-
- **Accessibility**: WCAG 2.1, ARIA, screen reader support
|
|
29
|
-
- **UX Patterns**: Navigation, forms, data visualization
|
|
30
|
-
- **Tools**: Figma, Sketch, design tokens, component libraries
|
|
31
|
-
|
|
32
|
-
**Documentation Queries (Technical):**
|
|
33
|
-
- `mcp://context7/design/material` - Material Design guidelines
|
|
34
|
-
- `mcp://context7/design/accessibility` - Accessibility standards
|
|
35
|
-
- `mcp://context7/design/patterns` - UX design patterns
|
|
36
|
-
- `mcp://context7/design/systems` - Design system principles
|
|
37
|
-
|
|
38
|
-
**Documentation Queries (Task Creation):**
|
|
39
|
-
- `mcp://context7/agile/task-breakdown` - Task decomposition patterns
|
|
40
|
-
- `mcp://context7/agile/user-stories` - INVEST criteria for tasks
|
|
41
|
-
- `mcp://context7/agile/acceptance-criteria` - Writing effective AC
|
|
42
|
-
- `mcp://context7/project-management/estimation` - Effort estimation
|
|
43
|
-
|
|
44
|
-
@include includes/task-creation-excellence.md
|
|
45
|
-
|
|
46
|
-
## Core Expertise
|
|
47
|
-
|
|
48
|
-
### UX Research & Analysis
|
|
49
|
-
- User persona development
|
|
50
|
-
- User journey mapping
|
|
51
|
-
- Task flow analysis
|
|
52
|
-
- Heuristic evaluation (Nielsen's 10 principles)
|
|
53
|
-
- Competitive analysis
|
|
54
|
-
- A/B testing strategies
|
|
55
|
-
- Analytics interpretation
|
|
56
|
-
|
|
57
|
-
### Information Architecture
|
|
58
|
-
- Site mapping and navigation design
|
|
59
|
-
- Content hierarchy optimization
|
|
60
|
-
- Card sorting methodologies
|
|
61
|
-
- Menu structure planning
|
|
62
|
-
- Search and filtering UX
|
|
63
|
-
- Breadcrumb strategies
|
|
64
|
-
- URL structure optimization
|
|
65
|
-
|
|
66
|
-
### Interaction Design
|
|
67
|
-
- Microinteractions and animations
|
|
68
|
-
- Form design and validation patterns
|
|
69
|
-
- Progressive disclosure techniques
|
|
70
|
-
- Error handling and recovery
|
|
71
|
-
- Loading states and skeleton screens
|
|
72
|
-
- Gesture-based interactions
|
|
73
|
-
- Hover and focus states
|
|
74
|
-
|
|
75
|
-
### Visual Design Principles
|
|
76
|
-
- Typography hierarchy and readability
|
|
77
|
-
- Color theory and psychology
|
|
78
|
-
- White space and layout balance
|
|
79
|
-
- Grid systems (8-point, 12-column)
|
|
80
|
-
- Visual hierarchy techniques
|
|
81
|
-
- Iconography and imagery
|
|
82
|
-
- Brand consistency
|
|
83
|
-
|
|
84
|
-
### Accessibility & Inclusive Design
|
|
85
|
-
- WCAG 2.1 AA/AAA compliance
|
|
86
|
-
- Screen reader optimization
|
|
87
|
-
- Keyboard navigation patterns
|
|
88
|
-
- Color contrast requirements
|
|
89
|
-
- Touch target sizing
|
|
90
|
-
- Cognitive load reduction
|
|
91
|
-
- Multi-language support
|
|
92
|
-
|
|
93
|
-
### Responsive & Adaptive Design
|
|
94
|
-
- Mobile-first approach
|
|
95
|
-
- Breakpoint strategy
|
|
96
|
-
- Touch vs mouse interactions
|
|
97
|
-
- Viewport considerations
|
|
98
|
-
- Performance budgets
|
|
99
|
-
- Progressive enhancement
|
|
100
|
-
- Device-specific optimizations
|
|
101
|
-
|
|
102
|
-
### Design Systems & Components
|
|
103
|
-
- Atomic design methodology
|
|
104
|
-
- Component library architecture
|
|
105
|
-
- Design token management
|
|
106
|
-
- Style guide creation
|
|
107
|
-
- Pattern library development
|
|
108
|
-
- Documentation standards
|
|
109
|
-
- Version control for designs
|
|
110
|
-
|
|
111
|
-
## Common Tasks
|
|
112
|
-
|
|
113
|
-
### UX Audits
|
|
114
|
-
- Usability evaluation
|
|
115
|
-
- Accessibility assessment
|
|
116
|
-
- Performance impact analysis
|
|
117
|
-
- Mobile responsiveness check
|
|
118
|
-
- Conversion optimization
|
|
119
|
-
- User flow bottlenecks
|
|
120
|
-
- Cognitive load assessment
|
|
121
|
-
|
|
122
|
-
### Design Implementation
|
|
123
|
-
- Wireframe to code translation
|
|
124
|
-
- Prototype development
|
|
125
|
-
- Interactive mockups
|
|
126
|
-
- Animation specifications
|
|
127
|
-
- Responsive layout implementation
|
|
128
|
-
- Cross-browser compatibility
|
|
129
|
-
- Design handoff optimization
|
|
130
|
-
|
|
131
|
-
### User Testing
|
|
132
|
-
- Usability test planning
|
|
133
|
-
- A/B test setup
|
|
134
|
-
- Heat map analysis
|
|
135
|
-
- Session recording review
|
|
136
|
-
- Survey design
|
|
137
|
-
- Feedback collection
|
|
138
|
-
- Metrics definition
|
|
139
|
-
|
|
140
|
-
## Best Practices
|
|
141
|
-
|
|
142
|
-
### Core Principles
|
|
143
|
-
1. **User-Centered Design**: Always prioritize user needs over aesthetics
|
|
144
|
-
2. **Consistency**: Maintain patterns across the application
|
|
145
|
-
3. **Feedback**: Provide clear system status and user feedback
|
|
146
|
-
4. **Simplicity**: Reduce cognitive load through clear design
|
|
147
|
-
5. **Accessibility**: Design for all users, including those with disabilities
|
|
148
|
-
6. **Performance**: Consider load times and interaction speed
|
|
149
|
-
7. **Testing**: Validate designs with real users
|
|
150
|
-
|
|
151
|
-
### Design Patterns
|
|
152
|
-
- **Navigation**: Clear, predictable, and consistent
|
|
153
|
-
- **Forms**: Progressive, validated, and forgiving
|
|
154
|
-
- **Errors**: Helpful, actionable, and preventable
|
|
155
|
-
- **Empty States**: Informative and actionable
|
|
156
|
-
- **Loading**: Progressive and informative
|
|
157
|
-
- **Onboarding**: Contextual and skippable
|
|
158
|
-
|
|
159
|
-
### Metrics & KPIs
|
|
160
|
-
- Task completion rate
|
|
161
|
-
- Time on task
|
|
162
|
-
- Error rate
|
|
163
|
-
- System Usability Scale (SUS)
|
|
164
|
-
- Net Promoter Score (NPS)
|
|
165
|
-
- Conversion rate
|
|
166
|
-
- Bounce rate
|
|
167
|
-
- Click-through rate
|
|
168
|
-
|
|
169
|
-
## Integration Points
|
|
170
|
-
|
|
171
|
-
### Works With
|
|
172
|
-
- **react-frontend-engineer**: Implementation of designs
|
|
173
|
-
- **react-ui-expert**: Component styling and design systems
|
|
174
|
-
- **tailwindcss-expert**: Utility-first CSS framework
|
|
175
|
-
- **frontend-testing-engineer**: Usability testing automation
|
|
176
|
-
- **javascript-frontend-engineer**: Interactive features
|
|
177
|
-
|
|
178
|
-
### Provides To
|
|
179
|
-
- Frontend engineers: Design specifications
|
|
180
|
-
- Product managers: User research insights
|
|
181
|
-
- QA teams: Acceptance criteria
|
|
182
|
-
- Marketing: User behavior data
|
|
183
|
-
|
|
184
|
-
### Tools & Technologies
|
|
185
|
-
- Figma API integration
|
|
186
|
-
- Design token exports
|
|
187
|
-
- Component specifications
|
|
188
|
-
- Animation timings
|
|
189
|
-
- Accessibility requirements
|
|
190
|
-
- Performance budgets
|
|
191
|
-
|
|
192
|
-
## Design Psychology
|
|
193
|
-
|
|
194
|
-
### Cognitive Principles
|
|
195
|
-
- **Hick's Law**: Reduce choices to speed decisions
|
|
196
|
-
- **Fitts's Law**: Make targets larger and closer
|
|
197
|
-
- **Miller's Law**: Chunk information (7±2 rule)
|
|
198
|
-
- **Gestalt Principles**: Use proximity, similarity, closure
|
|
199
|
-
- **Von Restorff Effect**: Make important items stand out
|
|
200
|
-
- **Zeigarnik Effect**: Show progress to encourage completion
|
|
201
|
-
|
|
202
|
-
### Emotional Design
|
|
203
|
-
- **Visceral**: First impressions and aesthetics
|
|
204
|
-
- **Behavioral**: Usability and function
|
|
205
|
-
- **Reflective**: Meaning and impact
|
|
206
|
-
- **Delight**: Unexpected positive moments
|
|
207
|
-
- **Trust**: Security and reliability signals
|
|
208
|
-
|
|
209
|
-
## Conversion Optimization
|
|
210
|
-
|
|
211
|
-
### Landing Pages
|
|
212
|
-
- Above-the-fold optimization
|
|
213
|
-
- Call-to-action prominence
|
|
214
|
-
- Social proof placement
|
|
215
|
-
- Trust indicators
|
|
216
|
-
- Load time optimization
|
|
217
|
-
- Mobile conversion paths
|
|
218
|
-
|
|
219
|
-
### E-commerce UX
|
|
220
|
-
- Product discovery patterns
|
|
221
|
-
- Cart optimization
|
|
222
|
-
- Checkout simplification
|
|
223
|
-
- Payment trust signals
|
|
224
|
-
- Return policy visibility
|
|
225
|
-
- Review integration
|
|
226
|
-
|
|
227
|
-
### SaaS Applications
|
|
228
|
-
- Onboarding optimization
|
|
229
|
-
- Feature discovery
|
|
230
|
-
- Upgrade prompts
|
|
231
|
-
- Retention mechanics
|
|
232
|
-
- Churn reduction
|
|
233
|
-
- Engagement loops
|
|
234
|
-
|
|
235
|
-
## Self-Verification Protocol
|
|
236
|
-
|
|
237
|
-
Before delivering any solution, verify:
|
|
238
|
-
- [ ] Documentation from Context7 has been consulted
|
|
239
|
-
- [ ] Code follows best practices
|
|
240
|
-
- [ ] Tests are written and passing
|
|
241
|
-
- [ ] Performance is acceptable
|
|
242
|
-
- [ ] Security considerations addressed
|
|
243
|
-
- [ ] No resource leaks
|
|
244
|
-
- [ ] Error handling is comprehensive
|