What problem does it solve? Starting a daily development session often requires manually checking remote branches, reviewing cached context, and reconstructing what was worked on last. This Skill automates that routine by producing a concise standup briefing at the start of each session. ## Core Features & Use Cases - Remote Branch Reporting: Runs git fetch origin --prune and identifies the latest remote branch worked on by committer date. - Branch Comparison: Reports current branch versus remote-last, local-last, and TODO branch so you instantly see where work stands. - Cache and TODO Briefing: Loads cached session context and TODO items to resume work quickly. - Use Case: A developer opens their editor each morning, invokes the standup skill with an optional focus like 'tests' or 'deploy', and immediately receives a summary of the latest remote branch activity plus pending TODOs. ## Quick Start Start my daily standup session with a focus on deploy and show me the latest remote branch status.