What problem does it solve?
Ensures agents start with the correct shared context by loading team protocols, syncing persisted memory, and preloading agent-specific files so work begins from a consistent state.
Core Features & Use Cases
- Git-backed memory sync: Pull recent memory changes from a configured remote to update local agent state when available.
- Shared protocol ingestion: Read team-wide protocol documents to apply consistent behavior across agents.
- Selective memory preload: Load global and project memory files marked for the agent, skipping files not intended for preload.
- Use Case: When an agent pod or local workstation spawns, run the boot sequence to synchronize shared memory, read protocols, preload agent-specific knowledge, and check recent code commits before accepting tasks.
Quick Start
Load the boot skill to sync shared memory, read team protocols, and preload your agent-specific memory before beginning work.