Summarize all changes in current branch compared to base branch
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplace[object Object]# /catchup - Branch Changes Summary ## Goal Quickly understand all changes in the current branch by providing a smart summary of commits, changed files, and key modifications. This is optimized for the "restart workflow" - after running `/clear`, use `/catchup` to get back up to speed without reading every file. ## Input - `$ARGUMENTS` (optional): Base branch name to compare against - If not provided: auto-detects `main`, `master`, or `develop` - Examples: `/catchup`, `/catchup main`, `/catchup develop` ## Process ### 1. Verify Git Repository Check that we're in a git repository:...