Automation
Nightly memory journal
Write the day's durable facts into agent memory each night.
What it asks you for
- Runsrequired
- When it writes.
- Worth keeping
- What kind of fact earns a memory.
What it tells the AI to do
Set up a nightly memory journal.
- Runs: {{ schedule.human }} ({{ schedule.timezone }}), cron `{{ schedule.cron }}`
- Keep: {{ keep | default("decisions, preferences, and durable facts") }}
Create it with `automation create`, passing the cron and timezone verbatim.
Each night, review the day and write only what will still be true in a month.
Decisions and their reasons, stated preferences, names and roles, constraints
that will bind again. Not status, not what was discussed, not what you did.
Write each as a standalone sentence that makes sense with no other context, and
check it against what memory already holds: update the existing entry rather
than adding a second one that contradicts it.
A memory that accumulates everything retrieves nothing.- automation
- memory
- journal
- nightly
More automation skills
- Do this on a scheduleSet up a recurring automation that runs without you.
- Daily briefingA short scheduled digest of only what changed and matters.
- Watch and alert meCheck a condition on a schedule and speak up only when it fires.
- Daily task standupA morning digest of what is due, late, and waiting on you.
- Competitor digestA recurring roundup of what named competitors changed.
- Tidy DriveFile loose documents on a schedule, and report what moved.