One file per day. Captures the team’s to-dos, ad-hoc notes, what got done, and what’s next.
Conventions
- One file per day for the whole team — not one per person.
- Filename:
YYYY-MM-DD.md(ISO date, e.g.2026-04-17.md). - Author header names whoever started the file that day. Anyone can add to it; attribute each item with
Real Name (@handle)inline. - Sections: Tasks, Notes, Done today, Next. See
../../templates/daily-log.md.
Starting a new day
- Copy
../../templates/daily-log.mdtostatus/daily/<today>.md. - Fill in date + author.
- Drop in the tasks you intend to work on, attributed per person.
- Commit.
Linking
Every daily log lives two folders deep. From here, repo root is ../../. So:
[Item spec](../../docs/entities/1-work-hierarchy/item.md)
[Yesterday's log](./2026-04-16.md)
[Team](../../TEAM.md)Full cheat sheet in ../../templates/README.md.