queue
SKILL.md
Queue
Task queue with priority management, timeline tracking, streaks, tagging, and weekly reviews. Logs all operations with timestamps for full traceability.
Commands
| Command | Description |
|---|---|
queue add <item> |
Add a new item to the queue |
queue plan <task> |
Plan a task with scheduling details |
queue track <id> |
Track progress on a queued item |
queue review |
Review current queue items and status |
queue prioritize <id> <level> |
Set priority level for an item |
queue remind <id> |
Set a reminder for a queued item |
queue streak |
Show current processing streak |
queue tag <id> <tag> |
Tag a queue item for categorization |
queue timeline |
Display timeline of all queue activity |
queue report |
Generate a queue status report |
queue archive <id> |
Move completed items to archive |