What problem does it solve? Teams repeatedly make the same mistakes because corrections and successful patterns from conversations are never captured. This Skill analyzes conversations for learning signals and proposes structured updates to persistent knowledge files so insights survive across sessions. ## Core Features & Use Cases - Confidence-Scored Signal Detection: Classifies learnings as HIGH (user corrections), MEDIUM (praise, edge cases), or LOW (accumulated preferences) with explicit thresholds for when to propose changes. - Routed Knowledge Persistence: Directs learnings to the right target: agent-specific history.md files, team-wide decisions inbox, or skill improvement recommendations. - Approval-Gated Updates: Always presents proposed changes in a structured summary and waits for user confirmation before writing to any file. - Use Case: After a user corrects an agent ("No, use the code search tools first, grep is too slow"), the Skill captures a HIGH-confidence constraint and appends it to the agent's history.md so the mistake is never repeated. ## Quick Start Ask the agent to reflect on this session and capture any learnings from corrections or feedback into the squad knowledge files.