What problem does it solve? Roadmap items written as loose intents never become actionable work, and tracking their execution status by hand drifts out of sync with reality. This Skill decomposes ratified roadmap items into well-scoped GitHub issues and derives execution status automatically from issue state. ## Core Features & Use Cases - Roadmap decomposition: Converts each ratified item in .open-autonomy/roadmap.yml into one or more closeable GitHub issues, each labeled with origin:roadmap-planner, roadmap:<id>, and priority/phase labels. - Derived status tracking: Computes item progress (parked, in progress, done) from child issue state instead of hand-written status fields, using a soft planned: true gate. - Roadmap maintenance: Reorders, splits, merges, and sharpens items, reopens prematurely closed issues, and closes orphaned tracking issues whose parent item was retired. - Use Case: A strategist adds a new feature intent to the roadmap; the planner breaks it into a substantial issue, links it with the roadmap:<id> label, sets planned: true, and the item's progress is tracked automatically as the issue's PR merges. ## Quick Start Ask the planner to read .open-autonomy/roadmap.yml and decompose any unplanned ratified items into labeled GitHub tracking issues.