roadmap_add
Add tasks, features, or bugs to a persistent project roadmap. Items survive across sessions, keeping your roadmap always up to date.
Instructions
Add a new item to the persistent project roadmap stored in the Brain. Items survive across sessions and editors — the roadmap is always up to date. Use for features, bugs, refactors, or any planned work. Call roadmap_list to see all open items, roadmap_next to get the next actionable item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| title | Yes | Short title of the task/feature (3–10 words) | |
| description | No | What needs to be done, acceptance criteria, context | |
| priority | No | Priority level (default: medium) | |
| tags | No | Tags for filtering (e.g. ["api", "web", "sdk", "infra"]) | |
| milestone | No | Milestone/epic this belongs to (optional) |