reflect
Installation
SKILL.md
Reflect Skill
Purpose
This skill captures learnings, patterns, gotchas, and decisions after a feature is complete. Reflections are stored in .agent/memory/reflections/ and indexed for future agent queries.
Based on the Reflection Loop pattern for iterative improvement through self-feedback.
When to Invoke
- After
@code-reviewapproves the implementation - After a feature is merged
- After resolving a significant bug or issue
- When explicitly asked to document learnings