What problem does it solve? Lessons learned during agent sessions are lost when the session ends. This Skill captures durable decisions, failures, and patterns as structured episodes in .azoth/memory/episodes.jsonl so knowledge persists across sessions. ## Core Features & Use Cases - Episode Capture: Append typed episodes (success, failure, decision, pattern, observation) with lessons, tags, and context to an append-only JSONL store. - Auto-Classification: Classify each episode by scope, reuse potential, and maturity to recommend a future home without triggering automatic promotion. - Promotion Proposals: Surface patterns reinforced across 2+ episodes as human-approved promotion proposals for skills, agents, or pattern files. - Use Case: At the end of a coding session where a TDD approach caught three edge cases, capture a success episode with specific lessons and tags so future sessions can surface and reinforce it. ## Quick Start Ask the agent to remember what was learned in this session by capturing an episode with the key lessons and tags.