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,358 @@
1
+ # Security Specialist Agent Hooks Configuration
2
+ # Automated security workflows and triggers
3
+
4
+ agent_name: "Security Specialist"
5
+ agent_role: "Application Security & Vulnerability Assessment Expert"
6
+ version: "1.0"
7
+
8
+ hooks:
9
+ # Systematic Security Implementation
10
+ - name: "systematic_security_implementation"
11
+ description: "Execute systematic security implementation using standardized framework"
12
+ trigger:
13
+ type: "user_command"
14
+ conditions:
15
+ - command: "execute"
16
+ - agent: "security-specialist"
17
+ action:
18
+ type: "execute_prompt"
19
+ prompt: "execute-security.md"
20
+ message: "Executing systematic security implementation with comprehensive threat analysis and vulnerability assessment..."
21
+ agent: "security-specialist"
22
+ include_context:
23
+ - security_requirements: true
24
+ - threat_model: true
25
+ - compliance_standards: true
26
+ - vulnerability_context: true
27
+
28
+ # Security Assessment Triggers
29
+ - name: "security_audit_trigger"
30
+ description: "Trigger comprehensive security audit when new features are deployed"
31
+ trigger:
32
+ type: "file_change"
33
+ patterns:
34
+ - "backend/src/routes/*.ts"
35
+ - "backend/src/middleware/*.ts"
36
+ - "frontend/src/components/auth/*.tsx"
37
+ - "database/migrations/*.sql"
38
+ action:
39
+ type: "agent_message"
40
+ message: |
41
+ 🔒 SECURITY AUDIT TRIGGER
42
+
43
+ Changes detected in security-sensitive areas. Please conduct a security review focusing on:
44
+
45
+ **Assessment Areas:**
46
+ - Authentication and authorization flows
47
+ - Input validation and sanitization
48
+ - Database access controls and queries
49
+ - API endpoint security and rate limiting
50
+ - Session management and token handling
51
+
52
+ **Questions to Address:**
53
+ 1. What type of security changes were made? (Authentication, authorization, data handling, API endpoints)
54
+ 2. What sensitive data or operations are affected by these changes?
55
+ 3. What compliance requirements need to be considered? (GDPR, HIPAA, PCI DSS)
56
+ 4. What's the risk level of these changes? (Low, medium, high, critical)
57
+ 5. Do you need immediate security testing or can this be part of regular audit cycle?
58
+
59
+ Please provide details about the changes so I can conduct an appropriate security assessment.
60
+
61
+ - name: "vulnerability_scan_trigger"
62
+ description: "Trigger vulnerability scanning when dependencies are updated"
63
+ trigger:
64
+ type: "file_change"
65
+ patterns:
66
+ - "package.json"
67
+ - "package-lock.json"
68
+ - "requirements.txt"
69
+ - "Dockerfile"
70
+ action:
71
+ type: "agent_message"
72
+ message: |
73
+ 🛡️ DEPENDENCY SECURITY SCAN
74
+
75
+ Dependency changes detected. Initiating security vulnerability assessment.
76
+
77
+ **Scan Focus Areas:**
78
+ - Known vulnerabilities in updated packages
79
+ - License compliance and security implications
80
+ - Transitive dependency security risks
81
+ - Container image security (if Dockerfile changed)
82
+
83
+ **Consultation Questions:**
84
+ 1. Are these critical security updates or routine dependency updates?
85
+ 2. Do you have any known security concerns with the updated packages?
86
+ 3. What's your preferred vulnerability scanning approach? (Automated, manual review, both)
87
+ 4. What severity level requires immediate action? (Critical, high, medium)
88
+ 5. Do you need a detailed security report or summary of findings?
89
+
90
+ I'll analyze the dependency changes and provide security recommendations.
91
+
92
+ - name: "auth_security_review"
93
+ description: "Trigger security review when authentication code changes"
94
+ trigger:
95
+ type: "file_change"
96
+ patterns:
97
+ - "backend/src/services/authService.ts"
98
+ - "backend/src/middleware/auth.ts"
99
+ - "frontend/src/store/slices/authSlice.ts"
100
+ - "backend/src/routes/auth.ts"
101
+ action:
102
+ type: "agent_message"
103
+ message: |
104
+ 🔐 AUTHENTICATION SECURITY REVIEW
105
+
106
+ Authentication system changes detected. Conducting security assessment.
107
+
108
+ **Security Review Checklist:**
109
+ - JWT token security and expiration handling
110
+ - Password hashing and storage security
111
+ - Session management and logout procedures
112
+ - Multi-factor authentication implementation
113
+ - Rate limiting and brute force protection
114
+
115
+ **Consultation Questions:**
116
+ 1. What authentication changes were implemented? (Login flow, token handling, password policies)
117
+ 2. Are you implementing any new authentication methods? (OAuth, SAML, MFA)
118
+ 3. What security standards should we validate against? (OWASP, NIST, industry-specific)
119
+ 4. Do you need penetration testing of the authentication system?
120
+ 5. What's your timeline for security validation? (Immediate, before deployment, scheduled review)
121
+
122
+ Please describe the authentication changes so I can provide targeted security guidance.
123
+
124
+ # Compliance and Audit Triggers
125
+ - name: "compliance_check_trigger"
126
+ description: "Trigger compliance review for data handling changes"
127
+ trigger:
128
+ type: "file_change"
129
+ patterns:
130
+ - "backend/src/models/*.ts"
131
+ - "database/schema*.sql"
132
+ - "backend/src/services/*Service.ts"
133
+ action:
134
+ type: "agent_message"
135
+ message: |
136
+ 📋 COMPLIANCE REVIEW TRIGGER
137
+
138
+ Data model or service changes detected. Initiating compliance assessment.
139
+
140
+ **Compliance Areas to Review:**
141
+ - Data privacy and protection (GDPR, CCPA)
142
+ - Data retention and deletion policies
143
+ - Audit logging and data access tracking
144
+ - Encryption requirements for sensitive data
145
+ - Cross-border data transfer compliance
146
+
147
+ **Consultation Questions:**
148
+ 1. What type of data changes were made? (New data fields, data processing logic, storage changes)
149
+ 2. What compliance frameworks apply to your application? (GDPR, HIPAA, PCI DSS, SOC 2)
150
+ 3. Do you handle any regulated data types? (Personal data, health records, financial information)
151
+ 4. What's your data classification and handling policy?
152
+ 5. Do you need compliance documentation or audit trail updates?
153
+
154
+ I'll review the changes for compliance implications and provide guidance.
155
+
156
+ # Security Incident Analysis and Resolution
157
+ - name: "security_root_cause_analysis"
158
+ description: "Execute systematic root cause analysis for security issues"
159
+ trigger:
160
+ type: "user_command"
161
+ conditions:
162
+ - command: "security-rca"
163
+ - command: "rca"
164
+ - parameters: ["issue_id"]
165
+ action:
166
+ type: "execute_prompt"
167
+ prompt: "rca.md"
168
+ message: "Conducting comprehensive root cause analysis for security issue..."
169
+ agent: "security-specialist"
170
+ include_context:
171
+ - security_incident_details: true
172
+ - vulnerability_context: true
173
+ - system_architecture: true
174
+
175
+ - name: "security_fix_implementation"
176
+ description: "Implement security fixes based on RCA analysis"
177
+ trigger:
178
+ type: "user_command"
179
+ conditions:
180
+ - command: "implement-security-fix"
181
+ - command: "implement-fix"
182
+ - parameters: ["issue_id"]
183
+ action:
184
+ type: "execute_prompt"
185
+ prompt: "implement-fix.md"
186
+ message: "Implementing security fix based on root cause analysis..."
187
+ agent: "security-specialist"
188
+ include_context:
189
+ - rca_document: true
190
+ - security_requirements: true
191
+ - testing_procedures: true
192
+
193
+ - name: "security_incident_response"
194
+ description: "Trigger incident response when security alerts are detected"
195
+ trigger:
196
+ type: "manual"
197
+ description: "Manual trigger for security incidents or alerts"
198
+ action:
199
+ type: "agent_message"
200
+ message: |
201
+ 🚨 SECURITY INCIDENT RESPONSE
202
+
203
+ Security incident or alert detected. Initiating incident response protocol.
204
+
205
+ **Immediate Response Actions:**
206
+ - Assess incident severity and scope
207
+ - Contain potential security breach
208
+ - Preserve evidence and audit trails
209
+ - Coordinate with development team
210
+ - Prepare incident documentation
211
+
212
+ **Critical Information Needed:**
213
+ 1. What type of security incident occurred? (Data breach, unauthorized access, malware, DDoS)
214
+ 2. What systems or data are potentially affected?
215
+ 3. When was the incident first detected?
216
+ 4. What immediate containment actions have been taken?
217
+ 5. Do you need to notify users, customers, or regulatory authorities?
218
+ 6. What's your incident response team and communication plan?
219
+
220
+ Use @rca [issue-id] for systematic root cause analysis of security incidents.
221
+ Use @implement-fix [issue-id] to implement fixes based on RCA findings.
222
+
223
+ # Security Testing and Validation
224
+ - name: "penetration_test_schedule"
225
+ description: "Schedule regular penetration testing and security assessments"
226
+ trigger:
227
+ type: "schedule"
228
+ schedule: "monthly"
229
+ action:
230
+ type: "agent_message"
231
+ message: |
232
+ 🎯 SCHEDULED SECURITY ASSESSMENT
233
+
234
+ Monthly security assessment and penetration testing review.
235
+
236
+ **Assessment Scope:**
237
+ - Web application security testing
238
+ - API endpoint vulnerability assessment
239
+ - Authentication and authorization testing
240
+ - Database security review
241
+ - Infrastructure security validation
242
+
243
+ **Planning Questions:**
244
+ 1. What areas should be prioritized for this month's security testing?
245
+ 2. Have there been any significant changes since the last assessment?
246
+ 3. What testing approach do you prefer? (Automated scanning, manual testing, both)
247
+ 4. Do you need external penetration testing or internal assessment?
248
+ 5. What's your timeline for addressing any findings?
249
+
250
+ Let's plan this month's security assessment based on your current priorities.
251
+
252
+ - name: "security_training_reminder"
253
+ description: "Remind team about security training and best practices"
254
+ trigger:
255
+ type: "schedule"
256
+ schedule: "quarterly"
257
+ action:
258
+ type: "agent_message"
259
+ message: |
260
+ 🎓 SECURITY TRAINING & AWARENESS
261
+
262
+ Quarterly security training and awareness session.
263
+
264
+ **Training Topics:**
265
+ - Secure coding practices and common vulnerabilities
266
+ - Threat awareness and social engineering prevention
267
+ - Incident response procedures and escalation
268
+ - Compliance requirements and data protection
269
+ - Security tool usage and best practices
270
+
271
+ **Training Planning Questions:**
272
+ 1. What security topics are most relevant for your team right now?
273
+ 2. Have there been any recent security incidents or near-misses to discuss?
274
+ 3. What format works best for your team? (Workshop, documentation, hands-on exercises)
275
+ 4. Do you need role-specific training? (Developers, DevOps, management)
276
+ 5. How do you want to track and measure security awareness improvement?
277
+
278
+ Let's plan effective security training that fits your team's needs and schedule.
279
+
280
+ # Integration Hooks with Other Agents
281
+ integration_hooks:
282
+ - agent: "Backend Engineer"
283
+ trigger: "API security review needed"
284
+ message: "Security Specialist available for API security consultation and code review"
285
+
286
+ - agent: "Frontend Architect"
287
+ trigger: "Client-side security implementation"
288
+ message: "Security Specialist ready to assist with frontend security patterns and XSS prevention"
289
+
290
+ - agent: "Database Specialist"
291
+ trigger: "Database security configuration"
292
+ message: "Security Specialist available for database security review and access control setup"
293
+
294
+ - agent: "DevOps Engineer"
295
+ trigger: "Infrastructure security hardening"
296
+ message: "Security Specialist ready to collaborate on secure deployment and monitoring setup"
297
+
298
+ - agent: "Test Orchestrator"
299
+ trigger: "Security testing integration"
300
+ message: "Security Specialist available to integrate security testing into QA processes"
301
+
302
+ # Consultation Triggers
303
+ consultation_triggers:
304
+ - name: "security_requirements_gathering"
305
+ description: "Trigger comprehensive security consultation for new projects"
306
+ message: |
307
+ 🔍 SECURITY REQUIREMENTS CONSULTATION
308
+
309
+ Starting security requirements gathering for comprehensive protection strategy.
310
+
311
+ **Key Areas to Discuss:**
312
+ 1. **Security Priorities**: What are your main security concerns and objectives?
313
+ 2. **Compliance Needs**: What regulatory or industry standards must you meet?
314
+ 3. **Risk Tolerance**: What's your acceptable risk level and security investment?
315
+ 4. **Threat Landscape**: What specific threats or attack vectors concern you most?
316
+ 5. **Implementation Timeline**: What's your timeline for security implementation?
317
+
318
+ Let's ensure we build security that matches your specific needs and constraints.
319
+
320
+ - name: "security_architecture_review"
321
+ description: "Comprehensive security architecture consultation"
322
+ message: |
323
+ 🏗️ SECURITY ARCHITECTURE CONSULTATION
324
+
325
+ Reviewing security architecture and design patterns for optimal protection.
326
+
327
+ **Architecture Questions:**
328
+ 1. **Security Model**: What security approach fits best? (Zero Trust, Defense in Depth, Risk-Based)
329
+ 2. **Authentication Strategy**: What authentication methods do you need? (JWT, OAuth, MFA)
330
+ 3. **Data Protection**: How should sensitive data be classified and protected?
331
+ 4. **Network Security**: What network security controls are needed?
332
+ 5. **Monitoring Requirements**: What security monitoring and alerting do you need?
333
+
334
+ I'll help design a security architecture that balances protection with usability.
335
+
336
+ - name: "quality_metrics_collection"
337
+ description: "Collect security and compliance quality metrics"
338
+ trigger:
339
+ type: "security_assessment_completion"
340
+ conditions:
341
+ - assessment_type: ["vulnerability", "compliance", "audit"]
342
+ action:
343
+ type: "execute_prompt"
344
+ prompt: "quality-metrics.md"
345
+ message: "Collecting security quality metrics: vulnerability status, compliance scores, and risk assessment..."
346
+ agent: "security-specialist"
347
+ include_context:
348
+ - security_scan_results: true
349
+ - compliance_status: true
350
+ - risk_assessment: true
351
+
352
+ # Notification Settings
353
+ notifications:
354
+ security_alerts: "immediate"
355
+ compliance_deadlines: "24_hours_advance"
356
+ vulnerability_reports: "weekly_summary"
357
+ training_reminders: "monthly"
358
+ audit_schedules: "bi_weekly"