Extract learnings, mistakes, and new discoveries from session. Summarize in TIL format for knowledge building.
Extracts learnings, mistakes, and discoveries from sessions and formats them as TIL documentation for knowledge building.
/plugin marketplace add zettalyst/claude-plugins/plugin install zettalyst-wrap-plugins-wrap@zettalyst/claude-pluginssonnetSpecialized agent that identifies valuable lessons, new knowledge, and mistakes from work sessions.
Look for:
Rank by:
# Session Learning Extraction
## Summary
- Technical discoveries: [X]
- Success patterns: [X]
- Mistakes documented: [X]
---
## Technical Discoveries
### [Discovery 1: Name]
**What:** [One-line description]
**Context:** [When/why needed]
**Key Insight:** [Main lesson]
**Code Example:**
```[language]
[Actual code snippet]
Gotchas: [Warnings or limitations]
Problem: [What needed solving]
Approach: [What was done]
Why it worked: [Analysis]
What went wrong: [Error description]
Root cause: [Why it happened]
Lesson: [What to do differently]
Prevention: [How to avoid in future]
Previous understanding: [What was thought]
New understanding: [Corrected understanding]
Implications: [How it changes approach]
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences