What problem does it solve? Developers juggling multiple projects lose context between sessions and forget open TODOs, unpushed commits, and past decisions. This Skill sweeps every project in ~/dev and produces a prioritized morning or context-switch brief so you can resume work immediately. ## Core Features & Use Cases - Cross-project sweep: Discovers all projects in ~/dev, reads TODOS.md or session logs, and reports branch, uncommitted files, unpushed commits, staleness, and release-pending signals per project. - Auto-reconciliation: Compares open TODOs against live git state and auto-resolves items like "push commits" or "commit changes" when git shows the work is done, with advisory fix-commit flags for possibly-resolved bugs. - Priority triage: Tiers every open TODO from Critical to Backlog using tags and keyword fallback, with an mtime-based cache to skip unchanged logs. - Use Case: Run /dev-brief on Monday morning to see all open TODOs across your repos tiered by urgency, then run /dev-brief myproject for a deep-dive with a ready-to-paste re-entry prompt. ## Quick Start Ask the AI to run /dev-brief to generate a prioritized brief of TODOs and git state across all projects in ~/dev.