vault backup: 2026-08-05 17:55:33
This commit is contained in:
@@ -1,35 +1,78 @@
|
||||
# {{date}}
|
||||
<%*
|
||||
const date = tp.date.now("YYYY-MM-DD");
|
||||
const year = tp.date.now("YYYY");
|
||||
|
||||
## Legend
|
||||
🟢 On Track / Healthy
|
||||
🟡 Attention
|
||||
🟠 At Risk
|
||||
🔴 Critical / Off Track
|
||||
⚪ Unknown
|
||||
await tp.file.move(
|
||||
`20 Work/Journal/${year}/${date}`
|
||||
);
|
||||
-%>
|
||||
|
||||
## What Happened
|
||||
# <% tp.date.now("dddd, MMMM Do YYYY") %>
|
||||
|
||||
-
|
||||
← [[<% tp.date.now("YYYY-MM-DD",-1) %>]] | **Week <% tp.date.now("WW") %>** | [[<% tp.date.now("YYYY-MM-DD",1) %>]] →
|
||||
|
||||
## Decisions
|
||||
---
|
||||
|
||||
-
|
||||
## Meetings
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Significant Events
|
||||
|
||||
<% tp.file.cursor() %>
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Decisions Made
|
||||
|
||||
- [[]]
|
||||
|
||||
---
|
||||
|
||||
## People / Management
|
||||
|
||||
-
|
||||
Feedback given, coaching moments, observations.
|
||||
|
||||
## What I Learned
|
||||
-
|
||||
|
||||
-
|
||||
---
|
||||
|
||||
## What I Could Have Done Better
|
||||
## Projects
|
||||
|
||||
-
|
||||
Important project changes only.
|
||||
|
||||
## Follow-up
|
||||
-
|
||||
|
||||
- [ ]
|
||||
---
|
||||
|
||||
## Leadership Reflection
|
||||
|
||||
### What surprised me today?
|
||||
|
||||
-
|
||||
|
||||
### What did I learn today?
|
||||
|
||||
-
|
||||
|
||||
### What would I do differently next time?
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Follow-ups
|
||||
|
||||
> Only actions that still belong to me.
|
||||
> Everything else should already be in **Twos**, **Jira**, or **Monday**.
|
||||
|
||||
- [ ]
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
|
||||
Reference in New Issue
Block a user