npx claudepluginhub driangle/taskmd --plugin taskmdThis skill is limited to using the following tools:
Find the next recommended task to work on using the `taskmd` CLI.
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.
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.
Retrieves lightweight metadata for tasks (ID, title, status, priority, effort, tags, owner, dependencies, path) using taskmd CLI via Bash. Use for quick status checks without full details.
Share bugs, ideas, or general feedback.
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 task