Video 7: customize daily briefing, shutdown routine, and weekly review workflows

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Connor Rhodes 2026-04-04 18:27:41 -05:00
parent c489dcf963
commit 2c0468f691
4 changed files with 175 additions and 128 deletions

View file

@ -42,3 +42,16 @@
**Files updated:** AGENTS.md (Connected Tools section updated), skills/drafts-inbox removed, skills/_skill-index.md updated
---
## Video 7 — Building Workflows
**Date:** 2026-04-04
**Workflow type:** Weekly review (single session, typically Sunday, sometimes Saturday)
**Weekly review:** Reviews closing week against week note goals, two reflection questions, then plans new week and creates next week note at `~/notes/week_YYMMDD.md` (Monday date format)
**Daily briefing:** Pulls tasks from `~/notes/todo.md`, shows today's tasks, overdue items, and upcoming this week
**Shutdown routine:** Four steps: accomplishments review, victory lap (prompts voice journal), improvement reflection, plan tomorrow with one mandatory build/kaizen task
**Task store:** `~/notes/todo.md` (temporary; future: custom script to access task management program)
**Journal store:** Voice notes stored outside workspace (future: tool to access); assistant prompts the recording, does not save text
**Week notes:** `~/notes/week_YYMMDD.md` per week; template includes Goals, Notes, Reflection sections
**Files updated:** skills/daily-briefing/SKILL.md, skills/shutdown-routine/SKILL.md, skills/weekly-review/SKILL.md
---