roadmap_update
Update the status, priority, or details of a roadmap item to move it through its lifecycle. Add progress notes, blockers, or findings while working.
Instructions
Update the status, priority, or details of a roadmap item. Use to move items through the lifecycle: planned → in-progress → done (or blocked/cancelled). Also use to add notes/findings while working on an item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| id | Yes | Item ID returned by roadmap_add or roadmap_list | |
| status | No | New status for the item | |
| priority | No | Updated priority (optional) | |
| notes | No | Progress notes, findings, or blockers (appended to existing notes) | |
| title | No | Updated title (optional) | |
| description | No | Updated description (optional) |