Markdown Tasks
Markdown Tasks from motlin/claude-code-plugins.
Skills in this plugin
6- ▌ Tasks · motlinWork with markdown-based task lists in .llm/todo.md files. Use when managing tasks, working with todo lists, extracting incomplete tasks, marking tasks complete, or implementing tasks from a task list.
- ▌ Markdown Plan Tasks · motlinConvert a planning discussion into self-contained tasks in .llm/todo.md.
- ▌ Markdown Import Plan · motlinImport a plan markdown file into .llm/todo.md as self-contained implementation tasks.
- ▌ Markdown Sweep Todos · motlinFind TODO comments in the codebase and add them to .llm/todo.md as tasks.
- ▌ Markdown Do All Tasks · motlinWork through all incomplete tasks in .llm/todo.md with one subagent and commit per task, continuing past blocked tasks.
- ▌ Markdown Unblock Tasks · motlinRecover blocked [!] tasks from archived task lists back into .llm/todo.md. Use when the user asks to unblock, recover, retry, or resurrect blocked tasks, or wants to know what blocked work is waiting in the archives.