Create a new task in the team task list
<subject> [description]# Create Task Create a new task for the team. ## Arguments - `$1` - Task subject/title (required) - `$2` - Task description (optional, defaults to subject) ## Instructions Execute the following script using bash explicitly: After creating, report: 1. Task ID assigned 2. Initial status is `pending` 3. Suggest assigning with `/task-update <id> --assign <teammate>` 4. Or setting dependencies with `/task-update <id> --blocked-by <other-id>` 5. Update status as work progresses: `pending` → `in-progress` → `in-review` → `completed`