drift-check

Installation
SKILL.md

Drift Check

Detect when effort drifts from stated priorities.

Workflow

  1. Identify stated priorities — Find the user's declared priorities from:

    • Most recent weekly-plan.md or weekly-review-*.md in the vault
    • Any PRIORITIES.md, GOALS.md, or pinned notes
    • Sprint/milestone definitions
    • If none found, ask the user to state their top 3-5 priorities
  2. Measure actual effort — Analyze where time actually went:

    • git log --since="[period]" --stat across all repos under ~/broomva/
    • Count commits, lines changed, and files touched per project
    • Check vault note creation/modification dates and volumes
    • Look at conversation logs if available
Installs
1
Repository
broomva/skills
GitHub Stars
3
First Seen
May 31, 2026
drift-check — broomva/skills