Roadmap Drift
get_roadmap_driftMeasure roadmap alignment by comparing planned versus shipped features, with drift score, slipped/unplanned counts, and slip days. Use it in planning reviews to spot delivery gaps.
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). |