init
This commit is contained in:
27
notes/daily-template.md
Normal file
27
notes/daily-template.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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.
|
||||
17
notes/decisions.md
Normal file
17
notes/decisions.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
8
notes/inbox.md
Normal file
8
notes/inbox.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Inbox
|
||||
|
||||
Everything lands here. Do not organise while capturing.
|
||||
Process during your daily or weekly review.
|
||||
|
||||
---
|
||||
|
||||
- [ ]
|
||||
30
notes/weekly-template.md
Normal file
30
notes/weekly-template.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user