What problem does it solve? Resuming work after a break, context compaction, or switching between parallel worktrees wastes time reconstructing what was done, what is in flight, and what to do next. This Skill automates that reconstruction by auditing memory files, live git state, PR triage queues, and project boards, then delivering a single executive briefing. ## Core Features & Use Cases - Memory Continuity Ingestion: Reads the session handoff block in MEMORY.md and resolves the correct thread for the current session before anything else. - Live Git & Worktree Audit: Verifies branch, dirty files, worktrees, gone branches, and open PRs via git and gh commands. - PR Triage & Board Check: Runs the PR triage queue and lists In Progress/Blocked items on the GitHub project board. - Executive Briefing Output: Produces a structured health-status report ending with exactly one unambiguous next action and the command to run it. - Use Case: At the start of a coding session, invoke the catchup trigger to instantly learn that your branch is dirty, a PR review is pending triage, and the next action is to triage PR #42 before writing new code. ## Quick Start Ask the assistant to run the catchup briefing, for example by saying "catch me up on this repo and tell me what to do next".