Plan next
READ-ONLY skill: it never changes state (spec 17, open question 1).
- Run
bin/worklog foldto get the full item state as JSON. - Filter to open items (status
todo,in_progress, orblocked) whosedepends_onitems are all closed. - Rank: priority first (P0 before P1 before P2 before P3), then group by parent epic, then creation order (ULID string order).
- Present the top 3–5 candidates with a one-line rationale each. Note anything blocked and name what blocks it.
Do NOT mark items in_progress from this skill — starting work is
work-track's job.