task-manager
Installation
SKILL.md
Task Manager
SQLite-backed task management at ~/workspace/data/tasks.db.
Status Legend
| Mark | Status | Meaning |
|---|---|---|
[~] |
BACKLOG | Not ready, waiting to be prioritized |
[ ] |
READY | Actionable now |
[*] |
IN-PROGRESS | Currently working |
[x] |
COMPLETED | Done |
[!] |
BLOCKED | Cannot proceed (has dependencies) |
CLI Commands
All commands use: bun ~/workspace/skills/task-manager/scripts/db-tasks.js