68 lines
866 B
Markdown
68 lines
866 B
Markdown
---
|
|
week: <% tp.date.now("[W]WW") %>
|
|
year: <% tp.date.now("YYYY") %>
|
|
type: weekly-review
|
|
---
|
|
|
|
# Week <% tp.date.now("WW") %> — <% tp.date.now("YYYY") %>
|
|
|
|
## 📊 Week in Review
|
|
|
|
### ✅ Wins
|
|
-
|
|
|
|
### ❌ What Did Not Happen
|
|
-
|
|
|
|
### 🔄 What I'd Do Differently
|
|
-
|
|
|
|
---
|
|
|
|
## 🚀 Projects Status
|
|
```dataview
|
|
table status, target
|
|
from "30 - Projects"
|
|
where status = "active"
|
|
sort file.mtime desc
|
|
```
|
|
|
|
---
|
|
|
|
## 📚 Learning This Week
|
|
**Books progressed:**
|
|
**Articles read:**
|
|
**Key insight:**
|
|
|
|
---
|
|
|
|
## 💡 Ideas Generated
|
|
-
|
|
|
|
## 🤝 Decisions Made
|
|
-
|
|
|
|
## 💰 Investment Activity
|
|
-
|
|
|
|
---
|
|
|
|
## 🎯 Next Week
|
|
**Top 3 priorities:**
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Must protect time for:**
|
|
|
|
**What to say no to:**
|
|
|
|
---
|
|
|
|
## 📈 Metrics
|
|
| Metric | Target | Actual |
|
|
|--------|--------|--------|
|
|
| Deep work hours | 20 | |
|
|
| Exercise sessions | 4 | |
|
|
| Book pages | 50 | |
|
|
| Notes created | 5 | |
|