record_mistake
Record mistakes with root cause and fix to prevent recurrence. Strengthen reasoning by documenting each failure.
Instructions
TRIGGER: Call this EVERY TIME you resolve a bug or make a mistake. 🛡️ Record a mistake so it NEVER happens again. The immune system gets stronger with every failure. Args: mistake: What went wrong root_cause: WHY it went wrong fix: How it was fixed severity: low/medium/high/critical tags: Comma-separated tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | Yes | ||
| tags | No | ||
| mistake | Yes | ||
| severity | No | medium | |
| root_cause | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |