What problem does it solve?
This skill eliminates the need for manual documentation of learnings, errors, user corrections, and feature requests, enabling the aggregation of structured information into a dedicated directory. It helps in identifying patterns, promoting repetitive learnings, and fostering continuous improvement in projects.
Core Features & Use Cases
- Structured Documentation: Automatically records learnings, errors, and feature requests into a designated
.learnings/ directory with structured formatting.
- Pattern Detection: Identifies repetitive learnings and promotes them to project documentation or new skills.
- Continuous Improvement: Facilitates the process of learning from past experiences and applying them to current and future projects.
Quick Start
Create a .learnings/ directory in your project root and run the setup command to initialize the templates.
mkdir -p .learnings
cp <skill_assets>/LEARNINGS.md .learnings/LEARNINGS.md
cp <skill_assets>/ERRORS.md .learnings/ERRORS.md
cp <skill_assets>/FEATURE_REQUESTS.md .learnings/FEATURE_REQUESTS.md