بنقرة واحدة
list-tasks
List tasks with optional filters. Use when the user wants to see their tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List tasks with optional filters. Use when the user wants to see their tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
List tasks with optional filters. Use when the user wants to see their tasks.
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
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 | list-tasks |
| description | List tasks with optional filters. Use when the user wants to see their tasks. |
| allowed-tools | Bash |
List tasks using the taskmd CLI.
The user's arguments are in $ARGUMENTS (e.g. --status pending, --format json, a directory path).
taskmd list $ARGUMENTS
$ARGUMENTS is empty, run: taskmd list--status, --priority, --filter, --format, --sort, --scope, --phase--status pending, --priority high, --filter "priority>=medium"taskmd list --phase core-cli or taskmd list --filter phase=core-clitaskmd phases to see all configured phases with progress stats