rseng-lessons-learned
SolidCovers capturing and reusing what a project learns: a lessons-learned record fed from debugging sessions, code review findings, failed and successful research approaches, incidents and near-misses; blameless postmortems for the big ones; retrospectives on a cadence; and routing each lesson into the artifact that prevents its repetition (test, doc, checklist, onboarding note). Use PROACTIVELY when a nontrivial bug is fixed, a review uncovers a recurring pattern, an approach is abandoned, or an incident is resolved - and when the user asks to record a lesson, run a retrospective or postmortem, wants a LESSONS or NOTES file, or asks why the same mistake keeps happening.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- fdiblen
- Repository
- fdiblen/rseng-agent-skills
- Created
- 4 days ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
lesson-keeper
Record, consolidate, and prune the hard-won lessons in .claude/lessons/. Use when a non-obvious failure has just been resolved, when the lessons audit reports warnings, or when asked what has been learned in this project.
lesson-extraction
Captures lessons from completed work into structured drafts in .devt/state/lessons.yaml — what worked, what failed, non-obvious discoveries. Curator gate-promotes drafts into .devt/memory/lessons/LES-NNNN.md. Use when the user says "what did we learn", "capture this lesson", "remember this for next time", or wants a session retrospective. Distinct from memory query (search existing) and autoskill (improve plugin).