Get Task Status

Get only the metadata/status of a task without full details. Use when the user wants to quickly check a task's status, priority, or other metadata.

driangle f66fdc0 650 B Updated

File contents

Get Task Status

Retrieve lightweight metadata for a specific task using the taskmd CLI.

Instructions

The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).

  1. Run taskmd status $ARGUMENTS to get the task metadata
  2. Present the result to the user (includes ID, title, status, priority, effort, tags, owner, dependencies, and file path)
  3. If the task is not found, suggest using taskmd list to find available tasks

driangle/taskmd/tree/main/claude-code-plugin/skills/get-task-status commit f66fdc0378

Frequently asked questions

npx skillmds@latest add driangle/get-task-status