Capture learnings from completed work for future reference
Capture what you learned from completing work. This is the "compound" step—making future similar work easier.
$WORK_COMPLETED: What did you just complete? (project milestone, tricky problem, meeting, workflow improvement, etc.)
Ask the user (or extract from recent work context):
What was the situation?
What approach worked?
What would you do differently?
What's reusable?
Store in: 06-Resources/Learnings/[Category]_Learnings.md
Categories:
Working_Preferences - How you like to work, communication style, tool preferencesMistake_Patterns - Common errors to avoid, with triggers and correctionsCreate new category files as needed for domain-specific learnings.
Append to the appropriate file:
---
## [Short Title] — [Date]
**Context:** [1 sentence on what you were doing]
**Challenge:** [What was tricky or non-obvious]
**What Worked:**
[The approach that succeeded]
**Key Insight:**
> [The memorable takeaway—something you'd tell past-you]
**See Also:** [Related notes if any]
If the learning relates to:
"The palest ink is better than the best memory." — Chinese proverb
This isn't documentation for others—it's a gift to future-you. Be specific. Include the gotcha. Make it searchable.
Update System/usage_log.md to mark learning capture as used.
Analytics (Silent):
Call track_event with event_name insight_saved and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".