amplify_learn
Record mistakes, successes, and insights for Claude to recall in future sessions. Categorize with context, resolution, and prevention to improve learning over time.
Instructions
Record a lesson — a mistake, success, or insight — so Claude remembers it in future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name (e.g. 'my-app' or 'work/api-service'). | |
| type | No | Category of the lesson. | |
| title | Yes | Short, descriptive title. | |
| description | Yes | What happened and why it matters. | |
| context | No | Surrounding circumstances (optional). | |
| resolution | No | How the issue was resolved (optional). | |
| prevention | No | How to avoid this in future (optional). | |
| severity | No | Impact level. Defaults to 'medium'. | |
| tags | No | Tags for filtering (optional). | |
| trigger | No | The specific situation or action that triggers this lesson — useful for pattern detection (optional). | |
| pattern_key | No | v1.2.0 — explicit pattern grouping key (e.g. 'read-docs-before-coding'). When set, recording another lesson with the same key for this project bumps a frequency counter instead of creating a duplicate. Use this when the same lesson recurs with different wording each time. (optional) |