add-task
Installation
SKILL.md
Add Task
Create a new task file using the taskmd add CLI command.
Instructions
The user's task description is in $ARGUMENTS.
-
Parse the user's input from
$ARGUMENTSto extract:- The task title (required)
- An optional template name (e.g. "bug", "feature", "chore", or a custom template)
- Any optional flags:
--priority,--effort,--tags,--group,--depends-on,--parent,--owner,--slug,--phase
-
Choose the group based on the task's domain (pass with
--group):cli— CLI commands, Go backend, terminal featuresweb— Web frontend, UI, React components- Omit
--groupfor cross-cutting, infrastructure, documentation, or unclear domain
-
Run
taskmd addwith the appropriate flags: