List Tasks
Show all pending tasks from both global and project stacks.
Usage
code
/do:list /do:tasks
Instructions
Follow the same behavior as /tasks:
- •Read both task files:
- •Global:
~/.claude/user-tasks.md - •Local:
.claude/tasks.md(if exists)
- •Global:
- •Display pending tasks numbered:
code
Tasks (X pending): Global: 1. First task 2. Second task ... Local: X. Project task ...
- •Show completed count if any exist