name: task-workflow
description: Manage task lifecycle - create, start, complete tasks. Use when beginning new work, tracking progress, or completing features. Ensures proper task hygiene.
argument-hint: [action] [task-id or title]
disable-model-invocation: true
allowed-tools: Bash(cx:*)
Task Workflow Manager
Manage the complete task lifecycle with Cortex.
Current Status
!cx status 2>/dev/null
Action Requested
$ARGUMENTS
Available Actions
Create a New Task
cx add "Task title"
Start Working on a Task
cx start CX-N
Move Task to Review
cx mv CX-N review
Complete a Task
cx done CX-N
Show Task Details
cx show CX-N
Edit a Task
cx edit CX-N
Task States
backlog → progress → review → done
Workflow Rules
- One task in progress at a time - Focus on completing current work
- Create before coding - Always create a task before starting work
- Update status promptly - Move tasks as work progresses
- Add context - Use task descriptions and notes for future reference