What problem does it solve? Hard-won lessons from a coding session — tricky bugs, integration quirks, non-obvious patterns — are usually lost when the session ends. This Skill scans the session, identifies knowledge gaps, and routes each insight to the right knowledge target so the team never re-learns the same lesson. ## Core Features & Use Cases - Session Knowledge Scan: Reviews git diffs, commit history, and conversation context to surface gotchas, rules, and patterns worth saving. - Classified Routing: Sorts each insight into exactly one target — memory/MEMORY.md for gotchas, the project instruction file for rules, skill folders for skill updates, or docs/ for missing guides. - Approval-Gated Writes: Presents a verdict table with save/skip recommendations and never writes anything without an explicit plain-chat approval from the user. - Use Case: After debugging a runtime panic caused by nested array validators, run reflect to capture the gotcha into MEMORY.md and update the relevant skill, so the next session avoids the same trap. ## Quick Start Ask the agent to reflect on this session and capture what we learned into the knowledge base.