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.
- package/.kiro/README.md +228 -0
- package/.kiro/agents/backend-engineer.json +6 -0
- package/.kiro/agents/backend-engineer.md +643 -0
- package/.kiro/agents/database-specialist.json +6 -0
- package/.kiro/agents/database-specialist.md +390 -0
- package/.kiro/agents/development-logger.json +6 -0
- package/.kiro/agents/development-logger.md +265 -0
- package/.kiro/agents/devops-engineer.json +6 -0
- package/.kiro/agents/devops-engineer.md +287 -0
- package/.kiro/agents/frontend-architect.json +6 -0
- package/.kiro/agents/frontend-architect.md +1032 -0
- package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
- package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
- package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
- package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
- package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
- package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
- package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
- package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
- package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
- package/.kiro/agents/project-manager.json +6 -0
- package/.kiro/agents/project-manager.md +344 -0
- package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
- package/.kiro/agents/prompts/database-specialist-system.md +332 -0
- package/.kiro/agents/prompts/development-logger-system.md +232 -0
- package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
- package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
- package/.kiro/agents/prompts/project-manager-system.md +285 -0
- package/.kiro/agents/prompts/security-specialist-system.md +231 -0
- package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
- package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
- package/.kiro/agents/security-specialist.json +6 -0
- package/.kiro/agents/security-specialist.md +277 -0
- package/.kiro/agents/test-orchestrator.json +6 -0
- package/.kiro/agents/test-orchestrator.md +266 -0
- package/.kiro/agents/ui-ux-designer.json +6 -0
- package/.kiro/agents/ui-ux-designer.md +284 -0
- package/.kiro/devlog/00-START-HERE.md +444 -0
- package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
- package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
- package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
- package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
- package/.kiro/devlog/DEVLOG.md +22 -0
- package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
- package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
- package/.kiro/devlog/README.md +363 -0
- package/.kiro/devlog/devlog-update.bat +136 -0
- package/.kiro/devlog/devlog-update.sh +275 -0
- package/.kiro/devlog/feature-completion-hook.bat +78 -0
- package/.kiro/devlog/feature-completion-hook.sh +84 -0
- package/.kiro/documentation/cli.md +31 -0
- package/.kiro/documentation/docs_cli.md +41 -0
- package/.kiro/documentation/docs_cli_authentication.md +43 -0
- package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
- package/.kiro/documentation/docs_cli_billing.md +31 -0
- package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
- package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
- package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
- package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
- package/.kiro/documentation/docs_cli_chat.md +84 -0
- package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
- package/.kiro/documentation/docs_cli_chat_context.md +258 -0
- package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
- package/.kiro/documentation/docs_cli_chat_images.md +53 -0
- package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
- package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
- package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
- package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
- package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
- package/.kiro/documentation/docs_cli_chat_security.md +87 -0
- package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
- package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
- package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
- package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
- package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
- package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
- package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
- package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
- package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
- package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
- package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
- package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
- package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
- package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
- package/.kiro/documentation/docs_cli_experimental.md +282 -0
- package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
- package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
- package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
- package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
- package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
- package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
- package/.kiro/documentation/docs_cli_hooks.md +207 -0
- package/.kiro/documentation/docs_cli_installation.md +235 -0
- package/.kiro/documentation/docs_cli_mcp.md +106 -0
- package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
- package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
- package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
- package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
- package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
- package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
- package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
- package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
- package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
- package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
- package/.kiro/documentation/docs_cli_steering.md +84 -0
- package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
- package/.kiro/guides/DEVLOG.md +882 -0
- package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
- package/.kiro/guides/PIV Loop.md +122 -0
- package/.kiro/guides/PIV Loop.png +0 -0
- package/.kiro/guides/PIVLoop.png +0 -0
- package/.kiro/guides/QUICK_REFERENCE.md +202 -0
- package/.kiro/guides/README.md +149 -0
- package/.kiro/guides/advanced-patterns.md +514 -0
- package/.kiro/guides/agent-coordination.md +434 -0
- package/.kiro/guides/core-workflows.md +409 -0
- package/.kiro/guides/emergency-procedures.md +414 -0
- package/.kiro/guides/project-evaluation.md +534 -0
- package/.kiro/guides/quality-assurance.md +431 -0
- package/.kiro/guides/quick-start.md +235 -0
- package/.kiro/guides/troubleshooting.md +575 -0
- package/.kiro/guides/walkthroughs.md +711 -0
- package/.kiro/prompts/add-to-devlog.md +263 -0
- package/.kiro/prompts/code-review-fix.md +18 -0
- package/.kiro/prompts/code-review-hackathon.md +167 -0
- package/.kiro/prompts/code-review-security.md +454 -0
- package/.kiro/prompts/code-review.md +113 -0
- package/.kiro/prompts/create-prd.md +151 -0
- package/.kiro/prompts/execute-backend.md +257 -0
- package/.kiro/prompts/execute-frontend.md +438 -0
- package/.kiro/prompts/execute-logging.md +491 -0
- package/.kiro/prompts/execute-security.md +482 -0
- package/.kiro/prompts/execute-testing.md +528 -0
- package/.kiro/prompts/execute.md +101 -0
- package/.kiro/prompts/execution-report.md +72 -0
- package/.kiro/prompts/implement-fix.md +228 -0
- package/.kiro/prompts/plan-feature.md +433 -0
- package/.kiro/prompts/prime.md +73 -0
- package/.kiro/prompts/quality-metrics.md +622 -0
- package/.kiro/prompts/quickstart.md +318 -0
- package/.kiro/prompts/rca.md +220 -0
- package/.kiro/prompts/system-review.md +189 -0
- package/README.md +32 -0
- package/bin/cli.js +97 -0
- package/package.json +33 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Add a structured daily entry to your development log with automatic technical progress tracking"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Add to Development Log
|
|
6
|
+
|
|
7
|
+
## Daily Development Log Entry
|
|
8
|
+
|
|
9
|
+
### User Information Gathering
|
|
10
|
+
|
|
11
|
+
Ask the user these questions to build today's log entry:
|
|
12
|
+
|
|
13
|
+
**Core Questions:**
|
|
14
|
+
1. **What did you work on today?** (Features, bugs, refactoring, planning, etc.)
|
|
15
|
+
2. **How much time did you spend?** (Total hours, or breakdown by task if they prefer)
|
|
16
|
+
3. **What were the main accomplishments?** (What got completed or significant progress made)
|
|
17
|
+
4. **Any challenges or blockers encountered?** (Technical issues, decisions, learning curves)
|
|
18
|
+
5. **Key decisions made?** (Architecture choices, technology selections, approach changes)
|
|
19
|
+
6. **What's planned for next session?** (Next priorities or tasks)
|
|
20
|
+
|
|
21
|
+
**Optional Details:**
|
|
22
|
+
7. **Any new learnings or insights?** (Skills gained, patterns discovered, best practices learned)
|
|
23
|
+
8. **Kiro CLI usage highlights?** (Which prompts were most helpful, new workflows discovered)
|
|
24
|
+
|
|
25
|
+
### Date and Progress Tracking
|
|
26
|
+
|
|
27
|
+
First, determine the current date and calculate which day of the hackathon this is:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# Get current date
|
|
31
|
+
date +"%B %d, %Y (%A)"
|
|
32
|
+
|
|
33
|
+
# Calculate hackathon day (January 5, 2026 = Day 1)
|
|
34
|
+
# This will help number the daily entries correctly
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Technical Progress Analysis
|
|
38
|
+
|
|
39
|
+
After gathering user responses, automatically check technical progress using these commands:
|
|
40
|
+
|
|
41
|
+
#### Git Activity Analysis
|
|
42
|
+
```bash
|
|
43
|
+
# Check if we're in a git repository
|
|
44
|
+
if git rev-parse --git-dir > /dev/null 2>&1; then
|
|
45
|
+
echo "Git repository detected"
|
|
46
|
+
|
|
47
|
+
# Get today's commits (try different time formats)
|
|
48
|
+
echo "=== Today's Commits ==="
|
|
49
|
+
git log --since="$(date +%Y-%m-%d)" --oneline --author="$(git config user.name)" 2>/dev/null || echo "No commits found for today"
|
|
50
|
+
|
|
51
|
+
# Get detailed commit info with line changes for today
|
|
52
|
+
echo "=== Today's Detailed Changes ==="
|
|
53
|
+
git log --since="$(date +%Y-%m-%d)" --stat --author="$(git config user.name)" 2>/dev/null || echo "No detailed changes for today"
|
|
54
|
+
|
|
55
|
+
# Get total line changes for today
|
|
56
|
+
echo "=== Today's Line Statistics ==="
|
|
57
|
+
git log --since="$(date +%Y-%m-%d)" --author="$(git config user.name)" --pretty=tformat: --numstat 2>/dev/null | awk '{add+=$1; del+=$2} END {if(NR>0) printf "Lines added: %d, Lines removed: %d, Net change: %d\n", add, del, add-del; else print "No line changes today"}'
|
|
58
|
+
|
|
59
|
+
# Check current branch and status
|
|
60
|
+
echo "=== Repository Status ==="
|
|
61
|
+
git status --porcelain
|
|
62
|
+
echo "Current branch: $(git branch --show-current)"
|
|
63
|
+
|
|
64
|
+
# Get total project statistics
|
|
65
|
+
echo "=== Total Project Statistics ==="
|
|
66
|
+
git log --author="$(git config user.name)" --pretty=tformat: --numstat 2>/dev/null | awk '{add+=$1; del+=$2} END {if(NR>0) printf "Total lines added: %d, Total lines removed: %d\n", add, del; else print "No statistics available"}'
|
|
67
|
+
|
|
68
|
+
# Count total commits by user
|
|
69
|
+
echo "=== Total Commits ==="
|
|
70
|
+
git rev-list --count --author="$(git config user.name)" HEAD 2>/dev/null || echo "Cannot count commits"
|
|
71
|
+
|
|
72
|
+
else
|
|
73
|
+
echo "Not in a git repository - skipping git analysis"
|
|
74
|
+
fi
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
#### GitHub Activity (if GitHub CLI is available)
|
|
78
|
+
```bash
|
|
79
|
+
# Check if gh CLI is available
|
|
80
|
+
which gh
|
|
81
|
+
|
|
82
|
+
# If available, get recent PR activity
|
|
83
|
+
gh pr list --author="@me" --state=all --limit=5
|
|
84
|
+
|
|
85
|
+
# Get recent issues activity
|
|
86
|
+
gh issue list --author="@me" --state=all --limit=5
|
|
87
|
+
|
|
88
|
+
# Check recent repository activity
|
|
89
|
+
gh repo view --json pushedAt,updatedAt
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
#### File Changes Analysis
|
|
93
|
+
```bash
|
|
94
|
+
# Show files changed today
|
|
95
|
+
git diff --name-only HEAD~1 HEAD 2>/dev/null || echo "No recent commits to compare"
|
|
96
|
+
|
|
97
|
+
# Show detailed line changes for today
|
|
98
|
+
git diff --stat HEAD~1 HEAD 2>/dev/null || echo "No recent commits to compare"
|
|
99
|
+
|
|
100
|
+
# Count different file types modified
|
|
101
|
+
find . -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.jsx" -o -name "*.tsx" -o -name "*.go" -o -name "*.java" -o -name "*.rb" -o -name "*.php" -o -name "*.cpp" -o -name "*.c" -o -name "*.cs" -o -name "*.html" -o -name "*.css" -o -name "*.md" | xargs ls -lt | head -10
|
|
102
|
+
|
|
103
|
+
# Get project file count and size
|
|
104
|
+
find . -type f \( -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.jsx" -o -name "*.tsx" -o -name "*.go" -o -name "*.java" -o -name "*.rb" -o -name "*.php" -o -name "*.cpp" -o -name "*.c" -o -name "*.cs" -o -name "*.html" -o -name "*.css" \) -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./venv/*" -not -path "./__pycache__/*" | wc -l
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
### DEVLOG.md Entry Generation
|
|
108
|
+
|
|
109
|
+
Create a structured daily entry using this template and append it to `.kiro/devlog/devlog.md`:
|
|
110
|
+
|
|
111
|
+
```markdown
|
|
112
|
+
## Day [X] ([Full Date]) - [Main Focus/Theme] [[Total Time]h]
|
|
113
|
+
|
|
114
|
+
### 📊 **Daily Metrics**
|
|
115
|
+
- **Time Spent**: [Total hours] ([Breakdown if provided])
|
|
116
|
+
- **Commits Made**: [Number from git analysis]
|
|
117
|
+
- **Lines Added**: [From git stats]
|
|
118
|
+
- **Lines Removed**: [From git stats]
|
|
119
|
+
- **Net Lines**: [Added - Removed]
|
|
120
|
+
- **Files Modified**: [Count from git analysis]
|
|
121
|
+
|
|
122
|
+
### 🎯 **Accomplishments**
|
|
123
|
+
[User's main accomplishments - bullet points]
|
|
124
|
+
|
|
125
|
+
### 💻 **Technical Progress**
|
|
126
|
+
**Commits Made Today:**
|
|
127
|
+
[Git commit summary from commands above]
|
|
128
|
+
|
|
129
|
+
**Code Changes:**
|
|
130
|
+
[File changes summary with line counts]
|
|
131
|
+
|
|
132
|
+
**GitHub Activity:**
|
|
133
|
+
[PR/Issue activity if GitHub CLI available]
|
|
134
|
+
|
|
135
|
+
### 🔧 **Work Breakdown**
|
|
136
|
+
- **[Task Category]**: [Time] - [Description]
|
|
137
|
+
- **[Task Category]**: [Time] - [Description]
|
|
138
|
+
[Based on user's time breakdown]
|
|
139
|
+
|
|
140
|
+
### 🚧 **Challenges & Solutions**
|
|
141
|
+
[User's reported challenges and how they were addressed]
|
|
142
|
+
|
|
143
|
+
### 🧠 **Key Decisions**
|
|
144
|
+
[Important technical or architectural decisions made]
|
|
145
|
+
|
|
146
|
+
### 📚 **Learnings & Insights**
|
|
147
|
+
[New skills, patterns, or knowledge gained]
|
|
148
|
+
|
|
149
|
+
### ⚡ **Kiro CLI Usage**
|
|
150
|
+
[Prompts used, workflow improvements, custom commands created]
|
|
151
|
+
|
|
152
|
+
### 📋 **Next Session Plan**
|
|
153
|
+
[What's planned for the next development session]
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### Metadata Update Instructions
|
|
159
|
+
|
|
160
|
+
After creating the daily entry, update the "Development Statistics" section at the top of the devlog:
|
|
161
|
+
|
|
162
|
+
**Required Updates:**
|
|
163
|
+
1. **Total Development Days**: Count existing "## Day" entries and add 1
|
|
164
|
+
2. **Total Hours Logged**: Parse previous entries for hours and add today's hours
|
|
165
|
+
3. **Total Commits**: Use the git commit count from analysis
|
|
166
|
+
4. **Lines of Code Added/Removed**: Use git statistics
|
|
167
|
+
5. **Files Modified**: Count from git status and changes
|
|
168
|
+
|
|
169
|
+
**Update Process:**
|
|
170
|
+
1. Read the current devlog file
|
|
171
|
+
2. Find the "### Overall Progress" section
|
|
172
|
+
3. Parse existing values (if any)
|
|
173
|
+
4. Add today's metrics to the totals
|
|
174
|
+
5. Replace the statistics section with updated values
|
|
175
|
+
|
|
176
|
+
**Example Update:**
|
|
177
|
+
```markdown
|
|
178
|
+
### Overall Progress
|
|
179
|
+
- **Total Development Days**: 1
|
|
180
|
+
- **Total Hours Logged**: 0.8h
|
|
181
|
+
- **Total Commits**: 1
|
|
182
|
+
- **Lines of Code Added**: 15268
|
|
183
|
+
- **Lines of Code Removed**: 0
|
|
184
|
+
- **Files Modified**: 85
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
### Implementation Instructions
|
|
188
|
+
|
|
189
|
+
1. **Calculate hackathon day and date**
|
|
190
|
+
- Get current date using `date` command
|
|
191
|
+
- Calculate which day of the hackathon this is (January 5, 2026 = Day 1)
|
|
192
|
+
- Use this for the day number in the entry
|
|
193
|
+
|
|
194
|
+
2. **Check if devlog exists**
|
|
195
|
+
- Look for `.kiro/devlog/devlog.md`
|
|
196
|
+
- If it doesn't exist, create it using the template structure
|
|
197
|
+
- If it exists, prepare to append the new entry
|
|
198
|
+
|
|
199
|
+
3. **Gather user information**
|
|
200
|
+
- Ask questions in a conversational way
|
|
201
|
+
- Allow users to skip optional questions
|
|
202
|
+
- Be flexible with time tracking (total or breakdown)
|
|
203
|
+
|
|
204
|
+
4. **Execute technical analysis commands**
|
|
205
|
+
- Run git commands to gather commit and file change data
|
|
206
|
+
- Calculate detailed line statistics for today and total project
|
|
207
|
+
- Try GitHub CLI commands (gracefully handle if not available)
|
|
208
|
+
- Parse and summarize the technical data with specific metrics
|
|
209
|
+
|
|
210
|
+
5. **Generate and append entry**
|
|
211
|
+
- Use the template above with user responses and technical data
|
|
212
|
+
- Include detailed daily metrics section with code statistics
|
|
213
|
+
- Use calculated day number and current date
|
|
214
|
+
- Append to `.kiro/devlog/devlog.md` file
|
|
215
|
+
|
|
216
|
+
6. **Update summary statistics**
|
|
217
|
+
- Parse the git output to extract key metrics
|
|
218
|
+
- Update the "Development Statistics" section at the top of the devlog
|
|
219
|
+
- Calculate and update:
|
|
220
|
+
- Total Development Days (count existing day entries + 1)
|
|
221
|
+
- Total Hours Logged (sum from previous entries + today's hours)
|
|
222
|
+
- Total Commits (from git analysis)
|
|
223
|
+
- Lines of Code Added/Removed (from git analysis)
|
|
224
|
+
- Files Modified count
|
|
225
|
+
- Use regex/text parsing to update the existing statistics section
|
|
226
|
+
|
|
227
|
+
7. **Provide summary**
|
|
228
|
+
- Confirm the entry was added to `.kiro/devlog/devlog.md`
|
|
229
|
+
- Show a brief summary of metrics captured
|
|
230
|
+
- Suggest next steps if appropriate
|
|
231
|
+
|
|
232
|
+
### Error Handling
|
|
233
|
+
|
|
234
|
+
- **Git not available**: Skip git analysis, note in entry
|
|
235
|
+
- **GitHub CLI not available**: Skip GitHub analysis, note limitation
|
|
236
|
+
- **No commits today**: Note "No commits made today" in technical progress
|
|
237
|
+
- **DEVLOG.md locked/permissions**: Provide error message and manual instructions
|
|
238
|
+
|
|
239
|
+
### Quality Guidelines
|
|
240
|
+
|
|
241
|
+
- Keep entries scannable with clear headers and bullet points
|
|
242
|
+
- Focus on factual progress and concrete accomplishments
|
|
243
|
+
- Include both high-level summary and technical details
|
|
244
|
+
- Maintain consistent formatting across entries
|
|
245
|
+
- Balance brevity with useful detail
|
|
246
|
+
|
|
247
|
+
### Success Criteria
|
|
248
|
+
|
|
249
|
+
- User can quickly log daily progress without friction
|
|
250
|
+
- Technical progress is automatically captured and summarized
|
|
251
|
+
- Entries are structured and professional for hackathon submission
|
|
252
|
+
- Process encourages regular documentation habits
|
|
253
|
+
- Generated content is immediately useful for project tracking
|
|
254
|
+
|
|
255
|
+
## Example Usage Flow
|
|
256
|
+
|
|
257
|
+
1. User runs `@add-to-devlog`
|
|
258
|
+
2. Assistant asks 6-8 questions about the day's work
|
|
259
|
+
3. Assistant runs git/GitHub commands to gather technical data
|
|
260
|
+
4. Assistant generates structured entry and appends to DEVLOG.md
|
|
261
|
+
5. Assistant confirms completion and shows summary
|
|
262
|
+
|
|
263
|
+
This creates a comprehensive daily log that combines user reflection with objective technical progress tracking.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Process to fix bugs found in manual/AI code review
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
I ran/performed a code review and found these issues:
|
|
6
|
+
|
|
7
|
+
Code-review (file or description of issues): $1
|
|
8
|
+
|
|
9
|
+
Please fix these issues one by one. If the Code-review is a file read the entire file first to understand all of the issue(s) presented there.
|
|
10
|
+
|
|
11
|
+
Scope: $2
|
|
12
|
+
|
|
13
|
+
For each fix:
|
|
14
|
+
1. Explain what was wrong
|
|
15
|
+
2. Show the fix
|
|
16
|
+
3. Create and run relevant tests to verify
|
|
17
|
+
|
|
18
|
+
After all fixes, run the validate command (see commands/validate.md) to finalize your fixes.
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Comprehensive hackathon submission review based on official judging criteria
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
Perform comprehensive review of hackathon submission based on the official Kiro Hackathon judging criteria.
|
|
6
|
+
|
|
7
|
+
## Judging Criteria (100 Points Total)
|
|
8
|
+
|
|
9
|
+
1. **Application Quality (40 points)**
|
|
10
|
+
- Functionality & Completeness (15 points)
|
|
11
|
+
- Real-World Value (15 points)
|
|
12
|
+
- Code Quality (10 points)
|
|
13
|
+
|
|
14
|
+
2. **Kiro CLI Usage (20 points)**
|
|
15
|
+
- Effective Use of Features (10 points)
|
|
16
|
+
- Custom Commands Quality (7 points)
|
|
17
|
+
- Workflow Innovation (3 points)
|
|
18
|
+
|
|
19
|
+
3. **Documentation (20 points)**
|
|
20
|
+
- Completeness (9 points)
|
|
21
|
+
- Clarity (7 points)
|
|
22
|
+
- Process Transparency (4 points)
|
|
23
|
+
|
|
24
|
+
4. **Innovation (15 points)**
|
|
25
|
+
- Uniqueness (8 points)
|
|
26
|
+
- Creative Problem-Solving (7 points)
|
|
27
|
+
|
|
28
|
+
5. **Presentation (5 points)**
|
|
29
|
+
- Demo Video (3 points)
|
|
30
|
+
- README (2 points)
|
|
31
|
+
|
|
32
|
+
## Review Process
|
|
33
|
+
|
|
34
|
+
### 1. Project Discovery
|
|
35
|
+
```bash
|
|
36
|
+
find . -name "README*" -o -name "*.md" | head -10
|
|
37
|
+
ls -la
|
|
38
|
+
tree -L 2 -I 'node_modules|__pycache__|.git|dist|build' || ls -la
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### 2. Required Documentation Check
|
|
42
|
+
Look for:
|
|
43
|
+
- `.kiro/steering/` - Global rules, coding standards, architecture principles
|
|
44
|
+
- `.kiro/prompts/` - Custom Kiro commands, reusable prompts, workflows
|
|
45
|
+
- `.kiro/DEVLOG.md` - Timeline, decisions, challenges, time spent
|
|
46
|
+
- `README.md` - Setup instructions and project overview
|
|
47
|
+
|
|
48
|
+
**Evaluate README.md and DEVLOG.md quality:**
|
|
49
|
+
- README: Clear setup instructions, project description, usage examples
|
|
50
|
+
- DEVLOG: Development timeline, decision rationale, challenges faced, time tracking
|
|
51
|
+
|
|
52
|
+
### 3. Kiro CLI Integration Analysis
|
|
53
|
+
Examine:
|
|
54
|
+
- `.kiro/` directory structure and contents
|
|
55
|
+
- Custom prompts and their quality
|
|
56
|
+
- Steering documents and their comprehensiveness
|
|
57
|
+
- Evidence of Kiro CLI usage throughout development
|
|
58
|
+
|
|
59
|
+
### 4. Application Assessment
|
|
60
|
+
Analyze:
|
|
61
|
+
- Core functionality and completeness
|
|
62
|
+
- Real-world applicability and value proposition
|
|
63
|
+
- Code architecture and quality
|
|
64
|
+
- Error handling and edge cases
|
|
65
|
+
|
|
66
|
+
### 5. Innovation Evaluation
|
|
67
|
+
Consider:
|
|
68
|
+
- Uniqueness of approach or solution
|
|
69
|
+
- Creative use of Kiro CLI features
|
|
70
|
+
- Novel problem-solving methods
|
|
71
|
+
- Technical creativity
|
|
72
|
+
|
|
73
|
+
## Scoring Framework
|
|
74
|
+
|
|
75
|
+
For each criterion, provide:
|
|
76
|
+
- **Score**: X/Y points
|
|
77
|
+
- **Justification**: Specific evidence and reasoning
|
|
78
|
+
- **Strengths**: What was done well
|
|
79
|
+
- **Areas for Improvement**: Specific suggestions
|
|
80
|
+
|
|
81
|
+
## Output Format
|
|
82
|
+
|
|
83
|
+
# Hackathon Submission Review
|
|
84
|
+
|
|
85
|
+
## Overall Score: X/100
|
|
86
|
+
|
|
87
|
+
## Detailed Scoring
|
|
88
|
+
|
|
89
|
+
### Application Quality (X/40)
|
|
90
|
+
|
|
91
|
+
**Functionality & Completeness (X/15)**
|
|
92
|
+
- Score justification
|
|
93
|
+
- Key strengths
|
|
94
|
+
- Missing functionality or issues
|
|
95
|
+
|
|
96
|
+
**Real-World Value (X/15)**
|
|
97
|
+
- Problem being solved
|
|
98
|
+
- Target audience and use case
|
|
99
|
+
- Practical applicability
|
|
100
|
+
|
|
101
|
+
**Code Quality (X/10)**
|
|
102
|
+
- Architecture and organization
|
|
103
|
+
- Error handling
|
|
104
|
+
- Code clarity and maintainability
|
|
105
|
+
|
|
106
|
+
### Kiro CLI Usage (X/20)
|
|
107
|
+
|
|
108
|
+
**Effective Use of Features (X/10)**
|
|
109
|
+
- Kiro CLI integration depth
|
|
110
|
+
- Feature utilization assessment
|
|
111
|
+
- Workflow effectiveness
|
|
112
|
+
|
|
113
|
+
**Custom Commands Quality (X/7)**
|
|
114
|
+
- Prompt quality and usefulness
|
|
115
|
+
- Command organization
|
|
116
|
+
- Reusability and clarity
|
|
117
|
+
|
|
118
|
+
**Workflow Innovation (X/3)**
|
|
119
|
+
- Creative Kiro CLI usage
|
|
120
|
+
- Novel workflow approaches
|
|
121
|
+
|
|
122
|
+
### Documentation (X/20)
|
|
123
|
+
|
|
124
|
+
**Completeness (X/9)**
|
|
125
|
+
- Required documentation presence
|
|
126
|
+
- Coverage of all aspects
|
|
127
|
+
|
|
128
|
+
**Clarity (X/7)**
|
|
129
|
+
- Writing quality and organization
|
|
130
|
+
- Ease of understanding
|
|
131
|
+
|
|
132
|
+
**Process Transparency (X/4)**
|
|
133
|
+
- Development process visibility
|
|
134
|
+
- Decision documentation
|
|
135
|
+
|
|
136
|
+
### Innovation (X/15)
|
|
137
|
+
|
|
138
|
+
**Uniqueness (X/8)**
|
|
139
|
+
- Originality of concept
|
|
140
|
+
- Differentiation from common solutions
|
|
141
|
+
|
|
142
|
+
**Creative Problem-Solving (X/7)**
|
|
143
|
+
- Novel approaches
|
|
144
|
+
- Technical creativity
|
|
145
|
+
|
|
146
|
+
### Presentation (X/5)
|
|
147
|
+
|
|
148
|
+
**Demo Video (X/3)**
|
|
149
|
+
- Video quality and clarity
|
|
150
|
+
- Effective demonstration
|
|
151
|
+
|
|
152
|
+
**README (X/2)**
|
|
153
|
+
- Setup instructions clarity
|
|
154
|
+
- Project overview quality
|
|
155
|
+
|
|
156
|
+
## Summary
|
|
157
|
+
|
|
158
|
+
**Top Strengths:**
|
|
159
|
+
- [Key strengths]
|
|
160
|
+
|
|
161
|
+
**Critical Issues:**
|
|
162
|
+
- [Major problems that impact scoring]
|
|
163
|
+
|
|
164
|
+
**Recommendations:**
|
|
165
|
+
- [Specific improvement suggestions]
|
|
166
|
+
|
|
167
|
+
**Hackathon Readiness:** [Ready/Needs Work/Major Issues]
|