Skip to main content

Usage

mdn create [flags]
mdn create uses the workspace selected by the nearest .median/config.json. If no project-local config exists, it uses your global default profile. Run without flags for interactive mode. Use flags for scripted usage.

Flags

FlagShortDescriptionDefault
--title <text>-tTask title(required)
--description <text>-dTask description(none)
--status <status>-sInitial statustodo
--priority <priority>-pPrioritymedium
--label <label>-lLabel (repeatable)(none)
--agent <name>Agent identifier(none)

Examples

# Interactive mode
mdn create

# With flags
mdn create --title "Fix login bug" --priority urgent --label bug

# Agent creating a task
mdn create --title "Refactor auth module" --priority high --agent claude-code

# Multiple labels
mdn create --title "Add dark mode" --label feature --label ui

Output

  ✓ Created MED-45: Fix login bug ⚡ claude-code

Valid values

Statuses: requests | todo | in_progress | ready | shipped | archive Priorities: urgent | high | medium | low | none