Loading...
Loading...
V1.0 - Helps AI agents troubleshoot difficult tasks and record lessons learned into persistent memory to prevent future mistakes and enable continuous improvement.
npx skill4agent add hemsoft/public-skills self-reflection### {Date} - {Task/Tool Name}
- **Issue**: {Brief description of the hiccup}
- **Root Cause**: {Why it happened}
- **Lesson**: {Actionable instruction for future self}memories/lessons-learned.mdmemories/troubleshooting/### 2026-01-30 - File Path Verification
- **Issue**: Assumed a config file existed at the expected path without checking
- **Root Cause**: Made an assumption based on typical project structure instead of verifying
- **Lesson**: Always use `test -f` or equivalent to verify file existence before attempting to read or modify| Category | Example | Prevention |
|---|---|---|
| Assumption | Assumed file exists | Verify before acting |
| Misread | Misunderstood user intent | Clarify ambiguous requests |
| Tool Misuse | Wrong parameters | Check tool documentation |
| Fabrication | Made up a count or path | Always verify with tools |
| Incomplete | Missed a step | Review checklist before completing |