add-todo
Installation
SKILL.md
Add TODO Skill
Add a new TODO item to TODOS.md with proper formatting that integrates with /list-todos and /run-todos.
Directory Guard
Before starting, check if TODOS.md exists in the current working directory.
- If it exists, read it to understand the current structure
- If it does not exist, create it with the standard template (see below)
TODO Format Reference
TODOs in this system follow a specific format for compatibility with other skills.
Basic format: - [ ] **[{Priority} / {Effort}]** {Title} — {Brief description}
See references/format-reference.md for the full format specification including components, tags, status markers, and clarifications sections.