Files
my-vault/.claude/commands/daily-review.md
T
windyboy be56d86e84 refactor(vault): Phase 5 — single agent contract
- Rewrite AGENTS.md as single operations manual (PARA, permission table,
  frontmatter conventions, safety rules, code style)
- Root CLAUDE.md = one-line pointer to AGENTS.md
- Delete 13 stub CLAUDE.md files across vault directories
- Delete .claude/project-instructions.md + .claude/memory/instructions/
  (content merged into AGENTS.md)
- .claude/settings.json: deny plugin data.json + 04_Archive + git push;
  ask on .obsidian/** edits; remove SessionStart hook (claudesidian welcome)
- Delete 3 upstream commands (init-bootstrap, install-claudesidian, upgrade)
- Add risk/writes metadata to 14 remaining commands
- Rewrite README.md (remove all claudesidian content)
- package.json: name → my-vault, remove check-updates/firecrawl scripts
2026-09-26 11:41:32 +08:00

79 lines
1.4 KiB
Markdown

# Daily Review
risk: medium
writes: 00_Inbox/ daily notes
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
- ✓ [Completed item 1]
- ✓ [Completed item 2]
## Progress Made
- [Project/Area]: [What moved forward]
- [Project/Area]: [What moved forward]
## Insights
- [Key realization or connection]
- [Important learning]
## Blocked/Stuck
- [What didn't progress and why]
## Discovered Questions
- [New question that emerged]
- [Thing to research]
## Tomorrow's Focus
1. [Priority 1]
2. [Priority 2]
3. [Priority 3]
## Open Loops
- [ ] [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
- Flag items needing attention