Working Memory

Maintain a project's mid-term working memory — a WORKING.md file in the repo holding the current stage's state (decision log, what was tried and failed, what's next) so it survives context compaction and new sessions. Use to set up WORKING.md in a project, to read it at the start of a session, to checkpoint progress into it after a meaningful step or before /compact, and to consolidate settled conclusions into long-term assistant memory (then reset WORKING.md) when a stage completes. Triggers: "set up working memory", "checkpoint", "save state", "resume where we left off", "consolidate memory", "end of stage", or a mention of WORKING.md.

ikotelkin 8666afa 5 files · 9.9 KB Updated

File contents

ikotelkin/claude-skills/tree/main/skills/working-memory commit 8666afa9cb

Frequently asked questions

npx skillmds@latest add ikotelkin/working-memory