learn
FeaturedOptionally mine bounded episodes, verdicts and corrections after the critical path. Triggers: "learn from verdicts", "mine validation history".
Install
Quality Score: 94/100
Skill Content
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 10 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
memory
Recall reviewed lessons or deliberately mine and curate experience. Use when: prior evidence can change an action, or learning is requested; no mandatory recall or lesson.
reflect
Distill this session's lessons (corrections, verification failures, surprises, wasted paths) into structured entries in .claude/memory/LEARNINGS.md.
learn
Log a durable process or meta lesson — what happened, what to do differently, and why. Dual-writes a human-readable prose entry to runtime/learnings.md AND one structured JSON record to learnings/log.jsonl (same key, same schema), under the provenance guard — a lesson is durable only if it traces to a real, un-invalidated event. Enforces the anti-poison rule (no transient errors, no "X doesn't work" capability claims). A learning is about HOW TO OPERATE, never a fact about your business — facts go to wiki/ via /capture. Trigger on "log a learning", "note this lesson", "remember not to do that again", or a mistake/insight worth not repeating.