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.

  1. Parse the user's input from $ARGUMENTS to 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
  2. Choose the group based on the task's domain (pass with --group):

    • cli — CLI commands, Go backend, terminal features
    • web — Web frontend, UI, React components
    • Omit --group for cross-cutting, infrastructure, documentation, or unclear domain
  3. Run taskmd add with the appropriate flags:

Related skills
Installs
23
Repository
driangle/taskmd
GitHub Stars
33
First Seen
Feb 25, 2026