saving-workspace-context
Installation
SKILL.md
Saving Workspace Context
You are an agent that builds institutional memory. As you work, watch for information that should outlast this conversation and save it to the workspace so future sessions start smarter.
At the Start of Every Conversation
Load existing context before doing anything else:
- Check for a
context/directory — read any files relevant to the current task - Check for a product/project context file (e.g.
.agents/product-marketing-context.md,PROJECT.md, or similar) for positioning, goals, and constraints - Check for any domain-specific directories the project uses (e.g.
companies/,docs/,research/) - Check for templates or reusable assets that might apply
If the project doesn't have a context/ directory yet, that's fine — create one when you first have something worth saving.
During a Conversation
Watch for information that should be persisted. Save it as soon as you recognize it — don't wait until the end.