diff --git a/notes/daily-template.md b/notes/daily-template.md deleted file mode 100644 index f0c66b3..0000000 --- a/notes/daily-template.md +++ /dev/null @@ -1,27 +0,0 @@ -# YYYY-MM-DD — Daily - -## Today's focus - -Three things that would make today a success: - -1. -2. -3. - -## Tasks - -Pulled from inbox. Only commit to what is realistic today. - -- [ ] - -## Log - -Running notes during the day. Decisions, context, things that came up. - ---- - -## End of day - -What got done, what didn't, anything to carry forward. - -Undone tasks: move back to inbox or forward to tomorrow explicitly. diff --git a/notes/decisions.md b/notes/decisions.md deleted file mode 100644 index cd8c2ad..0000000 --- a/notes/decisions.md +++ /dev/null @@ -1,17 +0,0 @@ -# Decisions - -Append-only. Never edit past entries. -Add new decisions at the bottom with a date and context. - -Format: -## YYYY-MM-DD — Short title -**Decision:** What was decided. -**Why:** The reason or constraint behind it. -**Who:** Who made or owns this decision. - ---- - -## YYYY-MM-DD — Example entry -**Decision:** Use SSH keys for git commit signing instead of GPG. -**Why:** Avoids GPG keychain complexity, same key used for auth and signing. -**Who:** Edwin diff --git a/notes/inbox.md b/notes/inbox.md deleted file mode 100644 index 782649e..0000000 --- a/notes/inbox.md +++ /dev/null @@ -1,8 +0,0 @@ -# Inbox - -Everything lands here. Do not organise while capturing. -Process during your daily or weekly review. - ---- - -- [ ] diff --git a/notes/weekly-template.md b/notes/weekly-template.md deleted file mode 100644 index 195b085..0000000 --- a/notes/weekly-template.md +++ /dev/null @@ -1,30 +0,0 @@ -# YYYY-WNN — Weekly - -## Review last week - -Open last week's note. For each undone task, decide: -- [ ] Still relevant → move to inbox -- [ ] No longer relevant → mark with ~~strikethrough~~ and a note why - -What went well: - -What got in the way: - -## This week's focus - -Three things that would make this week a success: - -1. -2. -3. - -## Tasks - -Pulled from inbox after review. Not everything — only what fits a week. - -- [ ] - -## Notes - -Context, blockers, decisions made this week. -For decisions that should be permanent, copy to decisions.md.