What problem does it solve? Starting a development session without context wastes time re-reading code and risks resuming work on the wrong branch. This Skill bootstraps each session by loading a curated project cache, the current TODO file, open concerns, and git branch state before any source code is touched. ## Core Features & Use Cases - Cache-First Context Loading: Reads a defined spine of project manifest, codebase docs, latest TODO file, and memory index, plus at most two additional docs under a token cap. - Remote Branch Resume: Fetches origin, identifies the newest remote branch by committer date, and prompts the user to switch to it before continuing. - Session Briefing: Synthesizes priorities, risks, numbered concerns, DDEV status, and AI engineering maturity indicators into a short briefing with suggested next actions. - Use Case: A developer returning to the ndestates-io project on Monday invokes this Skill to reload project context, discover that a teammate pushed a newer feature branch, and get a prioritized list of next actions. ## Quick Start Invoke the daily-standup-with-cache skill at the start of your session, optionally with a focus area like Frontend or tests, to load the project cache and resume the latest remote branch.