plugin-apply-lessons-learned
Installation
SKILL.md
Apply Lessons Learned Skill
Read lessons learned via manage-lessons skill and apply them to component documentation.
Lesson lifecycle: Unapplied lessons live as files in .plan/local/lessons-learned/. Once a lesson is applied, it is moved into a plan directory (the plan that consumes it carries the lesson-{id}.md file along when archived). Therefore, "unapplied lessons" is simply "the set of files currently in .plan/local/lessons-learned/".
Usage
# Apply lessons to specific component
/plugin-apply-lessons-learned command=maven-build-and-fix
/plugin-apply-lessons-learned agent=maven-builder
/plugin-apply-lessons-learned skill=builder-maven-rules
# Apply all unapplied lessons across components
/plugin-apply-lessons-learned --all
# List unapplied lessons (dry-run)
/plugin-apply-lessons-learned --list