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,318 @@
1
+ # Kiro CLI Quick Start Wizard
2
+
3
+ ## Welcome
4
+ 🚀 Welcome to the Kiro CLI Quick Start Wizard! This will help you set up your development environment with Kiro CLI by walking you through completing your project's steering documents and understanding all available features.
5
+
6
+ ## Overview
7
+ This wizard will help you:
8
+ 1. **Complete your steering documents** - Fill out the skeleton templates with your project details
9
+ 2. **Understand your development workflow** - Learn about the available prompts and commands
10
+ 3. **Explore advanced features** - Discover MCP servers, custom agents, hooks, and more
11
+
12
+ ## Step 1: Complete Steering Documents
13
+
14
+ You already have skeleton steering documents in `.kiro/steering/`. Let's fill them out with your project details.
15
+
16
+ ### Gather Project Information
17
+ **Note** (tell the user): The more detailed you can be, the better! Specific information about what you're building, who it's for, and the components you want helps create better context for your coding assistant and future development work. But don't worry - you can always keep it brief if you prefer.
18
+
19
+ Ask the user these essential questions:
20
+
21
+ **Core Questions (Required):**
22
+ 1. **Project Name**: "What's your project name?"
23
+ 2. **Project Description**: "What does your project do? (1-2 sentences, or more detail if you'd like)"
24
+ 3. **Target Users**: "Who will use this? (e.g., developers, end users, businesses - feel free to be specific about their needs)"
25
+ 4. **Main Technology**: "What's your primary technology? (e.g., Python, JavaScript, React, etc.)"
26
+
27
+ **Optional Details:**
28
+ 5. **Architecture** (if they want to specify): "Any specific architecture or patterns you're using? (optional - I can suggest based on your tech stack)"
29
+ 6. **Special Requirements** (if any): "Any specific requirements for testing, deployment, or performance? (optional)"
30
+
31
+ ### Update Steering Documents
32
+ After collecting responses, update the existing steering documents with intelligent defaults:
33
+
34
+ #### Update `.kiro/steering/product.md`:
35
+ Fill out based on user responses and intelligent assumptions:
36
+
37
+ ```markdown
38
+ # Product Overview
39
+
40
+ ## Product Purpose
41
+ [USER'S PROJECT DESCRIPTION - expand with context and value proposition]
42
+
43
+ ## Target Users
44
+ [USER'S TARGET USERS - expand with needs and use cases]
45
+
46
+ ## Key Features
47
+ [Infer from project description and tech stack]
48
+ - Core functionality based on project type
49
+ - User interface (if applicable)
50
+ - Data management (if applicable)
51
+ - Integration capabilities (if applicable)
52
+
53
+ ## Business Objectives
54
+ [Infer based on project type and users]
55
+ - User satisfaction and adoption
56
+ - Performance and reliability
57
+ - Scalability and growth
58
+
59
+ ## User Journey
60
+ [Create typical workflow based on project description]
61
+
62
+ ## Success Criteria
63
+ [Define based on project type and objectives]
64
+ ```
65
+
66
+ #### Update `.kiro/steering/tech.md`:
67
+ Use tech stack to make intelligent recommendations:
68
+
69
+ ```markdown
70
+ # Technical Architecture
71
+
72
+ ## Technology Stack
73
+ [USER'S MAIN TECHNOLOGY + recommended complementary technologies]
74
+ - Primary: [User's specified tech]
75
+ - Recommended additions based on project type
76
+ - Standard tooling for the ecosystem
77
+
78
+ ## Architecture Overview
79
+ [Suggest architecture based on tech stack and project type]
80
+ - [Infer components based on technology choice]
81
+ - [Suggest patterns common to their tech stack]
82
+
83
+ ## Development Environment
84
+ [Standard setup for their technology]
85
+ - [Tech-specific development tools]
86
+ - [Common package managers and build tools]
87
+ - [Recommended IDE/editor setup]
88
+
89
+ ## Code Standards
90
+ [Industry standards for their tech stack]
91
+ - [Language-specific formatting standards]
92
+ - [Common naming conventions]
93
+ - [Documentation practices]
94
+
95
+ ## Testing Strategy
96
+ [Standard testing approach for their technology]
97
+ - [Framework-appropriate testing tools]
98
+ - [Common testing patterns]
99
+ - [Coverage expectations]
100
+
101
+ ## Deployment Process
102
+ [Modern deployment practices for their stack]
103
+ - [CI/CD recommendations]
104
+ - [Deployment platforms]
105
+ - [Environment management]
106
+
107
+ ## Performance Requirements
108
+ [Reasonable defaults based on project type]
109
+
110
+ ## Security Considerations
111
+ [Standard security practices for their tech stack]
112
+ ```
113
+
114
+ #### Update `.kiro/steering/structure.md`:
115
+ Create structure based on technology and project type:
116
+
117
+ ```markdown
118
+ # Project Structure
119
+
120
+ ## Directory Layout
121
+ [Standard structure for their technology]
122
+ ```
123
+ [PROJECT NAME]/
124
+ ├── [tech-appropriate source folder]
125
+ ├── tests/
126
+ ├── docs/
127
+ ├── [tech-specific config folders]
128
+ └── .kiro/
129
+ ```
130
+
131
+ ## File Naming Conventions
132
+ [Standard conventions for their technology ecosystem]
133
+
134
+ ## Module Organization
135
+ [Best practices for their tech stack]
136
+
137
+ ## Configuration Files
138
+ [Standard config files for their technology]
139
+
140
+ ## Documentation Structure
141
+ [Common documentation patterns]
142
+
143
+ ## Asset Organization
144
+ [If applicable to project type]
145
+
146
+ ## Build Artifacts
147
+ [Standard build outputs for their technology]
148
+
149
+ ## Environment-Specific Files
150
+ [Standard environment handling for their stack]
151
+ ```
152
+
153
+ ## Step 2: Development Workflow Overview
154
+
155
+ Now that your steering documents are complete, let's review your development workflow. You have access to these powerful prompts:
156
+
157
+ ### Core Development Loop
158
+ - **`@prime`** - Load project context and understand your codebase
159
+ - **`@plan-feature`** - Create comprehensive implementation plans for new features
160
+ - **`@execute`** - Execute development plans with systematic task management
161
+ - **`@create-prd`** - Generate Product Requirements Documents
162
+
163
+ ### Quality Assurance & Validation
164
+ - **`@code-review`** - Perform technical code reviews for quality and bugs
165
+ - **`@code-review-fix`** - Fix issues found in code reviews
166
+ - **`@execution-report`** - Generate implementation reports for completed work
167
+ - **`@system-review`** - Analyze implementation vs plan for process improvements
168
+
169
+ ### GitHub Issue Management
170
+ - **`@rca`** - Perform root cause analysis for GitHub issues
171
+ - **`@implement-fix`** - Implement fixes based on RCA documents
172
+
173
+ ### Typical Workflow
174
+ 1. **Start with `@prime`** to understand your project context
175
+ 2. **Use `@plan-feature`** to plan new features or changes
176
+ 3. **Execute with `@execute`** to implement the plan systematically
177
+ 4. **Review with `@code-review`** to ensure quality
178
+ 5. **Generate reports** with `@execution-report` for documentation
179
+
180
+ ## Step 3: Advanced Kiro Features
181
+
182
+ Beyond the core prompts, Kiro CLI offers powerful advanced features to enhance your development workflow:
183
+
184
+ ### 🔧 MCP Servers (Model Context Protocol)
185
+ Connect external tools and APIs to extend Kiro's capabilities (AWS docs, git operations, database management, custom integrations).
186
+
187
+ ### 🤖 Custom Agents
188
+ Create specialized AI assistants for specific workflows (backend specialist, frontend expert, DevOps agent, security reviewer, API designer).
189
+
190
+ ### ⚡ Hooks (Automation)
191
+ Automate workflows and processes at specific lifecycle points (pre-commit hooks, post-deployment hooks, agent spawn hooks, tool execution hooks).
192
+
193
+ ### 📚 Context Management
194
+ Optimize how Kiro understands your project (agent resources, session context, knowledge bases, context optimization).
195
+
196
+ ### 🧠 Knowledge Management (Experimental)
197
+ Advanced knowledge base features (semantic search, code indexing, documentation integration, pattern learning).
198
+
199
+ ### 🔄 Tangent Mode (Experimental)
200
+ Explore side topics without disrupting main conversation (side explorations, what-if scenarios, learning mode, context switching).
201
+
202
+ ### 📋 TODO Lists & Checkpointing (Experimental)
203
+ Advanced task and progress management (persistent TODO lists, progress checkpoints, task dependencies, progress visualization).
204
+
205
+ ### 🔀 Subagents
206
+ Delegate complex tasks to specialized subagents (parallel processing, specialized expertise, independent context, task delegation).
207
+
208
+ **Would you like help with any of these advanced features?** For example, I can help you set up MCP servers, create custom agents for specialized workflows, configure automation hooks, or enable experimental features like knowledge management and tangent mode.
209
+
210
+ ## Step 4: Next Steps and Recommendations
211
+
212
+ Based on your project setup, here are recommended next steps:
213
+
214
+ ### Immediate Actions
215
+ 1. **Test your setup**: Try `@prime` to load your project context
216
+ 2. **Plan your first feature**: Use `@plan-feature` for your next development task
217
+ 3. **Set up your preferred model**: Use `/model` to choose the best AI model for your needs
218
+
219
+ ### Recommended Configurations
220
+ Based on your project type and tech stack, suggest specific configurations:
221
+ - **For web applications**: Recommend frontend/backend agents and deployment hooks
222
+ - **For APIs**: Suggest API design agents and testing automation
223
+ - **For data projects**: Recommend database MCP servers and analysis agents
224
+ - **For open source**: Suggest GitHub integration and community management tools
225
+
226
+ ## Completion Summary
227
+
228
+ 🎉 **Kiro CLI Quick Start Complete!**
229
+
230
+ ### ✅ What You've Accomplished
231
+ - **Steering Documents**: Completed product.md, tech.md, and structure.md with your project details
232
+ - **Development Workflow**: Ready to use 11 powerful development prompts
233
+ - **Advanced Features**: Aware of MCP servers, custom agents, hooks, and experimental features
234
+
235
+ ### 🚀 **Your Development Arsenal**
236
+ **Core Workflow**: @prime → @plan-feature → @execute → @code-review → @execution-report
237
+ **Quality Assurance**: @code-review, @code-review-fix, @system-review
238
+ **Issue Management**: @rca, @implement-fix
239
+ **Documentation**: @create-prd
240
+
241
+ ### 🔧 **Available Advanced Features**
242
+ - MCP Servers for external tool integration
243
+ - Custom Agents for specialized workflows
244
+ - Hooks for workflow automation
245
+ - Context Management optimization
246
+ - Experimental features (Knowledge, Tangent Mode, TODO Lists, Subagents)
247
+
248
+ ### 💡 **Getting Started**
249
+ 1. **Right now**: Try `@prime` to understand your project
250
+ 2. **Next**: Use `@plan-feature` to plan your next development task
251
+ 3. **Then**: Explore the advanced features that interest you most
252
+
253
+ ### 🆘 **Need Help?**
254
+ - Ask about any specific feature: "How do I set up MCP servers?"
255
+ - Request workflow guidance: "What's the best way to handle code reviews?"
256
+ - Get feature explanations: "Tell me more about custom agents"
257
+
258
+ **Let me know if you want help with any of these advanced features** - I can guide you through setting up MCP servers, creating custom agents, configuring automation hooks, or enabling experimental features!
259
+
260
+ **Welcome to supercharged development with Kiro CLI!** 🚀
261
+
262
+ ---
263
+
264
+ ## 🏆 **Hackathon Participants - Important Reminders!**
265
+
266
+ ### 📝 **Build Your DEVLOG.md**
267
+ As you work on your project, **continuously update your DEVLOG.md** - it's a required submission component! Include:
268
+ - **Timeline**: Key development milestones and dates
269
+ - **Decisions**: Why you chose specific approaches or technologies
270
+ - **Challenges**: Problems encountered and how you solved them
271
+ - **Time Tracking**: Hours spent on different aspects
272
+ - **Kiro CLI Usage**: How you used Kiro throughout development
273
+ - **Learning**: New skills or insights gained
274
+
275
+ ### ⚙️ **Optimize Your .kiro/ Directory**
276
+ Your `.kiro/steering/` and `.kiro/prompts/` directories are part of your submission! Make sure to:
277
+ - **Customize steering documents** for your specific project
278
+ - **Create useful custom prompts** that demonstrate workflow innovation
279
+ - **Document your development process** through your Kiro configuration
280
+
281
+ ### 🔍 **Use @code-review-hackathon**
282
+ Before submitting, run **`@code-review-hackathon`** to evaluate your project against the official judging criteria. This prompt will:
283
+ - Score your project on all 5 criteria (100 points total)
284
+ - Verify your DEVLOG.md and README.md are complete and high-quality
285
+ - Identify areas for improvement before submission
286
+ - Ensure you're maximizing your hackathon score
287
+
288
+ **Remember**: Your documentation, Kiro CLI integration, and development process are worth 40% of your total score!
289
+
290
+ ---
291
+
292
+ **Welcome to supercharged development with Kiro CLI!** 🚀
293
+
294
+ ## Instructions for Assistant
295
+
296
+ ### Critical Requirements
297
+ 1. **Ask only 4-6 questions maximum** - Keep it simple and user-friendly
298
+ 2. **Make intelligent assumptions** - Fill in details based on tech stack and project type
299
+ 3. **Update existing files** - Don't create new steering documents, update the existing skeletons
300
+ 4. **Use tech-appropriate defaults** - Recommend standard practices for their technology
301
+ 5. **Allow customization later** - Users can always edit the steering documents afterward
302
+ 6. **Focus on UX** - Prioritize user experience over comprehensive data collection
303
+
304
+ ### Quality Checklist
305
+ - [ ] Asked minimal essential questions (4-6 max)
306
+ - [ ] Made intelligent assumptions based on responses
307
+ - [ ] All three steering documents updated with meaningful content
308
+ - [ ] Workflow overview provided with specific prompt usage
309
+ - [ ] Advanced features mentioned with offer to help
310
+ - [ ] Next steps provided based on their project
311
+ - [ ] User feels confident and not overwhelmed
312
+
313
+ ### Success Metrics
314
+ - User completes the wizard without feeling overwhelmed
315
+ - User has useful, personalized steering documents
316
+ - User understands their development workflow
317
+ - User knows about advanced features without information overload
318
+ - User feels confident to start using Kiro CLI effectively
@@ -0,0 +1,220 @@
1
+ ---
2
+ description: Analyze and document root cause for a GitHub issue
3
+ argument-hint: [github-issue-id]
4
+ ---
5
+
6
+ # Root Cause Analysis: GitHub Issue #$ARGUMENTS
7
+
8
+ ## Objective
9
+
10
+ Investigate GitHub issue #$ARGUMENTS from this repository, identify the root cause, and document findings for future implementation.
11
+
12
+ **Prerequisites:**
13
+ - Working in a local Git repository with GitHub origin
14
+ - GitHub CLI installed and authenticated (`gh auth status`)
15
+ - Valid GitHub issue ID from this repository
16
+
17
+ ## Investigation Process
18
+
19
+ ### 1. Fetch GitHub Issue Details
20
+
21
+ **Use GitHub CLI to retrieve issue information:**
22
+
23
+ ```bash
24
+ gh issue view $ARGUMENTS
25
+ ```
26
+
27
+ This fetches:
28
+ - Issue title and description
29
+ - Reporter and creation date
30
+ - Labels and status
31
+ - Comments and discussion
32
+
33
+ ### 2. Search Codebase
34
+
35
+ **Identify relevant code:**
36
+ - Search for components mentioned in issue
37
+ - Find related functions, classes, or modules
38
+ - Check similar implementations
39
+ - Look for patterns or recent changes
40
+
41
+ Use grep/search to find:
42
+ - Error messages from issue
43
+ - Related function names
44
+ - Component identifiers
45
+
46
+ ### 3. Review Recent History
47
+
48
+ Check recent changes to affected areas:
49
+ !`git log --oneline -20 -- [relevant-paths]`
50
+
51
+ Look for:
52
+ - Recent modifications to affected code
53
+ - Related bug fixes
54
+ - Refactorings that might have introduced the issue
55
+
56
+ ### 4. Investigate Root Cause
57
+
58
+ **Analyze the code to determine:**
59
+ - What is the actual bug or issue?
60
+ - Why is it happening?
61
+ - What was the original intent?
62
+ - Is this a logic error, edge case, or missing validation?
63
+ - Are there related issues or symptoms?
64
+
65
+ **Consider:**
66
+ - Input validation failures
67
+ - Edge cases not handled
68
+ - Race conditions or timing issues
69
+ - Incorrect assumptions
70
+ - Missing error handling
71
+ - Integration issues between components
72
+
73
+ ### 5. Assess Impact
74
+
75
+ **Determine:**
76
+ - How widespread is this issue?
77
+ - What features are affected?
78
+ - Are there workarounds?
79
+ - What is the severity?
80
+ - Could this cause data corruption or security issues?
81
+
82
+ ### 6. Propose Fix Approach
83
+
84
+ **Design the solution:**
85
+ - What needs to be changed?
86
+ - Which files will be modified?
87
+ - What is the fix strategy?
88
+ - Are there alternative approaches?
89
+ - What testing is needed?
90
+ - Are there any risks or side effects?
91
+
92
+ ## Output: Create RCA Document
93
+
94
+ Save analysis as: `docs/rca/issue-$ARGUMENTS.md`
95
+
96
+ ### Required RCA Document Structure
97
+
98
+ ```markdown
99
+ # Root Cause Analysis: GitHub Issue #$ARGUMENTS
100
+
101
+ ## Issue Summary
102
+
103
+ - **GitHub Issue ID**: #$ARGUMENTS
104
+ - **Issue URL**: [Link to GitHub issue]
105
+ - **Title**: [Issue title from GitHub]
106
+ - **Reporter**: [GitHub username]
107
+ - **Severity**: [Critical/High/Medium/Low]
108
+ - **Status**: [Current GitHub issue status]
109
+
110
+ ## Problem Description
111
+
112
+ [Clear description of the issue]
113
+
114
+ **Expected Behavior:**
115
+ [What should happen]
116
+
117
+ **Actual Behavior:**
118
+ [What actually happens]
119
+
120
+ **Symptoms:**
121
+ - [List observable symptoms]
122
+
123
+ ## Reproduction
124
+
125
+ **Steps to Reproduce:**
126
+ 1. [Step 1]
127
+ 2. [Step 2]
128
+ 3. [Observe issue]
129
+
130
+ **Reproduction Verified:** [Yes/No]
131
+
132
+ ## Root Cause
133
+
134
+ ### Affected Components
135
+
136
+ - **Files**: [List of affected files with paths]
137
+ - **Functions/Classes**: [Specific code locations]
138
+ - **Dependencies**: [Any external deps involved]
139
+
140
+ ### Analysis
141
+
142
+ [Detailed explanation of the root cause]
143
+
144
+ **Why This Occurs:**
145
+ [Explanation of the underlying issue]
146
+
147
+ **Code Location:**
148
+ ```
149
+ [File path:line number]
150
+ [Relevant code snippet showing the issue]
151
+ ```
152
+
153
+ ### Related Issues
154
+
155
+ - [Any related issues or patterns]
156
+
157
+ ## Impact Assessment
158
+
159
+ **Scope:**
160
+ - [How widespread is this?]
161
+
162
+ **Affected Features:**
163
+ - [List affected features]
164
+
165
+ **Severity Justification:**
166
+ [Why this severity level]
167
+
168
+ **Data/Security Concerns:**
169
+ [Any data corruption or security implications]
170
+
171
+ ## Proposed Fix
172
+
173
+ ### Fix Strategy
174
+
175
+ [High-level approach to fixing]
176
+
177
+ ### Files to Modify
178
+
179
+ 1. **[file-path]**
180
+ - Changes: [What needs to change]
181
+ - Reason: [Why this change fixes it]
182
+
183
+ 2. **[file-path]**
184
+ - Changes: [What needs to change]
185
+ - Reason: [Why this change fixes it]
186
+
187
+ ### Alternative Approaches
188
+
189
+ [Other possible solutions and why the proposed approach is better]
190
+
191
+ ### Risks and Considerations
192
+
193
+ - [Any risks with this fix]
194
+ - [Side effects to watch for]
195
+ - [Breaking changes if any]
196
+
197
+ ### Testing Requirements
198
+
199
+ **Test Cases Needed:**
200
+ 1. [Test case 1 - verify fix works]
201
+ 2. [Test case 2 - verify no regression]
202
+ 3. [Test case 3 - edge cases]
203
+
204
+ **Validation Commands:**
205
+ ```bash
206
+ [Exact commands to verify fix]
207
+ ```
208
+
209
+ ## Implementation Plan
210
+
211
+ [Brief overview of implementation steps]
212
+
213
+ This RCA document should be used by `/implement-fix` command.
214
+
215
+ ## Next Steps
216
+
217
+ 1. Review this RCA document
218
+ 2. Run: `/implement-fix $ARGUMENTS` to implement the fix
219
+ 3. Run: `/commit` after implementation complete
220
+ ```