todos
Installation
SKILL.md
Todos Management
Overview
Manages todos via the Nomendex REST API. The API handles all validation, ID generation, timestamps, and ordering automatically.
Todos are displayed in a kanban board UI with columns for each status. Users can drag and drop todos between columns to change their status, or use the API to update status programmatically.
Todo Status
Each todo has a status field that controls which kanban column it appears in. The available statuses are:
| Status | Description |
|---|---|
todo |
Not started - the default status for new todos |
in_progress |
Currently being worked on |
done |
Completed |
later |
Deferred or backlogged for future consideration |