Files
tst-claude-code-samples/.claude/commands/task/list.md
2025-07-21 14:31:56 +09:00

22 lines
381 B
Markdown

---
allowed-tools: mcp__taskmaster-ai__get_tasks
description: List all tasks in current tag
---
# List Tasks
**User Request:** $ARGUMENTS
## Goal
Show all tasks with their status, priority, and progress.
## What You Can Say
```
/list # All tasks
/list pending # Only pending tasks
/list done # Completed tasks
/list blocked # Blocked tasks
```