focus

Installation
SKILL.md

GTD Focus

Scan all project files, rank unchecked tasks, return today's top 3-5. Read-only — no writes to vault.

Instructions

  1. Get today's date (ISO format YYYY-MM-DD)
  2. Read today's coaching pulse (optional): /home/mat/dev/gtd-pcm/06-coaching/daily/YYYY-MM-DD.md
    • Extract energy: field (1-10). If file missing or field absent, skip energy filter.
  3. Glob all project task files: 03-projects/*/01-*.md under /home/mat/dev/gtd-pcm/
  4. Read ALL matched files in parallel (single message, multiple Read calls). Parse unchecked tasks (- [ ] ...) with section + tags.
  5. Score each task (see Ranking Algorithm)
  6. If pulse available: apply energy filter
  7. Sort descending, take top 3-5
  8. Output focus list with staleness flags

Ranking Algorithm

Score = project_priority × section_weight × tag_weight

Installs
2
GitHub Stars
20
First Seen
Apr 2, 2026
focus — digital-stoic-org/agent-skills