memory-sync
Installation
SKILL.md
When to Use
Invoke at the end of every session or after completing a major task. This is how agents "remember" context across conversations — without this, every session starts from zero.
Memory File Location
Each agent's memory lives at:
~/.ai-software-agency/memory/<agent-name>/MEMORY.md
Examples:
~/.ai-software-agency/memory/ceo/MEMORY.md~/.ai-software-agency/memory/product-manager/MEMORY.md~/.ai-software-agency/memory/uiux-designer/MEMORY.md~/.ai-software-agency/memory/fullstack-developer/MEMORY.md~/.ai-software-agency/memory/qa-lead/MEMORY.md