generated from Paul.Kim/tpl-superclaude
22 lines
381 B
Markdown
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
|
|
```
|