Keep · memory SKILL.md
Saving workspace context: file-based agent memory across chats
WhenUse when a new chat would otherwise forget the last session's state.
StopWrite files. Do not rely on Bot chat history as memory.
Steps
- Check for a context/ directory — read files relevant to the current task
- Check for a product/project context file (e.g. .agents/product-marketing-context.md, PROJECT.md)
- Check domain dirs (companies/, docs/, research/)
- Check templates
Loadsaving-workspace-context SKILL.md. Workspace context files.
--- name: Saving workspace context: file-based agent memory across chats description: Use when a new chat would otherwise forget the last session's state. --- # Saving workspace context: file-based agent memory across chats When: Use when a new chat would otherwise forget the last session's state. Stop: Write files. Do not rely on Bot chat history as memory. 1. Check for a context/ directory — read files relevant to the current task 2. Check for a product/project context file (e.g. .agents/product-marketing-context.md, PROJECT.md) 3. Check domain dirs (companies/, docs/, research/) 4. Check templates Load: saving-workspace-context SKILL.md. Workspace context files.
