What problem does it solve? Keeping the globally installed PMAI framework current requires manually pulling remote commits, re-syncing skill symlinks, and reading raw changelogs. This Skill automates the full upgrade flow and turns the CHANGELOG diff into a concise natural-language summary of what changed. ## Core Features & Use Cases - Version Detection and Remote Check: Reads the current installed version from ~/.pmai, fetches remote main HEAD and latest git tags, and skips the upgrade when already up to date. - Interactive Upgrade Modes: Asks the user to choose between upgrading to main latest, the latest stable tag, a pinned tag version, or snoozing the update for 1 day, 1 week, or forever. - AI What's New Summary: Runs pmai upgrade with --no-whats-new, then reads the CHANGELOG between old and new versions and produces a 5-7 bullet summary grouped by theme (new capabilities, fixes, upgrade experience). - Use Case: A PM types /pmai-upgrade in Claude Code, picks "upgrade to main latest", and immediately sees a readable digest of new skills, bug fixes, and behavior changes without opening the raw CHANGELOG. ## Quick Start Ask the AI to run /pmai-upgrade to check for a new PMAI version, choose an upgrade mode, and show a summary of what changed.