move note templates to ~/notes/templates
This commit is contained in:
@@ -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.
|
|
||||||
@@ -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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# Inbox
|
|
||||||
|
|
||||||
Everything lands here. Do not organise while capturing.
|
|
||||||
Process during your daily or weekly review.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
@@ -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.
|
|
||||||
Reference in New Issue
Block a user