From pro-workflow
Captures coding mistakes as persistent, categorized rules with mistake and correction. Proposes formatted [LEARN] entries for user approval before storing/retrieving.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowThis skill uses the workspace's default tool permissions.
Capture a lesson from the current session into permanent memory.
Detects user corrections, generalizes them into categorized rules, and stores in MEMORY.md to compound knowledge and reduce mistakes over sessions. Activates on corrections or memory phrases.
Captures lessons from code reviews, error corrections, and convention violations as persistent rules saved to global, project, or category config files. Triggers on /evolve or phrases like 'we should remember this' for recurring patterns.
Captures and reviews lessons learned from coding sessions in ~/.claude/lessons.md. Structures insights on bugs, patterns, tools; enables grep searches, AI audits, and automation into git hooks/snippets.
Share bugs, ideas, or general feedback.
Capture a lesson from the current session into permanent memory.
Use when the user says "remember this", "add to rules", "don't do that again", or after a mistake is identified.
[LEARN] Category: One-line rule
Mistake: What went wrong
Correction: How it was fixed
| Category | Examples |
|---|---|
| Navigation | File paths, finding code, wrong file edited |
| Editing | Code changes, patterns, wrong approach |
| Testing | Test approaches, coverage gaps, flaky tests |
| Git | Commits, branches, merge issues |
| Quality | Lint, types, style violations |
| Context | When to clarify, missing requirements |
| Architecture | Design decisions, wrong abstractions |
| Performance | Optimization, O(n^2) loops, memory |
Recent mistake: Edited wrong utils.ts file
[LEARN] Navigation: Confirm full path when multiple files share a name.
Add to LEARNED section? (y/n)
[LEARN] rule with category