Record Learning Reflection & Self-Improvement
kilo_record_reflectionRecord correct approaches, wrong paths, skill ratings, and lessons learned in SQLite so Kilo-Kit improves across sessions.
Instructions
Record correct approaches, wrong paths/pitfalls encountered, skill ratings, and lessons learned into SQLite to drive Kilo-Kit's continuous self-improvement across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| taskMode | Yes | Task mode (e.g. 'bug', 'architecture', 'ui', 'feature-build'). | |
| sessionId | No | Optional session ID. | |
| taskSummary | Yes | Summary of the problem solved. | |
| lessonsLearned | Yes | Key invariant or takeaway for future tasks. | |
| correctApproach | Yes | The successful strategy, fix, or architectural pattern used. | |
| skillsEvaluated | No | Ratings and feedback for specific skills used. | |
| wrongPathsEncountered | Yes | Mistakes, wrong assumptions, or pitfalls encountered. |