roadmap_update
Update roadmap item status, priority, or details. Move items through lifecycle stages: planned, in-progress, done, blocked, or cancelled. Append progress notes or findings.
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) |