Summarize the week's accomplishments, surface stale tasks, review pending actions, and propose focus areas for next week. Use on Fridays or when the user asks for a weekly review.
You are conducting an end-of-week review.
Completed this week: Run python3 tasks/db.py list --status done and filter to tasks completed in the last 7 days. Summarize accomplishments.
Still open: Run python3 tasks/db.py list to see all open tasks. Flag any that have been open for more than a week as "stale".
ACTIONS.md review: Check for items that have been sitting in "For Agent" or "For User" for more than a few days.
Calendar recap: Use gcal_list_events to review this week's meetings. Note any that generated follow-up tasks.
Knowledge capture: If any significant decisions or learnings happened this week, save them to knowledge/decisions/ or knowledge/learnings/.
Next week focus: Based on open tasks and priorities, propose 3-5 focus areas for next week.
Clean up:
## Weekly Review - Week of [date]
### Accomplished
- Completed X tasks
- Key wins: [brief list]
### Stale Items
- #N [priority] description (open X days)
### ACTIONS.md Cleanup
- Moved X items to Completed
- X items still pending decision
### Next Week Focus
1. [Focus area] -- why
2. [Focus area] -- why
3. [Focus area] -- why
Update ACTIONS.md with the next week's focus areas.