What problem does it solve? AI agents repeat the same mistakes across sessions because lessons from past workflows are never captured, so skill guidance stays stale and errors recur. ## Core Features & Use Cases - Multi-Memory Architecture: Stores reusable patterns in semantic memory, specific experiences in episodic memory, and live context in working memory under ~/.claude/memory/. - Evidence-Gated Learning: Extracts patterns from completed skill runs, tracks confidence scores, and writes proposal artifacts before any durable skill change. - Self-Correction & Validation: Captures error context from failed Bash commands, proposes corrected guidance, and validates updates with templates and human feedback. - Use Case: After a debugging session reveals an empty callback caused stale data, the agent records the episode, abstracts a callback-verification pattern, and proposes a checklist update to the debugger skill. ## Quick Start Ask the agent to self-improve by saying "self-improve" or "analyze today's experiences" after completing a high-signal workflow such as debugging or code review.