What problem does it solve? Agents working in a multi-agent hive lose context between sessions and miss coordination messages from other agents. This Skill runs the mandatory start-of-task protocol so every session begins with full awareness of prior memory and pending inbox messages. ## Core Features & Use Cases - Memory Loading: Reads $AGENT_DIR/memory.md to restore durable facts and decisions from prior sessions. - Inbox Processing: Lists and reads all unhandled messages in $AGENT_DIR/inbox/, acts on each one, and moves handled files into inbox/.done/. - Session Reporting: Summarizes memory contents and new messages, flagging assigned tasks relevant to the current session. - Use Case: At the start of a new task in a Munder Difflin hive, ask the agent to sync with the hive so it recalls prior decisions, picks up messages from teammate agents, and records outcomes back to memory before finishing. ## Quick Start Ask the agent to sync with the hive and check the inbox before starting the current task.