Markdown Add Task

Add a self-contained task to .llm/todo.md. Use when the user asks to add one task or append work to the markdown task list.

motlin Updated

File contents

Markdown Add Task

Use the markdown-tasks skill for task format and script path rules.

If the user did not provide a task description, ask for one.

Expand the description into a self-contained task with all necessary context. Use multi-line format with indented details.

Run:

python <plugin-root>/scripts/task_add.py .llm/todo.md "Task description
  Context line 1
  Context line 2"

Confirm that the task was added.

motlin/claude-code-plugins/tree/main/plugins/markdown-tasks/skills/markdown-add-task commit b489f8eb9e

Frequently asked questions

npx skillmds@latest add motlin/markdown-add-task