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,299 @@
1
+ # Development Log Quick Reference
2
+
3
+ ## One-Page Guide to Devlog Integration
4
+
5
+ ### Daily Routine
6
+
7
+ #### Start of Day
8
+ ```bash
9
+ @prime # Load project context
10
+ ```
11
+
12
+ #### During Development (Per Feature)
13
+ ```bash
14
+ @plan-feature "Name" # Plan the feature
15
+ @execute # Implement systematically
16
+ @code-review # Validate quality
17
+ ./feature-completion-hook # Record completion
18
+ ```
19
+
20
+ #### End of Day
21
+ ```bash
22
+ ./devlog-update # Create daily entry
23
+ # Answer 8 questions, automatic metrics gathered
24
+ ```
25
+
26
+ #### Weekly (Optional)
27
+ ```bash
28
+ @system-review # Analyze process improvements
29
+ ```
30
+
31
+ ---
32
+
33
+ ## Quick Command Reference
34
+
35
+ ### Windows
36
+ ```bash
37
+ # Daily update (from .kiro/devlog directory)
38
+ devlog-update.bat
39
+
40
+ # Feature completion
41
+ feature-completion-hook.bat "Feature Name"
42
+ ```
43
+
44
+ ### Unix/Mac/Linux
45
+ ```bash
46
+ # Daily update (from .kiro/devlog directory)
47
+ ./devlog-update.sh
48
+
49
+ # Feature completion
50
+ ./feature-completion-hook.sh "Feature Name"
51
+ ```
52
+
53
+ ---
54
+
55
+ ## The 8 Questions (Daily Update)
56
+
57
+ 1. **What did you work on?** - High-level focus
58
+ 2. **How much time?** - Total hours
59
+ 3. **Main accomplishments?** - Key achievements
60
+ 4. **Challenges or blockers?** - Problems and solutions
61
+ 5. **Key decisions?** - Technical choices
62
+ 6. **Next session plan?** - Priorities
63
+ 7. **Learnings or insights?** - Skills/patterns gained
64
+ 8. **Kiro prompts used?** - Tool effectiveness
65
+
66
+ ---
67
+
68
+ ## What Gets Captured
69
+
70
+ ### Automatic (From Git)
71
+ - ✅ Commits made
72
+ - ✅ Files modified
73
+ - ✅ Lines added/removed
74
+ - ✅ Code statistics
75
+
76
+ ### Manual (From Your Answers)
77
+ - ✅ Time invested
78
+ - ✅ Accomplishments
79
+ - ✅ Challenges overcome
80
+ - ✅ Technical decisions
81
+ - ✅ Learnings and insights
82
+ - ✅ Next priorities
83
+
84
+ ### Metrics Updated
85
+ - ✅ Total dev days
86
+ - ✅ Total hours logged
87
+ - ✅ Total commits
88
+ - ✅ Total lines added/removed
89
+ - ✅ Files modified count
90
+
91
+ ---
92
+
93
+ ## File Locations
94
+
95
+ ```
96
+ .kiro/devlog/
97
+ ├── DEVLOG.md # Your development log (auto-updated)
98
+ ├── devlog-update.sh # End-of-day script
99
+ ├── devlog-update.bat # Windows version
100
+ ├── feature-completion-hook.sh # Feature milestone script
101
+ ├── feature-completion-hook.bat # Windows version
102
+ ├── DEVLOG-INTEGRATION.md # Complete integration guide
103
+ ├── COMPLETE-WORKFLOW.md # Full workflow documentation
104
+ └── DEVLOG-QUICK-REF.md # This file
105
+ ```
106
+
107
+ ---
108
+
109
+ ## Integration Points
110
+
111
+ ### With Your Git Workflow
112
+ ```
113
+ Code → Commit → Code Review → feature-completion-hook → Deploy
114
+ ```
115
+
116
+ ### With Kiro Prompts
117
+ ```
118
+ @prime → @plan-feature → @execute → @code-review → devlog-update
119
+ ```
120
+
121
+ ### Weekly Process
122
+ ```
123
+ Mon-Fri: Daily updates → Fri: @system-review → Analysis → Next week improvements
124
+ ```
125
+
126
+ ---
127
+
128
+ ## Time Investment
129
+
130
+ | Activity | Time | When |
131
+ |----------|------|------|
132
+ | Daily update | 5-10 min | End of day |
133
+ | Feature completion | < 1 min | Per feature |
134
+ | Weekly review | 15-20 min | Friday |
135
+ | Monthly analysis | 30-45 min | End of month |
136
+
137
+ ---
138
+
139
+ ## Common Scenarios
140
+
141
+ ### Multiple Features in One Day
142
+ ```bash
143
+ # Feature 1
144
+ @plan-feature "Auth"
145
+ @execute
146
+ @code-review
147
+ ./feature-completion-hook.bat "Auth"
148
+
149
+ # Feature 2
150
+ @plan-feature "Notifications"
151
+ @execute
152
+ @code-review
153
+ ./feature-completion-hook.bat "Notifications"
154
+
155
+ # End of day - single devlog entry captures both
156
+ ./devlog-update.bat
157
+ ```
158
+
159
+ ### Working on One Complex Feature
160
+ ```bash
161
+ # Day 1
162
+ @plan-feature "Payment System"
163
+ @execute (morning)
164
+ git commit -m "Payment API foundation"
165
+
166
+ # Day 2
167
+ @execute (continue)
168
+ git commit -m "Payment processing logic"
169
+
170
+ # Day 3
171
+ @execute (finish)
172
+ @code-review
173
+ ./feature-completion-hook.bat "Payment System"
174
+
175
+ # End of day
176
+ ./devlog-update.bat
177
+ ```
178
+
179
+ ### Bug Fix Day
180
+ ```bash
181
+ # Multiple quick fixes throughout day
182
+ @execute (fix bug 1)
183
+ git commit -m "Fix: User profile loading"
184
+
185
+ @execute (fix bug 2)
186
+ git commit -m "Fix: Email validation"
187
+
188
+ # End of day - capture all fixes
189
+ ./devlog-update.bat
190
+ # Answer: "Fixed 5 bugs related to user management"
191
+ ```
192
+
193
+ ---
194
+
195
+ ## Success Indicators
196
+
197
+ ### After 1 Week
198
+ - [ ] Daily update habit established
199
+ - [ ] DEVLOG.md has 5 daily entries
200
+ - [ ] Clear daily pattern visible
201
+
202
+ ### After 1 Month
203
+ - [ ] DEVLOG.md has ~20 entries
204
+ - [ ] Metrics show productivity trends
205
+ - [ ] Can identify your patterns
206
+
207
+ ### After 3 Months
208
+ - [ ] Complete historical record
209
+ - [ ] Clear growth patterns visible
210
+ - [ ] Process improvements implemented
211
+ - [ ] Can forecast delivery timelines
212
+
213
+ ---
214
+
215
+ ## Troubleshooting Quick Fixes
216
+
217
+ | Problem | Solution |
218
+ |---------|----------|
219
+ | Script won't run | Make executable: `chmod +x *.sh` |
220
+ | Git stats missing | Ensure in git repo root |
221
+ | DEVLOG.md locked | Wait/close other editors |
222
+ | Batch file fails | Use: `cmd /c devlog-update.bat` |
223
+ | Questions unclear | Skip with Enter, add in notes |
224
+
225
+ ---
226
+
227
+ ## Pro Tips
228
+
229
+ 1. **Be Honest**: Actual time and real challenges help identify patterns
230
+ 2. **Be Specific**: Use actual feature names and decision rationale
231
+ 3. **Be Consistent**: Same time each day builds habit
232
+ 4. **Review Weekly**: Spot trends you can't see in individual days
233
+ 5. **Act on Insights**: Use @system-review findings to improve
234
+
235
+ ---
236
+
237
+ ## Next Prompt Commands
238
+
239
+ After establishing devlog:
240
+
241
+ ```bash
242
+ @system-review # Analyze your devlog patterns
243
+ @code-review-hackathon # Comprehensive project assessment
244
+ @execution-report # Detailed feature documentation
245
+ @prime # Project context with history
246
+ ```
247
+
248
+ ---
249
+
250
+ ## Example Daily Entry
251
+
252
+ ```
253
+ ## Day 6 (January 10, 2026) - Auth & Notifications [8h]
254
+
255
+ ### 📊 **Daily Metrics**
256
+ - Time: 8h | Commits: 23 | Files: 28 | +2,450/-175 lines
257
+
258
+ ### 🎯 **Accomplishments**
259
+ - User auth system with JWT tokens
260
+ - Email notifications with queue
261
+ - 95% test coverage
262
+
263
+ ### 💻 **Technical Progress**
264
+ - 23 commits across 28 files
265
+ - 2,450 lines added, 175 removed
266
+
267
+ ### 🚧 **Challenges**
268
+ Auth performance issue (N+1 queries) - solved with caching
269
+
270
+ ### 🧠 **Decisions**
271
+ - JWT for stateless auth
272
+ - Redis for token blacklist
273
+
274
+ ### 📚 **Learnings**
275
+ Token expiration patterns, email queue optimization
276
+
277
+ ### âš¡ **Kiro Usage**
278
+ @plan-feature excellent for breakdown,
279
+ @code-review caught security issue
280
+
281
+ ### 📋 **Next**
282
+ - Payment system
283
+ - Webhook integration
284
+ ```
285
+
286
+ ---
287
+
288
+ ## Resources
289
+
290
+ - **Full Integration Guide**: `DEVLOG-INTEGRATION.md`
291
+ - **Complete Workflow**: `COMPLETE-WORKFLOW.md`
292
+ - **Main README**: `../.kiro/README.md`
293
+ - **Your Development Log**: `DEVLOG.md`
294
+
295
+ ---
296
+
297
+ **Quick Start**: Run `devlog-update` today at 5:30 PM. Spend 5 minutes answering questions. Done!
298
+
299
+ **Remember**: The devlog works best with consistent, honest entries. Quality over quantity!
@@ -0,0 +1,22 @@
1
+ # Development Log
2
+
3
+ **Project**: Kiro Agent Team System
4
+ **Start Date**: January 5, 2026
5
+ **Current Date**: January 10, 2026
6
+
7
+ ---
8
+
9
+ ## 📊 Overall Progress
10
+
11
+ - **Total Development Days**: 6
12
+ - **Total Hours Logged**: 0h (to be updated)
13
+ - **Total Commits**: 0 (to be updated)
14
+ - **Lines of Code Added**: 0 (to be updated)
15
+ - **Lines of Code Removed**: 0 (to be updated)
16
+ - **Files Modified**: 0 (to be updated)
17
+
18
+ ---
19
+
20
+ ## Daily Development Entries
21
+
22
+ *Daily entries will be appended here in reverse chronological order (newest first)*