Start working on a specific task by ID. Automatically sets status, guides implementation, and offers seamless transition to next task upon completion.
/plugin marketplace add yebot/rad-cc-plugins/plugin install backlog-md@rad-cc-plugins# Work on Task Start focused work on a specified task, manage its lifecycle, and transition smoothly to the next task. ## Arguments - `$ARGUMENTS` - Task identifier (e.g., "task-4", "4", "42") ## Instructions ### Phase 1: Task Initialization 1. **Parse the task identifier** from `$ARGUMENTS`: - Accept formats: `task-4`, `4`, `task-42`, `42` - Normalize to task ID (extract number if prefixed) 2. **Load the task**: 3. **Verify task is workable**: - Check status is "To Do" or already "In Progress" - Check all dependencies are "Done" - If blocked, report blockers and ...