Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
Initial release of todo-management skill. - Provides per-workspace SQLite todo manager with group and status support. - All actions (add, list, edit, move, remove, group management) are strictly via CLI script. - Enforces concise, confirmation-only replies by default. - Only prints todo lists when explicitly requested or for ambiguity in destructive actions. - Follows strict rules for safe, clear handling of tasks and groups.