task
Add, list, update, and visualize project items with kanban boards. Track status, priority, tags, and assignees in individual files for each item.
Instructions
Manage project tasks. Supports add, list, update, and board (kanban) views. Tasks are stored as individual files in projects//tasks/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags | |
| title | No | Task title (required for add) | |
| action | Yes | Task action | |
| status | No | Task status | |
| project | No | Project slug (auto-detected if omitted) | |
| task_id | No | Task ID e.g. task-001 (required for update) | |
| priority | No | Task priority (default p1) | |
| blocked_by | No | Task IDs that block this task | |
| assigned_to | No | Assignee: claude-code|opencode|codex|human |