Roadmap Drift
get_roadmap_driftCompare planned vs shipped features over a week, month, or quarter. Get a drift score, slipped items, and unplanned additions to evaluate roadmap delivery.
Instructions
Planned vs shipped features over a window: a drift score (0-100, 100 = perfect alignment), counts (planned / shipped / on-time / slipped / unplanned / orphaned), median slip days, and the top slipped + unplanned ships. Deterministic, no LLM cost. window = week | month | quarter (default quarter); optional product_id. Read-only; returns the drift report, zeroed when nothing was planned or shipped in the window. Use it in planning reviews to check delivery against the roadmap, then open the slipped features with list_features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Lookback window to compare planned vs shipped over (optional; default quarter). | quarter |
| product_id | No | Product id, from whoami (optional; spans all the org's products when omitted). |