kiro-agent-team 1.0.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.
Files changed (155) hide show
  1. package/.kiro/README.md +228 -0
  2. package/.kiro/agents/backend-engineer.json +6 -0
  3. package/.kiro/agents/backend-engineer.md +643 -0
  4. package/.kiro/agents/database-specialist.json +6 -0
  5. package/.kiro/agents/database-specialist.md +390 -0
  6. package/.kiro/agents/development-logger.json +6 -0
  7. package/.kiro/agents/development-logger.md +265 -0
  8. package/.kiro/agents/devops-engineer.json +6 -0
  9. package/.kiro/agents/devops-engineer.md +287 -0
  10. package/.kiro/agents/frontend-architect.json +6 -0
  11. package/.kiro/agents/frontend-architect.md +1032 -0
  12. package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
  13. package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
  14. package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
  15. package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
  16. package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
  17. package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
  18. package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
  19. package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
  20. package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
  21. package/.kiro/agents/project-manager.json +6 -0
  22. package/.kiro/agents/project-manager.md +344 -0
  23. package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
  24. package/.kiro/agents/prompts/database-specialist-system.md +332 -0
  25. package/.kiro/agents/prompts/development-logger-system.md +232 -0
  26. package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
  27. package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
  28. package/.kiro/agents/prompts/project-manager-system.md +285 -0
  29. package/.kiro/agents/prompts/security-specialist-system.md +231 -0
  30. package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
  31. package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
  32. package/.kiro/agents/security-specialist.json +6 -0
  33. package/.kiro/agents/security-specialist.md +277 -0
  34. package/.kiro/agents/test-orchestrator.json +6 -0
  35. package/.kiro/agents/test-orchestrator.md +266 -0
  36. package/.kiro/agents/ui-ux-designer.json +6 -0
  37. package/.kiro/agents/ui-ux-designer.md +284 -0
  38. package/.kiro/devlog/00-START-HERE.md +444 -0
  39. package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
  40. package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
  41. package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
  42. package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
  43. package/.kiro/devlog/DEVLOG.md +22 -0
  44. package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
  45. package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
  46. package/.kiro/devlog/README.md +363 -0
  47. package/.kiro/devlog/devlog-update.bat +136 -0
  48. package/.kiro/devlog/devlog-update.sh +275 -0
  49. package/.kiro/devlog/feature-completion-hook.bat +78 -0
  50. package/.kiro/devlog/feature-completion-hook.sh +84 -0
  51. package/.kiro/documentation/cli.md +31 -0
  52. package/.kiro/documentation/docs_cli.md +41 -0
  53. package/.kiro/documentation/docs_cli_authentication.md +43 -0
  54. package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
  55. package/.kiro/documentation/docs_cli_billing.md +31 -0
  56. package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
  57. package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
  58. package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
  59. package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
  60. package/.kiro/documentation/docs_cli_chat.md +84 -0
  61. package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
  62. package/.kiro/documentation/docs_cli_chat_context.md +258 -0
  63. package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
  64. package/.kiro/documentation/docs_cli_chat_images.md +53 -0
  65. package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
  66. package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
  67. package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
  68. package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
  69. package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
  70. package/.kiro/documentation/docs_cli_chat_security.md +87 -0
  71. package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
  72. package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
  73. package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
  74. package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
  75. package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
  76. package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
  77. package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
  78. package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
  79. package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
  80. package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
  81. package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
  82. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
  83. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
  84. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
  85. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
  86. package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
  87. package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
  88. package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
  89. package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
  90. package/.kiro/documentation/docs_cli_experimental.md +282 -0
  91. package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
  92. package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
  93. package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
  94. package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
  95. package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
  96. package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
  97. package/.kiro/documentation/docs_cli_hooks.md +207 -0
  98. package/.kiro/documentation/docs_cli_installation.md +235 -0
  99. package/.kiro/documentation/docs_cli_mcp.md +106 -0
  100. package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
  101. package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
  102. package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
  103. package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
  104. package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
  105. package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
  106. package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
  107. package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
  108. package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
  109. package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
  110. package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
  111. package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
  112. package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
  113. package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
  114. package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
  115. package/.kiro/documentation/docs_cli_steering.md +84 -0
  116. package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
  117. package/.kiro/guides/DEVLOG.md +882 -0
  118. package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
  119. package/.kiro/guides/PIV Loop.md +122 -0
  120. package/.kiro/guides/PIV Loop.png +0 -0
  121. package/.kiro/guides/PIVLoop.png +0 -0
  122. package/.kiro/guides/QUICK_REFERENCE.md +202 -0
  123. package/.kiro/guides/README.md +149 -0
  124. package/.kiro/guides/advanced-patterns.md +514 -0
  125. package/.kiro/guides/agent-coordination.md +434 -0
  126. package/.kiro/guides/core-workflows.md +409 -0
  127. package/.kiro/guides/emergency-procedures.md +414 -0
  128. package/.kiro/guides/project-evaluation.md +534 -0
  129. package/.kiro/guides/quality-assurance.md +431 -0
  130. package/.kiro/guides/quick-start.md +235 -0
  131. package/.kiro/guides/troubleshooting.md +575 -0
  132. package/.kiro/guides/walkthroughs.md +711 -0
  133. package/.kiro/prompts/add-to-devlog.md +263 -0
  134. package/.kiro/prompts/code-review-fix.md +18 -0
  135. package/.kiro/prompts/code-review-hackathon.md +167 -0
  136. package/.kiro/prompts/code-review-security.md +454 -0
  137. package/.kiro/prompts/code-review.md +113 -0
  138. package/.kiro/prompts/create-prd.md +151 -0
  139. package/.kiro/prompts/execute-backend.md +257 -0
  140. package/.kiro/prompts/execute-frontend.md +438 -0
  141. package/.kiro/prompts/execute-logging.md +491 -0
  142. package/.kiro/prompts/execute-security.md +482 -0
  143. package/.kiro/prompts/execute-testing.md +528 -0
  144. package/.kiro/prompts/execute.md +101 -0
  145. package/.kiro/prompts/execution-report.md +72 -0
  146. package/.kiro/prompts/implement-fix.md +228 -0
  147. package/.kiro/prompts/plan-feature.md +433 -0
  148. package/.kiro/prompts/prime.md +73 -0
  149. package/.kiro/prompts/quality-metrics.md +622 -0
  150. package/.kiro/prompts/quickstart.md +318 -0
  151. package/.kiro/prompts/rca.md +220 -0
  152. package/.kiro/prompts/system-review.md +189 -0
  153. package/README.md +32 -0
  154. package/bin/cli.js +97 -0
  155. package/package.json +33 -0
@@ -0,0 +1,353 @@
1
+ # UI/UX Designer Agent Hooks Configuration
2
+ # Automated design workflow and user experience triggers
3
+
4
+ agent_name: "UI/UX Designer"
5
+ agent_role: "User Experience & Interface Design Expert"
6
+ version: "1.0"
7
+
8
+ hooks:
9
+ # Design and User Experience Triggers
10
+ - name: "systematic_design_implementation"
11
+ description: "Execute systematic design development using standardized framework"
12
+ trigger:
13
+ type: "user_command"
14
+ conditions:
15
+ - command: "execute"
16
+ - agent: "ui-ux-designer"
17
+ action:
18
+ type: "execute_prompt"
19
+ prompt: "execute.md"
20
+ message: "Executing systematic design development with comprehensive usability validation and accessibility compliance..."
21
+ agent: "ui-ux-designer"
22
+ include_context:
23
+ - design_requirements: true
24
+ - user_research: true
25
+ - accessibility_standards: true
26
+ - brand_guidelines: true
27
+
28
+ - name: "ui_component_design_trigger"
29
+ description: "Trigger design review when new UI components are created or modified"
30
+ trigger:
31
+ type: "file_change"
32
+ patterns:
33
+ - "frontend/src/components/**/*.tsx"
34
+ - "frontend/src/components/**/*.css"
35
+ - "frontend/src/styles/*.css"
36
+ - "frontend/tailwind.config.js"
37
+ action:
38
+ type: "agent_message"
39
+ message: |
40
+ 🎨 UI COMPONENT DESIGN REVIEW
41
+
42
+ UI component changes detected. Use @execute for systematic design review with comprehensive usability and accessibility validation.
43
+
44
+ **Design Review Areas:**
45
+ - Component usability and accessibility compliance
46
+ - Visual consistency with design system
47
+ - Responsive design and mobile optimization
48
+ - User interaction patterns and micro-interactions
49
+ - Performance impact of design choices
50
+
51
+ Use @execute to implement systematic design improvements with user-centered validation.
52
+
53
+ - name: "user_flow_optimization_trigger"
54
+ description: "Trigger UX review when user-facing routes or navigation changes"
55
+ trigger:
56
+ type: "file_change"
57
+ patterns:
58
+ - "frontend/src/App.tsx"
59
+ - "frontend/src/components/navigation/*.tsx"
60
+ - "frontend/src/pages/*.tsx"
61
+ - "frontend/src/routes/*.tsx"
62
+ action:
63
+ type: "agent_message"
64
+ message: |
65
+ 🗺️ USER FLOW & NAVIGATION OPTIMIZATION
66
+
67
+ Navigation or user flow changes detected. Let me help optimize the user journey and experience.
68
+
69
+ **UX Optimization Areas:**
70
+ - User journey mapping and flow optimization
71
+ - Navigation usability and information architecture
72
+ - Conversion funnel analysis and improvement
73
+ - Mobile navigation patterns and responsive design
74
+ - Accessibility in navigation and user flows
75
+
76
+ **User Experience Questions:**
77
+ 1. What user flows or navigation changes were implemented? (New pages, navigation structure, user paths)
78
+ 2. What are the primary user goals for these flows? (Task completion, information finding, conversion)
79
+ 3. What user types will use these flows? (New users, returning users, different user roles)
80
+ 4. What success metrics should we optimize for? (Conversion rate, task completion, user satisfaction)
81
+ 5. Are there any known user pain points or friction areas to address?
82
+ 6. What analytics or user feedback data is available for these flows?
83
+
84
+ I'll analyze the user experience and recommend improvements for better usability and conversion.
85
+
86
+ - name: "accessibility_compliance_trigger"
87
+ description: "Trigger accessibility review when UI changes affect user interaction"
88
+ trigger:
89
+ type: "file_change"
90
+ patterns:
91
+ - "frontend/src/components/ui/*.tsx"
92
+ - "frontend/src/components/forms/*.tsx"
93
+ - "frontend/src/components/modals/*.tsx"
94
+ - "frontend/src/components/navigation/*.tsx"
95
+ action:
96
+ type: "agent_message"
97
+ message: |
98
+ ♿ ACCESSIBILITY COMPLIANCE REVIEW
99
+
100
+ Interactive UI changes detected. Let me ensure accessibility compliance and inclusive design.
101
+
102
+ **Accessibility Review Areas:**
103
+ - WCAG 2.1 compliance (AA/AAA level)
104
+ - Screen reader compatibility and ARIA implementation
105
+ - Keyboard navigation and focus management
106
+ - Color contrast and visual accessibility
107
+ - Mobile accessibility and touch target sizing
108
+
109
+ **Accessibility Assessment Questions:**
110
+ 1. What accessibility level do you need to meet? (WCAG 2.1 AA, AAA, specific compliance requirements)
111
+ 2. What user groups with disabilities should be supported? (Visual, auditory, motor, cognitive impairments)
112
+ 3. What assistive technologies need to be compatible? (Screen readers, keyboard navigation, voice control)
113
+ 4. Are there any specific accessibility requirements or constraints?
114
+ 5. What testing approach do you prefer? (Automated testing, manual testing, user testing with disabilities)
115
+ 6. Do you need accessibility documentation or compliance reporting?
116
+
117
+ I'll ensure your interface is accessible and inclusive for all users while maintaining great usability.
118
+
119
+ # User Research and Testing Triggers
120
+ - name: "user_research_trigger"
121
+ description: "Trigger user research when significant feature changes are made"
122
+ trigger:
123
+ type: "file_change"
124
+ patterns:
125
+ - "frontend/src/pages/*.tsx"
126
+ - "frontend/src/components/dashboard/*.tsx"
127
+ - "frontend/src/components/auth/*.tsx"
128
+ - "frontend/src/components/tasks/*.tsx"
129
+ action:
130
+ type: "agent_message"
131
+ message: |
132
+ 🔍 USER RESEARCH & VALIDATION OPPORTUNITY
133
+
134
+ Significant feature changes detected. Let me help validate design decisions with user research.
135
+
136
+ **Research Opportunity Areas:**
137
+ - User testing of new features and interactions
138
+ - Usability validation and pain point identification
139
+ - User feedback collection and analysis
140
+ - A/B testing opportunities for design decisions
141
+ - User behavior analysis and optimization
142
+
143
+ **Research Planning Questions:**
144
+ 1. What features or changes need user validation? (New functionality, design changes, user flows)
145
+ 2. What research questions do you want to answer? (Usability, user satisfaction, feature adoption)
146
+ 3. Who are your target users for testing? (Existing users, new users, specific user segments)
147
+ 4. What research methods fit your timeline and budget? (Remote testing, surveys, interviews, analytics)
148
+ 5. What success criteria will you use to evaluate the research results?
149
+ 6. How will research findings be incorporated into design decisions?
150
+
151
+ I'll help design research that provides actionable insights for improving user experience.
152
+
153
+ - name: "design_system_update_trigger"
154
+ description: "Trigger design system review when component library changes"
155
+ trigger:
156
+ type: "file_change"
157
+ patterns:
158
+ - "frontend/src/components/ui/index.ts"
159
+ - "frontend/src/styles/globals.css"
160
+ - "frontend/tailwind.config.js"
161
+ - "frontend/src/types/ui.ts"
162
+ action:
163
+ type: "agent_message"
164
+ message: |
165
+ 🎯 DESIGN SYSTEM CONSISTENCY REVIEW
166
+
167
+ Design system or component library changes detected. Let me help maintain design consistency and scalability.
168
+
169
+ **Design System Areas:**
170
+ - Component consistency and reusability
171
+ - Design token management (colors, typography, spacing)
172
+ - Documentation and usage guidelines
173
+ - Cross-component interaction patterns
174
+ - Scalability and maintenance considerations
175
+
176
+ **Design System Questions:**
177
+ 1. What design system changes were made? (New components, token updates, pattern modifications)
178
+ 2. How should these changes affect existing components? (Breaking changes, backward compatibility)
179
+ 3. What documentation needs to be updated? (Component guidelines, usage examples, design principles)
180
+ 4. How will these changes be communicated to the development team?
181
+ 5. What testing is needed to ensure design system consistency?
182
+ 6. Are there any brand or visual identity considerations?
183
+
184
+ I'll help ensure your design system remains consistent, scalable, and well-documented.
185
+
186
+ # Performance and Optimization Triggers
187
+ - name: "visual_performance_trigger"
188
+ description: "Trigger design optimization when performance issues are detected"
189
+ trigger:
190
+ type: "manual"
191
+ description: "Manual trigger for visual performance optimization"
192
+ action:
193
+ type: "agent_message"
194
+ message: |
195
+ ⚡ VISUAL PERFORMANCE OPTIMIZATION
196
+
197
+ Performance concerns detected. Let me help optimize design for better user experience and performance.
198
+
199
+ **Performance Optimization Areas:**
200
+ - Image optimization and lazy loading strategies
201
+ - Animation performance and GPU acceleration
202
+ - CSS optimization and critical path rendering
203
+ - Font loading optimization and web font strategies
204
+ - Layout shift prevention and visual stability
205
+
206
+ **Performance Assessment Questions:**
207
+ 1. What performance issues are you experiencing? (Slow loading, janky animations, layout shifts)
208
+ 2. What are your performance targets? (Core Web Vitals, loading times, interaction responsiveness)
209
+ 3. What devices and network conditions need to be optimized for? (Mobile, slow connections, low-end devices)
210
+ 4. What visual elements are causing performance issues? (Images, animations, complex layouts)
211
+ 5. What's your preferred approach to optimization? (Automated tools, manual optimization, progressive enhancement)
212
+ 6. How do you want to measure and monitor performance improvements?
213
+
214
+ I'll help optimize your design for better performance while maintaining visual quality and user experience.
215
+
216
+ - name: "responsive_design_review"
217
+ description: "Regular responsive design and mobile optimization review"
218
+ trigger:
219
+ type: "schedule"
220
+ schedule: "bi-weekly"
221
+ action:
222
+ type: "agent_message"
223
+ message: |
224
+ 📱 RESPONSIVE DESIGN & MOBILE OPTIMIZATION REVIEW
225
+
226
+ Bi-weekly responsive design review to ensure optimal experience across all devices.
227
+
228
+ **Responsive Design Areas:**
229
+ - Mobile-first design implementation and optimization
230
+ - Breakpoint strategy and flexible layout systems
231
+ - Touch interaction design and accessibility
232
+ - Cross-device consistency and user experience
233
+ - Performance optimization for mobile devices
234
+
235
+ **Mobile Experience Questions:**
236
+ 1. What devices and screen sizes are most important for your users? (Mobile phones, tablets, desktop)
237
+ 2. Are there any mobile-specific user behaviors or needs to consider?
238
+ 3. What mobile performance requirements do you have? (Loading speed, interaction responsiveness)
239
+ 4. How do users typically interact with your app on mobile? (Touch patterns, one-handed use)
240
+ 5. Are there any mobile-specific features or constraints to consider?
241
+ 6. What mobile analytics or user feedback data is available?
242
+
243
+ Let's ensure your design provides an excellent experience across all devices and screen sizes.
244
+
245
+ - name: "user_feedback_analysis"
246
+ description: "Regular user feedback analysis and design improvement opportunities"
247
+ trigger:
248
+ type: "schedule"
249
+ schedule: "monthly"
250
+ action:
251
+ type: "agent_message"
252
+ message: |
253
+ 📊 USER FEEDBACK ANALYSIS & DESIGN IMPROVEMENTS
254
+
255
+ Monthly user feedback analysis to identify design improvement opportunities.
256
+
257
+ **Feedback Analysis Areas:**
258
+ - User satisfaction and usability feedback analysis
259
+ - Support ticket analysis for design-related issues
260
+ - Analytics data review for user behavior insights
261
+ - Conversion funnel analysis and optimization opportunities
262
+ - Feature adoption and user engagement analysis
263
+
264
+ **Feedback Review Questions:**
265
+ 1. What user feedback channels do you have? (Support tickets, surveys, user interviews, analytics)
266
+ 2. What are the most common user complaints or pain points?
267
+ 3. What features have low adoption or high abandonment rates?
268
+ 4. What positive feedback patterns can we build upon?
269
+ 5. What business metrics are most important to improve through design?
270
+ 6. What resources are available for implementing design improvements?
271
+
272
+ I'll analyze user feedback and recommend design improvements that address real user needs and business goals.
273
+
274
+ # Integration Hooks with Other Agents
275
+ integration_hooks:
276
+ - agent: "Frontend Architect"
277
+ trigger: "Component design and implementation alignment"
278
+ message: "UI/UX Designer available for design system collaboration and component usability optimization"
279
+
280
+ - agent: "Backend Engineer"
281
+ trigger: "User data and API design for better UX"
282
+ message: "UI/UX Designer ready to collaborate on user-friendly data structures and error handling"
283
+
284
+ - agent: "Security Specialist"
285
+ trigger: "Security UX and privacy design patterns"
286
+ message: "UI/UX Designer available for secure authentication flows and privacy-first design"
287
+
288
+ - agent: "Test Orchestrator"
289
+ trigger: "Usability testing and design validation"
290
+ message: "UI/UX Designer ready to integrate user testing into quality assurance processes"
291
+
292
+ - agent: "DevOps Engineer"
293
+ trigger: "Performance optimization for design assets"
294
+ message: "UI/UX Designer available for design performance optimization and asset delivery"
295
+
296
+ # Consultation Triggers
297
+ consultation_triggers:
298
+ - name: "user_experience_requirements_gathering"
299
+ description: "Comprehensive UX consultation for new projects or features"
300
+ message: |
301
+ 🎯 USER EXPERIENCE REQUIREMENTS CONSULTATION
302
+
303
+ Starting user experience planning to create exceptional and user-centered design.
304
+
305
+ **Key Areas to Discuss:**
306
+ 1. **Target Users**: Who are your users and what are their goals, needs, and pain points?
307
+ 2. **Business Objectives**: What business goals should the design achieve?
308
+ 3. **Success Metrics**: How will you measure design success and user satisfaction?
309
+ 4. **Brand & Style**: What's your brand identity and visual design preferences?
310
+ 5. **Technical Constraints**: What technical limitations or requirements should I consider?
311
+
312
+ Let's create a design strategy that balances user needs with business objectives and technical feasibility.
313
+
314
+ - name: "design_system_consultation"
315
+ description: "Comprehensive design system planning and implementation"
316
+ message: |
317
+ 🎨 DESIGN SYSTEM STRATEGY CONSULTATION
318
+
319
+ Planning comprehensive design system for consistency, scalability, and developer efficiency.
320
+
321
+ **Design System Questions:**
322
+ 1. **Scope & Scale**: What components and patterns need to be systematized?
323
+ 2. **Brand Integration**: How should brand identity be reflected in the design system?
324
+ 3. **Developer Collaboration**: How will the design system integrate with development workflow?
325
+ 4. **Maintenance Strategy**: How will the design system be maintained and evolved?
326
+ 5. **Documentation Needs**: What documentation and guidelines are needed for adoption?
327
+
328
+ I'll help create a design system that serves both design consistency and development efficiency.
329
+
330
+ - name: "quality_metrics_collection"
331
+ description: "Collect design and user experience quality metrics"
332
+ trigger:
333
+ type: "design_implementation"
334
+ conditions:
335
+ - implementation_type: ["component", "feature", "system"]
336
+ action:
337
+ type: "execute_prompt"
338
+ prompt: "quality-metrics.md"
339
+ message: "Collecting design quality metrics: usability, accessibility, and user satisfaction..."
340
+ agent: "ui-ux-designer"
341
+ include_context:
342
+ - usability_metrics: true
343
+ - accessibility_compliance: true
344
+ - user_feedback: true
345
+
346
+ # Notification Settings
347
+ notifications:
348
+ usability_issues: "immediate"
349
+ accessibility_violations: "immediate"
350
+ user_feedback: "daily"
351
+ design_system_updates: "immediate"
352
+ performance_issues: "immediate"
353
+ research_opportunities: "weekly"
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "Project Manager",
3
+ "description": "Orchestrates development projects, manages tasks in Archon, coordinates agent activities, and ensures systematic project delivery with comprehensive planning and quality assurance.",
4
+ "prompt": "agents/prompts/project-manager-system.md",
5
+ "tools": ["prime", "plan-feature", "create-prd", "execute", "quality-metrics"]
6
+ }