What problem does it solve? AI coding assistants forget your preferences between sessions, forcing you to repeat corrections and restate how you like to work. This Skill stores your communication, technical, and workflow preferences in a persistent local profile so they apply automatically across sessions. ## Core Features & Use Cases - Preference Management: Show, update, and reset preferences for verbosity, confirmation thresholds, code style, frameworks, and testing approach stored in .agent/.user-profile.json. - Auto-Learning from Corrections: Detects correction patterns like "No, I meant..." or "Not X, use Y" and silently saves generalized rules, keeping a rolling window of the last 20 corrections. - Goal Tracking: Records active work goals with status and last-mentioned dates, auto-archiving stale ones. - Use Case: After telling your AI assistant "Remember I prefer functional style and concise explanations", future sessions load those preferences automatically, and repeated corrections like "use plural REST endpoints" are learned without being asked twice. ## Quick Start Ask the assistant to save your preferences, for example by saying "remember I prefer concise explanations and functional code style".