---
name: "Saving workspace context: file-based agent memory across chats"
description: "Use when agent memory across chats must be file-based workspace context."
---

# 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.

## Steps
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.
