todo
Installation
SKILL.md
Todo Skill
Manage tasks using a Markdown file at .alma/todos-<THREAD_ID>.md in the current workspace directory. Use the thread ID from the system prompt to create the filename (e.g., .alma/todos-abc123.md). This prevents conflicts when multiple threads share the same workspace.
File Format
# Todos
- [x] Fix authentication bug
- [ ] ~Add unit tests~ *(in progress)*
- [ ] Update documentation
- [ ] Write changelog
Status markers
- [ ]— pending- [ ] ~Task name~ *(in progress)*— currently working on- [x]— completed