roadmap_list
List roadmap items filtered by status, priority, tag, or milestone. Returns items sorted by priority then creation date to show open work.
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 |
|---|---|---|---|
| tag | No | Filter by tag (optional) | |
| status | No | Filter by status. Use 'open' to see planned+in-progress+blocked (default: open) | |
| priority | No | Filter by minimum priority (optional) | |
| milestone | No | Filter by milestone (optional) | |
| instance_id | Yes | UUID of the cache instance |