Files
everything-claude-code/.kiro/hooks/session-summary.kiro.hook
Himanshu Sharma bacc585b87 Add Kiro steering files, hooks, and scripts (#812)
Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
2026-03-22 21:55:47 -07:00

14 lines
474 B
Plaintext

{
"name": "session-summary",
"version": "1.0.0",
"enabled": true,
"description": "Generate a brief summary of what was accomplished after agent execution completes",
"when": {
"type": "agentStop"
},
"then": {
"type": "askAgent",
"prompt": "Provide a brief 2-3 sentence summary of what was accomplished in this conversation. Focus on concrete outcomes: files created/modified, problems solved, decisions made. Keep it concise and actionable."
}
}