Todo Manager

Task and todo list management with priorities, categories, and due dates. Track progress on tasks across projects.

winsorllc 64870ad 2 files · 8.2 KB Updated

File contents

Todo Manager

Task and todo list management with priorities, categories, and due dates. Inspired by OpenClaw's session task management.

When to Use

Use the todo-manager skill when:

  • Managing task lists
  • Tracking work items
  • Prioritizing tasks
  • Organizing by category
  • Setting deadlines

Usage Examples

Add todo:

node /job/.pi/skills/todo-manager/todo.js add "Implement feature X" --priority high --due 2026-03-01

List todos:

node /job/.pi/skills/todo-manager/todo.js list

Complete todo:

node /job/.pi/skills/todo-manager/todo.js complete 1

Filter by category:

node /job/.pi/skills/todo-manager/todo.js list --category work --priority high

winsorllc/upgraded-carnival/tree/main/.pi/skills/todo-manager commit 64870ad61c

Frequently asked questions

npx skillmds@latest add winsorllc/todo-manager