Find all TODO and TASK comments and add them to the project task list
Scans your codebase for TODO/TASK comments and adds them to `.llm/todo.md` as tracked tasks. Use this to consolidate scattered reminders into a single task list for better project tracking.
/plugin marketplace add motlin/claude-code-plugins/plugin install markdown-tasks@motlin-claude-code-pluginsFind all TODO and TASK comments and add them to the project task list.
Search the codebase for all TODO and TASK comments and add them to .llm/todo.md. Each TODO or TASK found in the code will be converted to a task in the markdown task list.
//, #, /* */) from the TODO/TASK text.llm/todo.md:
- [ ] Implement TODO from src/api/client.ts:87: Extract commonality in getRootNodes and getChildNodes
- [ ] Implement TODO from test/utils.test.ts:103: Use deep object equality rather than loose assertions