roadmap_list
List and filter roadmap items by status, priority, tag, or milestone to track open work and priorities.
Instructions
List all roadmap items, optionally filtered by status, priority, tag, or milestone. Returns items sorted by priority then creation date. Called automatically by session_start to show open work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| status | No | Filter by status. Use 'open' to see planned+in-progress+blocked (default: open) | |
| tag | No | Filter by tag (optional) | |
| milestone | No | Filter by milestone (optional) | |
| priority | No | Filter by minimum priority (optional) |