Scan active projects for status, blockers, and next steps
Quick scan of all active projects to see what's stalled, blocked, or needs attention.
Checks each project in 04-Projects/ for:
List all projects in 04-Projects/:
ls -la 04-Projects/
For each project folder or file:
Activity Check:
7 days without activity = yellow
14 days without activity = red
Week Priorities Presence:
00-Inbox/Weekly_Plans.md for project mentionsBlocker Check:
Next Step Clarity:
### Project Health Dashboard
| Project | Status | Issue | Days Since Activity |
|---------|--------|-------|---------------------|
| [Project A] | 🟢 | On track | 2 |
| [Project B] | 🟡 | No active tasks | 8 |
| [Project C] | 🔴 | Blocked - waiting on [X] | 15 |
**Summary:** [N] projects ([X] 🟢 / [Y] 🟡 / [Z] 🔴)
For yellow projects:
For red projects:
Update System/usage_log.md to mark project health check as used.
Analytics (Silent):
Call track_event with event_name project_health_checked and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".