remove_from_backlog
Remove tasks from the backlog that are no longer needed or were added by mistake, without promoting them to other project stages.
Instructions
Removes an item from BACKLOG.md without promoting it. Use for tasks that are no longer needed or were added by mistake.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to remove (e.g., "AUTH-001"). | |
| reason | No | Optional reason for removal (for logging). |