ワンクリックで
next-task
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
List tasks with optional filters. Use when the user wants to see their tasks.
List tasks with optional filters. Use when the user wants to see their tasks.
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
Split a large task into smaller sub-tasks. Accepts a task ID, evaluates complexity, and creates sibling task files if warranted.
Update an existing task's fields (status, priority, title, tags, dependencies, etc.). Use when the user wants to modify a task's properties.
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
| 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 |
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--priority, --status, --phase, --scope, --filter--priority high, --phase core-cli, --filter tag=mvp