From worklog
Decide what to work on next — use when asked "what should we do next", "what's most important", or when planning a new work session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worklog:plan-nextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
READ-ONLY skill: it never changes state (spec 17, open question 1).
READ-ONLY skill: it never changes state (spec 17, open question 1).
bin/worklog fold to get the full item state as JSON.todo, in_progress, or blocked) whose
depends_on items are all closed.Do NOT mark items in_progress from this skill — starting work is
work-track's job.
npx claudepluginhub spillwavesolutions/wiki_ticket_sdd --plugin worklogGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.