update_backlog_item
Update a backlog item's priority, title, tags, or phase without promoting to active work. Modify task details in BACKLOG.md to keep planning organized.
Instructions
Updates an item in BACKLOG.md. Can change priority, title, tags, or phase without promoting to active work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to update (e.g., "AUTH-001"). | |
| title | No | New title for the task. | |
| priority | No | New priority level (will move to new section). | |
| tags | No | New tags (replaces existing). | |
| phase | No | New phase/milestone. |