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,413 @@
1
+ # Development Process Integration Guide
2
+
3
+ ## Overview
4
+
5
+ Your development process now includes automated devlog updates at two key points:
6
+
7
+ 1. **Feature Completion** - When code is reviewed and committed
8
+ 2. **End of Day** - Daily summary of all work completed
9
+
10
+ This guide shows you how to integrate these into your existing workflow.
11
+
12
+ ---
13
+
14
+ ## Quick Start (5 Minutes)
15
+
16
+ ### End of Day Update
17
+ ```bash
18
+ # At the end of your programming day:
19
+ cd .kiro/devlog
20
+ ./devlog-update.sh # Unix/Mac/Linux
21
+ # OR
22
+ devlog-update.bat # Windows
23
+ ```
24
+
25
+ ### Feature Completion
26
+ ```bash
27
+ # When you finish a feature and are ready to commit:
28
+ cd .kiro/devlog
29
+ ./feature-completion-hook.sh "Feature Name" "branch-name"
30
+ # OR
31
+ feature-completion-hook.bat "Feature Name"
32
+ ```
33
+
34
+ ---
35
+
36
+ ## Integration into Your Development Workflow
37
+
38
+ ### Your Complete Workflow
39
+
40
+ ```
41
+ 1. PLAN FEATURE
42
+ └─ @plan-feature "Feature Name"
43
+ └─ Creates systematic implementation plan
44
+
45
+ 2. DEVELOP & COMMIT
46
+ └─ Write code following the plan
47
+ └─ Commit regularly with meaningful messages
48
+ └─ Use @execute framework for systematic implementation
49
+
50
+ 3. CODE REVIEW
51
+ └─ @code-review to validate quality
52
+ └─ Ensure tests are comprehensive
53
+ └─ Fix any issues identified
54
+
55
+ 4. FEATURE COMPLETION [NEW]
56
+ └─ ./feature-completion-hook.sh "Feature Name"
57
+ └─ Automatically captures feature metrics
58
+ └─ Records statistics in devlog
59
+
60
+ 5. CONTINUE DEVELOPMENT
61
+ └─ Move to next feature or task
62
+ └─ Repeat steps 1-4
63
+
64
+ 6. END OF DAY [NEW]
65
+ └─ ./devlog-update.sh
66
+ └─ Interactive prompts capture day's work
67
+ └─ Summarizes all activities and learnings
68
+ └─ Updates development statistics
69
+ └─ Creates comprehensive daily entry
70
+
71
+ 7. SYSTEM REVIEW (Optional)
72
+ └─ @system-review periodically
73
+ └─ Analyze devlog for process improvements
74
+ └─ Optimize workflows based on metrics
75
+ ```
76
+
77
+ ---
78
+
79
+ ## When to Use Each Tool
80
+
81
+ ### Use `devlog-update.sh` / `devlog-update.bat`:
82
+ - **At the end of each programming day** - captures complete daily summary
83
+ - **Before switching major projects** - consolidates work completed
84
+ - **When you want to reflect** - asks structured questions about the day
85
+ - **For metrics tracking** - automatically gathers git statistics
86
+
87
+ **Run Time**: 5-10 minutes (mostly for answering questions)
88
+
89
+ ### Use `feature-completion-hook.sh` / `feature-completion-hook.bat`:
90
+ - **When you finish implementing a feature** - captures feature metrics
91
+ - **After code review passes** - before merging to main
92
+ - **Multiple times per day** - you can complete multiple features
93
+ - **As a quick milestone marker** - minimal time impact
94
+
95
+ **Run Time**: < 1 minute per feature
96
+
97
+ ---
98
+
99
+ ## The Questions Asked (End of Day)
100
+
101
+ When you run the daily update, you'll be asked:
102
+
103
+ 1. **What did you work on today?** - High-level summary of focus
104
+ 2. **How much time did you spend?** - Total hours worked
105
+ 3. **What were your main accomplishments?** - Key achievements
106
+ 4. **Any challenges or blockers?** - Problems encountered and solutions
107
+ 5. **Key technical decisions made?** - Architecture or design choices
108
+ 6. **What's planned for next session?** - Next priorities
109
+ 7. **Any new learnings or insights?** - Skills gained or patterns discovered
110
+ 8. **Which Kiro prompts were most helpful?** - Tool/workflow effectiveness
111
+
112
+ ---
113
+
114
+ ## Example Daily Workflow
115
+
116
+ ### 9:00 AM - Start of Day
117
+ ```bash
118
+ # Load project context
119
+ @prime
120
+ ```
121
+
122
+ ### 9:15 AM - First Feature
123
+ ```bash
124
+ # Plan first feature
125
+ @plan-feature "User Authentication"
126
+
127
+ # Implement following the plan
128
+ @execute
129
+
130
+ # Review code quality
131
+ @code-review
132
+
133
+ # Feature complete - record milestone
134
+ cd .kiro/devlog
135
+ ./feature-completion-hook.sh "User Authentication"
136
+ ```
137
+
138
+ ### 12:00 PM - Lunch Break
139
+
140
+ ### 1:00 PM - Second Feature
141
+ ```bash
142
+ # Plan second feature
143
+ @plan-feature "Email Notifications"
144
+
145
+ # Implement
146
+ @execute
147
+
148
+ # Review
149
+ @code-review
150
+
151
+ # Record completion
152
+ cd .kiro/devlog
153
+ ./feature-completion-hook.sh "Email Notifications"
154
+ ```
155
+
156
+ ### 5:30 PM - End of Day
157
+ ```bash
158
+ # Comprehensive daily update
159
+ cd .kiro/devlog
160
+ ./devlog-update.sh
161
+
162
+ # Answer the 8 questions:
163
+ # 1. User authentication, email notifications
164
+ # 2. 8
165
+ # 3. Completed two major features
166
+ # 4. Had to refactor auth module for performance
167
+ # 5. Chose JWT for stateless auth
168
+ # 6. Complete payment system
169
+ # 7. Learned about token expiration patterns
170
+ # 8. @plan-feature and @code-review were very helpful
171
+ ```
172
+
173
+ ### 6:00 PM - Optional System Review
174
+ ```bash
175
+ # Periodically analyze process improvements
176
+ @system-review
177
+
178
+ # Review devlog trends
179
+ # Identify optimization opportunities
180
+ # Plan process improvements
181
+ ```
182
+
183
+ ---
184
+
185
+ ## Integration with Git Workflow
186
+
187
+ ### Option 1: Manual Integration
188
+
189
+ At each milestone in your git workflow:
190
+ ```bash
191
+ # After feature branch is created
192
+ git checkout -b feature/user-auth
193
+
194
+ # After implementation complete, before PR
195
+ cd .kiro/devlog
196
+ ./feature-completion-hook.sh "User Authentication"
197
+
198
+ # After code review passes, before merge
199
+ git commit -m "Implement user authentication"
200
+ git push origin feature/user-auth
201
+
202
+ # Create PR and merge to main
203
+ # At end of day, run full daily update
204
+ ./devlog-update.sh
205
+ ```
206
+
207
+ ### Option 2: Automated Integration (Advanced)
208
+
209
+ Create a git hook to automatically capture feature metrics:
210
+
211
+ **File**: `.git/hooks/post-commit`
212
+ ```bash
213
+ #!/bin/bash
214
+ # Auto-capture feature metrics on commit
215
+ BRANCH=$(git branch --show-current)
216
+ if [[ $BRANCH == feature/* ]]; then
217
+ FEATURE_NAME=$(echo $BRANCH | sed 's/feature\///')
218
+ ./.kiro/devlog/feature-completion-hook.sh "$FEATURE_NAME" "$BRANCH"
219
+ fi
220
+ ```
221
+
222
+ Make executable:
223
+ ```bash
224
+ chmod +x .git/hooks/post-commit
225
+ ```
226
+
227
+ ---
228
+
229
+ ## Metrics Automatically Captured
230
+
231
+ ### Daily Update Captures:
232
+ - ✅ Time spent (user-provided)
233
+ - ✅ Total commits for the day
234
+ - ✅ Lines added/removed
235
+ - ✅ Files modified
236
+ - ✅ Accomplishments (user-provided)
237
+ - ✅ Challenges and solutions (user-provided)
238
+ - ✅ Key decisions (user-provided)
239
+ - ✅ Learnings (user-provided)
240
+ - ✅ Next session priorities (user-provided)
241
+
242
+ ### Feature Completion Captures:
243
+ - ✅ Feature name
244
+ - ✅ Branch name
245
+ - ✅ Commit count for feature
246
+ - ✅ Files modified
247
+ - ✅ Lines added/removed
248
+ - ✅ Completion timestamp
249
+
250
+ ### Overall Statistics (Updated Daily):
251
+ - ✅ Total development days
252
+ - ✅ Total hours logged
253
+ - ✅ Total commits
254
+ - ✅ Total lines added/removed
255
+ - ✅ Files modified count
256
+
257
+ ---
258
+
259
+ ## File Structure
260
+
261
+ ```
262
+ .kiro/devlog/
263
+ ├── DEVLOG.md # Main development log (auto-updated)
264
+ ├── devlog-update.sh # End-of-day update (Unix/Mac/Linux)
265
+ ├── devlog-update.bat # End-of-day update (Windows)
266
+ ├── feature-completion-hook.sh # Feature milestone (Unix/Mac/Linux)
267
+ ├── feature-completion-hook.bat # Feature milestone (Windows)
268
+ ├── DEVLOG-INTEGRATION.md # This file - integration guide
269
+ └── .feature-milestones/ # Temporary feature data (auto-created)
270
+ └── 2026-01-10.txt # Daily feature list
271
+ ```
272
+
273
+ ---
274
+
275
+ ## Tips for Best Results
276
+
277
+ ### 1. **Consistency is Key**
278
+ - Run daily update at the **same time each day** - builds habit
279
+ - Always capture feature completion - even small features
280
+ - Review devlog weekly - identify patterns
281
+
282
+ ### 2. **Be Honest and Specific**
283
+ - Actual time spent (include debugging, research)
284
+ - Real challenges - helps identify patterns
285
+ - Specific decisions - useful for future reference
286
+ - Honest learnings - tracks skill development
287
+
288
+ ### 3. **Use with Kiro Prompts**
289
+ - Before daily update, use @system-review
290
+ - Before feature planning, use @prime for context
291
+ - After code review, use @execution-report
292
+ - Periodically use @code-review-hackathon for assessment
293
+
294
+ ### 4. **Review Regularly**
295
+ - Weekly: Review daily entries for patterns
296
+ - Monthly: Analyze metrics for trends
297
+ - Quarterly: Use @system-review for deep analysis
298
+ - Project end: Use @code-review-hackathon for comprehensive assessment
299
+
300
+ ### 5. **Keep Entries Concise**
301
+ - Focus on what matters
302
+ - Skip optional questions if nothing significant
303
+ - Let git metrics speak for changes
304
+ - Link to commits if helpful
305
+
306
+ ---
307
+
308
+ ## Troubleshooting
309
+
310
+ ### "command not found: ./devlog-update.sh"
311
+ **Solution**: Make script executable
312
+ ```bash
313
+ chmod +x .kiro/devlog/devlog-update.sh
314
+ chmod +x .kiro/devlog/feature-completion-hook.sh
315
+ ```
316
+
317
+ ### "DEVLOG.md is locked"
318
+ **Solution**: Another process is reading the file. Wait a moment and retry.
319
+
320
+ ### Git metrics not showing
321
+ **Solution**: Ensure you're in the git repository root or subdirectory
322
+ ```bash
323
+ git rev-parse --git-dir # Should show .git
324
+ ```
325
+
326
+ ### "No commits today" message
327
+ **Solution**: Normal if you haven't committed. The devlog still captures your work time and accomplishments.
328
+
329
+ ### On Windows, batch files don't run
330
+ **Solution**: Run with `cmd /c` prefix:
331
+ ```bash
332
+ cmd /c devlog-update.bat
333
+ cmd /c feature-completion-hook.bat
334
+ ```
335
+
336
+ ---
337
+
338
+ ## Advanced Customization
339
+
340
+ ### Custom Devlog Questions
341
+
342
+ Edit `devlog-update.sh` or `devlog-update.bat` to add your own questions:
343
+
344
+ ```bash
345
+ echo "Your custom question?"
346
+ read -p "Answer: " CUSTOM_VAR
347
+ ```
348
+
349
+ ### Integration with Project Management Tools
350
+
351
+ Add commands to export devlog to:
352
+ - JIRA (issue tracking)
353
+ - Linear (modern issue tracking)
354
+ - Notion (team wiki)
355
+ - GitHub Projects (development tracking)
356
+
357
+ ### Automated Reports
358
+
359
+ Schedule daily report generation:
360
+ ```bash
361
+ # Create cron job (Unix/Mac/Linux)
362
+ 0 17 * * * cd /path/to/kiro-agent-team/.kiro/devlog && ./devlog-update.sh
363
+ ```
364
+
365
+ ---
366
+
367
+ ## Success Metrics
368
+
369
+ After implementing this system, you should see:
370
+
371
+ - **30 days**: Clear daily patterns in your development habits
372
+ - **60 days**: Accurate historical record of all work completed
373
+ - **90 days**: Data-driven insights on productivity, challenges, and improvements
374
+ - **180 days**: Complete project history for reference and analysis
375
+
376
+ ---
377
+
378
+ ## Next Steps
379
+
380
+ 1. **Today**: Run your first daily update
381
+ ```bash
382
+ cd .kiro/devlog && ./devlog-update.sh
383
+ ```
384
+
385
+ 2. **This Week**: Integrate feature completion into your workflow
386
+ ```bash
387
+ # Complete a feature and run
388
+ ./feature-completion-hook.sh "Feature Name"
389
+ ```
390
+
391
+ 3. **This Month**: Review your devlog and identify patterns
392
+ ```bash
393
+ # Read DEVLOG.md
394
+ # Use @system-review for analysis
395
+ ```
396
+
397
+ 4. **Ongoing**: Use insights to optimize your development process
398
+
399
+ ---
400
+
401
+ ## Questions?
402
+
403
+ If you encounter issues or have questions:
404
+ - Review the main [README.md](./../README.md)
405
+ - Check [INTEGRATION_COMPLETE.md](./../INTEGRATION_COMPLETE.md)
406
+ - Run `@system-review` prompt for process analysis
407
+ - Refer to workflow guides in [./guides/](./../guides/)
408
+
409
+ ---
410
+
411
+ **Last Updated**: January 10, 2026
412
+ **System**: Kiro CLI Development Process Integration
413
+ **Status**: Ready for production use