next-task

star 39

Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.

driangle By driangle schedule Updated 4/19/2026

name: next-task description: Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment. allowed-tools: Bash, Read

Next Task

Find the next recommended task to work on using the taskmd CLI.

Instructions

  1. Run taskmd next with any arguments the user provided via $ARGUMENTS
    • If $ARGUMENTS is empty, run: taskmd next
    • If $ARGUMENTS contains flags, pass them through: taskmd next $ARGUMENTS
    • Common flags: --priority, --status, --phase, --scope, --filter
    • Examples: --priority high, --phase core-cli, --filter tag=mvp
  2. Read the recommended task file to get full details
  3. Present the task summary including: ID, title, status, priority, and description
Install via CLI
npx skills add https://github.com/driangle/taskmd --skill next-task
Repository Details
star Stars 39
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator