roadmap-to-milestones
Installation
SKILL.md
Roadmap to Milestones
Sequence a revenue-ranked roadmap into GitHub Milestones — dated buckets of issues
that answer "what ships by when, and how close are we." This is the step
roadmap-analyzer hands off to: it takes themes and a ranked backlog and turns them
into milestones with due dates, assigns issues, and reports burndown. It leaves the
dev-loop board's Status column untouched — a milestone is when, the board is
where in the pipeline.
GitHub milestones are a REST resource; gh has no native milestone command, so
this uses gh api repos/{owner}/{repo}/milestones.
Contract
Inputs:
- A revenue-ranked roadmap (from
roadmap-analyzer), a ranked theme list, or a ranked set of existing issues. - The target repo and a cadence or explicit due dates.