Loading...
Loading...
Manage a structured task list using a Markdown file in the workspace. Track progress on complex multi-step tasks. File-based — just Read and Write the todo file.
npx skill4agent add ninehills/skills todo.alma/todos-<THREAD_ID>.md.alma/todos-abc123.md# Todos
- [x] Fix authentication bug
- [ ] ~Add unit tests~ *(in progress)*
- [ ] Update documentation
- [ ] Write changelog- [ ]- [ ] ~Task name~ *(in progress)*- [x]Read .alma/todos.mdWrite .alma/todos.md.alma/[x]Write .alma/todos.md
# Todos
- [ ] ~Refactor database layer~ *(in progress)*
- [ ] Add migration support
- [ ] Update API endpoints
- [ ] Write testsWrite .alma/todos.md
# Todos
- [x] Refactor database layer
- [ ] ~Add migration support~ *(in progress)*
- [ ] Update API endpoints
- [ ] Write tests