diff --git a/.obsidian/plugins/iconic/data.json.backup2 b/.obsidian/plugins/iconic/data.json.backup2 index ed37cf0..235dd48 100644 --- a/.obsidian/plugins/iconic/data.json.backup2 +++ b/.obsidian/plugins/iconic/data.json.backup2 @@ -28,7 +28,29 @@ }, "appIcons": {}, "tabIcons": {}, - "fileIcons": {}, + "fileIcons": { + "00 Inbox": { + "icon": "lucide-inbox" + }, + "10 Knowledge": { + "icon": "lucide-school" + }, + "20 Work": { + "icon": "lucide-building" + }, + "30 Personal Projects": { + "icon": "lucide-user" + }, + "40 Journal": { + "icon": "lucide-pen-tool" + }, + "50 Principles": { + "icon": "lucide-star" + }, + "90 Archives": { + "icon": "lucide-archive" + } + }, "bookmarkIcons": {}, "tagIcons": {}, "propertyIcons": {}, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 6b02182..b2071fa 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "10 Knowledge/Templates/Untitled.md", + "file": "10 Knowledge/Templates/Weekly Review Template.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Untitled" + "title": "Weekly Review Template" } } ] @@ -199,7 +199,7 @@ "active": "579a503273b0c5ec", "lastOpenFiles": [ "10 Knowledge/Templates/Employe - Team Template.md", - "10 Knowledge/Templates/Untitled.md", + "10 Knowledge/Templates/Weekly Review Template.md", "20 Work/Weekly Review", "10 Knowledge/Templates/Meeting Template.md", "10 Knowledge/Templates/Project Template.md", diff --git a/10 Knowledge/Templates/Untitled.md b/10 Knowledge/Templates/Untitled.md deleted file mode 100644 index e69de29..0000000 diff --git a/10 Knowledge/Templates/Weekly Review Template.md b/10 Knowledge/Templates/Weekly Review Template.md new file mode 100644 index 0000000..c7ff456 --- /dev/null +++ b/10 Knowledge/Templates/Weekly Review Template.md @@ -0,0 +1,259 @@ +# Weekly Review - YYYY-MM-DD (Week XX) + +## 🎯 Executive Summary (2-3 sentences) + +Overall health of the department: + +Traffic light: 🟢 / 🟡 / 🔴 + +This week's headline: +- + +--- + +# Wins 🏆 + +Things that moved the company forward. + +- +- +- + +--- + +# Risks ⚠️ + +What keeps me awake? + +| Risk | Impact | Mitigation | Owner | +|------|--------|------------|-------| +| | | | | + +--- + +# Team 👥 + +## Team health + +Overall morale: +🟢 High +🟡 Normal +🔴 Low + +### Coaching / Recognition + +Who deserves recognition? + +- + +Who needs coaching? + +- + +Any conflicts? + +- + +Any hiring concerns? + +- + +--- + +# Projects 📁 + +| Project | Status | Next Milestone | Blocker | +|----------|--------|----------------|----------| +| | 🟢 | | | +| | 🟡 | | | +| | 🔴 | | | + +Projects slipping: + +- + +Projects completed: + +- + +--- + +# Vendors 🤝 + +Any issue? + +Renewals coming? + +Invoices pending? + +Contract risks? + +- + +--- + +# KPIs 📈 + +Important numbers this week. + +- + +- + +- + +Anything unusual? + +- + +--- + +# Decisions Made + +Decision | Why +---------|---- +| | + +--- + +# Decisions Needed + +What decisions must be made next week? + +- + +- + +--- + +# Meetings + +Which meetings created value? + +- + +Which meetings should disappear? + +- + +Which meetings could become: + +- Slack +- Email +- Dashboard +- Monthly instead of weekly + +--- + +# Delegation + +What did I unnecessarily do myself? + +- + +What should be delegated next week? + +- + +--- + +# Learning + +Books + +Articles + +Podcasts + +Lessons learned + +- + +--- + +# Process Improvements + +Something that annoyed me this week. + +How can I make sure it never happens again? + +- + +--- + +# CEO Questions + +If the CEO walked in Monday morning, what questions might they ask? + +1. + +2. + +3. + +Do I already know the answers? + +--- + +# Top Priorities Next Week + +1. + +2. + +3. + +--- + +# Personal Reflection + +Energy (1-10): + +Stress (1-10): + +Biggest accomplishment: + +Biggest mistake: + +One thing to improve next week: + +--- + +# Parking Lot + +Random ideas to revisit later. + +- + +- + + +# CTO Development + +Leadership + +- + +Technology + +- + +Business + +- + +Finance + +- + +Communication + +- + +One thing I did this week that made me more like a CTO: + +- + +One thing I did this week that kept me acting like an individual contributor: + +- \ No newline at end of file