From taskmd
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskmd:get-task-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve lightweight metadata for a specific task using the `taskmd` CLI.
Retrieve lightweight metadata for a specific task using the taskmd CLI.
The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).
taskmd status $ARGUMENTS to get the task metadatataskmd list to find available tasksnpx claudepluginhub driangle/taskmd --plugin taskmdRetrieves lightweight frontmatter metadata (status, priority, effort, type, tags, owner, dependencies) from task .md files by ID or keyword using Glob and Read. Use for quick status checks.
Retrieves task details by ID or name using taskmd CLI via Bash, including ID, title, status, priority, tags, and description. Lists tasks if not found.
Lists tasks from directories like focus/active/paused/completed by parsing Markdown files for progress, status, priority, estimates, and dependencies. Filters by status/dir; outputs table/list/JSON with aggregates.