# 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.

- Skill: `motlin/markdown-add-task` (Agent Skill)
- Install (CLI): `npx skillmds@latest add motlin/markdown-add-task`
- Raw SKILL.md: https://api.skillmd.com/api/skills/motlin/markdown-add-task/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: motlin (https://skillmd.com/u/motlin)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/motlin/markdown-add-task

---


# 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:

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

Confirm that the task was added.

