What problem does it solve? Valuable decisions, analyses, bug fixes, and progress updates made during AI conversations are lost when the session ends. This Skill scans the current conversation, classifies reusable knowledge, and persists it into a long-term Context Memory DB so it can be recalled in future sessions. ## Core Features & Use Cases - Automatic Knowledge Extraction: Scans the conversation for decisions, architecture analyses, technical debt, bug fixes, success patterns, progress tracking, CR findings, workflow runs, and performance baselines, each with a priority level. - Typed MCP Tool Routing: Maps each knowledge type to the correct MCP tool (add_context, add_tech, add_cr_issue, log_workflow, upsert_benchmark) with the right category and parameter conventions. - Deduplication Before Writing: Queries search_context, search_tech, search_debt, search_stories, and related tools to skip or update existing records instead of creating duplicates. - Use Case: After a long debugging and design session, invoke the skill to automatically distill the root cause, the chosen architecture decision, and the current progress into structured memory records with tags and related files. ## Quick Start Ask the AI to save the current conversation to the memory database, optionally specifying a type such as decisions or progress.