learn-mistake · git:20260317.255bfa9 · 2026-03-17 · sha256 873a289cb34254c3
learn-mistake git:20260317.255bfa9A
Immutable. This exact content is served forever at /api/v1/blob/873a289cb34254c3.
--- name: learn-mistake description: Remember mistakes and never repeat them. Each error makes the AI better for this specific user. --- # 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.