2025-09-13 12:20:50 -04:00
|
|
|
# Daily Review
|
|
|
|
|
|
|
|
|
|
Conduct an end-of-day review to capture progress and set up tomorrow.
|
|
|
|
|
|
|
|
|
|
## Review Process
|
|
|
|
|
|
|
|
|
|
1. **Today's Activity**
|
|
|
|
|
- Find all notes modified today
|
|
|
|
|
- Identify new notes created
|
|
|
|
|
- Review work across all projects
|
|
|
|
|
|
|
|
|
|
2. **Progress Assessment**
|
|
|
|
|
- What was accomplished?
|
|
|
|
|
- What got stuck or blocked?
|
|
|
|
|
- What unexpected discoveries emerged?
|
|
|
|
|
|
|
|
|
|
3. **Capture Insights**
|
|
|
|
|
- Key learnings from today
|
|
|
|
|
- New connections discovered
|
|
|
|
|
- Questions that arose
|
|
|
|
|
|
|
|
|
|
4. **Tomorrow's Setup**
|
|
|
|
|
- Top 3 priorities
|
|
|
|
|
- Open loops to close
|
|
|
|
|
- Questions to explore
|
|
|
|
|
|
|
|
|
|
## Output Format
|
|
|
|
|
|
|
|
|
|
Create or update a daily note with:
|
|
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
|
# Daily Review - [Date]
|
|
|
|
|
|
|
|
|
|
## Accomplished
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- ✓ [Completed item 1]
|
|
|
|
|
- ✓ [Completed item 2]
|
|
|
|
|
|
|
|
|
|
## Progress Made
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- [Project/Area]: [What moved forward]
|
|
|
|
|
- [Project/Area]: [What moved forward]
|
|
|
|
|
|
|
|
|
|
## Insights
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- [Key realization or connection]
|
|
|
|
|
- [Important learning]
|
|
|
|
|
|
|
|
|
|
## Blocked/Stuck
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- [What didn't progress and why]
|
|
|
|
|
|
|
|
|
|
## Discovered Questions
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- [New question that emerged]
|
|
|
|
|
- [Thing to research]
|
|
|
|
|
|
|
|
|
|
## Tomorrow's Focus
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
1. [Priority 1]
|
2025-09-15 08:49:07 -04:00
|
|
|
2. [Priority 2]
|
2025-09-13 12:20:50 -04:00
|
|
|
3. [Priority 3]
|
|
|
|
|
|
|
|
|
|
## Open Loops
|
2025-09-15 08:49:07 -04:00
|
|
|
|
2025-09-13 12:20:50 -04:00
|
|
|
- [ ] [Thing to remember]
|
|
|
|
|
- [ ] [Person to follow up with]
|
|
|
|
|
- [ ] [Idea to develop]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Additional Actions
|
|
|
|
|
|
|
|
|
|
- Move completed project tasks to archive
|
|
|
|
|
- Update project status notes
|
|
|
|
|
- Link related discoveries
|
2025-09-15 08:49:07 -04:00
|
|
|
- Flag items needing attention
|