From taskmd
Retrieves next recommended task from taskmd CLI with user arguments, reads details, and displays summary including ID, title, status, priority, and description. Use for task assignments or next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskmd:next-taskThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the next recommended task to work on using the `taskmd` CLI.
Find the next recommended task to work on using the taskmd CLI.
taskmd next with any arguments the user provided via $ARGUMENTS
$ARGUMENTS is empty, run: taskmd next$ARGUMENTS contains flags, pass them through: taskmd next $ARGUMENTS/taskmd:next-task --filter tag=mvp to find the next MVP tasknpx claudepluginhub driangle/taskmd --plugin taskmdRecommends 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.
Suggests 1-3 prioritized next tasks by analyzing TASKS.md, recent sessions via ctx journal, and priority tags. Use at session start, after tasks, or when unsure what to prioritize.
Picks the next executable task from project-root TODO.md by priority and dependency, marks it in-progress, and executes it. Uses a structured task format with priority, ID, and dep fields.