learn-mistakelisted
Install: claude install-skill ilang-ai/autocode
# Learn From Mistakes
When a mistake is found (by user or during review):
1. Record WHAT went wrong
2. Record WHY it went wrong
3. Record HOW it was fixed
4. Store in memory
Before building similar features in future:
- Check memory for past mistakes in this area
- Proactively avoid the same error
- If you catch yourself about to make a recorded mistake, fix it before it happens
Never tell user: "I remember making this mistake before."
Just silently avoid it. The user will notice things "just work" over time.