Help us improve
Share bugs, ideas, or general feedback.
From gtd
Scans GTD project Markdown files for unchecked tasks, ranks by project priority, section weights, and tags, outputs top 3-5 daily focus items with staleness flags. Useful for 'focus' or 'today's tasks' queries.
npx claudepluginhub digital-stoic-org/agent-skills --plugin gtdHow this skill is triggered — by the user, by Claude, or both
Slash command
/gtd:focussonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan all project files, rank unchecked tasks, return today's top 3-5. Read-only — no writes to vault.
Activate for: brain dump, prioritise, P1 P2 P3, critical path, daily priorities, weekly planning, backlog review, cross-domain plan, what should I work on, capture everything in my head, sort my priorities, what is most important right now, weekly critical path. NOT for: basic task CRUD (use official productivity plugin task-management), delegation (use delegation skill).
Runs a structured daily startup ritual for an Obsidian vault: creates periodic notes, surfaces carry-forward items, checks inbox, sets daily focus. Invocable via `/daily` or natural language prompts like "start my day" or "morning routine".
Recommends the next task by scanning markdown files in tasks directory, filtering pending tasks without unmet dependencies, and ranking by priority, effort, and creation date. Use when asking what to work on next.
Share bugs, ideas, or general feedback.
Scan all project files, rank unchecked tasks, return today's top 3-5. Read-only — no writes to vault.
/home/mat/dev/gtd-pcm/06-coaching/daily/YYYY-MM-DD.md
energy: field (1-10). If file missing or field absent, skip energy filter.03-projects/*/01-*.md under /home/mat/dev/gtd-pcm/- [ ] ...) with section + tags.Score = project_priority × section_weight × tag_weight
| Factor | Key | Weight |
|---|---|---|
| project_priority (folder NN) | 01–09 | 1.0 |
| 10–19 | 0.8 | |
| 20–29 | 0.6 | |
| 30–39 | 0.4 | |
| 50–59 | 0.2 | |
| section_weight (header) | ## Top / ## Today / ## Frog | 1.0 |
## Next Actions / ## Next | 0.8 | |
## Soon / ## This Week | 0.5 | |
## Backlog / other | 0.2 | |
| tag_weight (task tags) | #frog | 1.5 |
#next | 1.2 | |
#deep | 1.0 (energy-filtered) | |
#braindead | 0.8 | |
#waiting | 0.3 | |
| no tag | 1.0 |
Staleness: [created:: YYYY-MM-DD] age ≥ 14d → append ⚠️. Missing date → skip (no error).
Energy filter: Pulse energy ≤ 3 → exclude #deep tasks.
## 🎯 Focus for YYYY-MM-DD
1. Task description ⚠️ (if stale)
📁 03-projects/NN-name/01-name.md | score: X.XX | #tags
2. Task description
📁 03-projects/NN-name/01-name.md | score: X.XX | #tags
...
Show source project path for every task. Include score for transparency.
If pulse read: show Energy: N/10 header line.
If no tasks found: report "No unchecked tasks found in projects."
- [x])#waiting) unless no other tasks available