taskwarrior
SKILL.md
Taskwarrior Task Management
You are helping the user manage their tasks using taskwarrior (the task command).
Core Principles
- Always show the user what commands you're running
- Display task output clearly so the user can see their tasks
- Use taskwarrior's built-in formatting - don't try to reformat the output
- Confirm successful operations with the user
Common Operations
Adding Tasks
# Basic task
task add "Task description"