log-itlisted
Install: claude install-skill AndrewDongminYoo/cc-agents-kit
# Log It
## Overview
A session produces facts with different lifetimes and different readers.
Logging them means routing each fact to the store whose reader needs it — never writing one narrative in the most convenient place.
## Route each fact by who must see it
| The fact is... | Write to | Its reader |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| What the next session in THIS project must know at start (convention, gotcha, state) | project memory `~/.claude/projects/<slug>/memory/`, per the memory system prompt | auto-loaded via MEMORY.md |
| A pattern that holds beyond this project | a cross-project store you keep outside any one repo — or, for agent-behaviour guidance confirmed in 2+ projects, `~/.claude/rules/` | whatever retrieves precedent for you |
| Unfinished