Use this skill periodically to maintain the quality of the learnings knowledge base.
Workflow
- Scan all files in
docs/learnings/ (excluding archived/).
- For each lesson, assess:
- Is it still relevant to the current codebase and workflow?
- Has it been outdated by newer work, skill changes, or rule changes?
- Does it overlap substantially with another lesson?
- Has the recommendation (if any) been actioned into a skill or rule update?
- Classify each lesson into one of:
- keep: still accurate and useful, no changes needed
- update: correct but needs revision (e.g., new context, better example)
- consolidate: merge with one or more overlapping lessons
- archive: no longer relevant; move to
docs/learnings/archived/
- delete: factually wrong or completely superseded
- Present findings to the user in a summary table before making any changes.
- Only proceed with changes after user approval.