noteslisted
Install: claude install-skill thefilesareinthecomputer/dotagents
# Notes - session documentation sweep
A ping to stop and write down what this session actually produced, then fold it
into the repo's living documentation so the next session (yours or another
agent's) starts from current truth instead of stale files.
Run this when invoked as `/notes`, when the user asks to "take notes" / "update
the docs" / "write up the session", or proactively when wrapping up substantive
work.
**The sweep runs once, forward.** Steps 3 to 5 settle the `tasks/` bundle. Step 6
then checks `README.md` and `SPEC.md` for claims the session made false, and is
the only step that touches them. Finish a step and do not reopen it: if step 6
surfaces something that belongs in `plan.md`, add the line and keep going rather
than restarting the bundle. Root docs judged against an unsettled plan, then
judged again once it settles, is the rework this order exists to prevent.
If step 7's re-measure leaves a hot file over budget, trimming it further is a
bounded correction and is fine: a late trim to `plan.md` or `todo.md` cannot
invalidate a root doc. Reopening `README.md` or `SPEC.md` is not bounded, so it
means re-running step 6's heading map first.
## Step 1 - Reconstruct the session
Before touching any file, think back over the whole session and list, concretely:
- **Completed** - what got built, fixed, or shipped (with file paths).
- **Learned / discovered** - non-obvious facts about the codebase, tools, or
environment that weren't written down anywhere.
- **R