Skip to content

Add roadmap template next to the issue forms - #33

Open
rahlk wants to merge 1 commit into
mainfrom
feat/roadmap-template
Open

Add roadmap template next to the issue forms#33
rahlk wants to merge 1 commit into
mainfrom
feat/roadmap-template

Conversation

@rahlk

@rahlk rahlk commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Adds docs/design/roadmap-template.md.

Motivation and Context

The roadmap skeleton lived as prose inside a fenced code block in a cldk-devtools skill reference. Three problems: you can't copy it, it isn't where the artifact actually lands, and editorial voice was baked into the section headings ("The list that makes the rest mean something", "ride one migration, not one each") so every roadmap inherited my phrasing.

Moves it here as a real file, sibling to ISSUE_TEMPLATE/ and CONTRIBUTING.md, on the principle issue bodies already follow — template lives in the org repo, the skill links it. Roadmaps are committed to this repo regardless.

How Has This Been Tested?

Not executable. Markdown renders; the HTML-comment hints are stripped by GitHub's renderer, so a filled-in roadmap shows only its own content.

Breaking Changes

No. New file. The cldk-devtools side is a follow-up that points its skill reference here.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the Codellm-Devkit Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally — n/a, no tests in this repo
  • I have added appropriate error handling — n/a
  • I have added or updated documentation as needed

Additional context

Guidance is one-line HTML comments rather than prose, so it vanishes on fill-in instead of shipping in every copy. Sections are unchanged in substance: Candidates, Collision groups, Dependency order, Release trains, Not now, Starting now.

One instruction kept in the header because it is a real constraint rather than commentary: one roadmap, amended in place, never a second file.

The roadmap skeleton lived as prose inside a fenced block in a cldk-devtools skill
reference -- not copyable, not where the artifact lands, and with editorial voice
baked into the section headings.

Move it here as a real file, sibling to ISSUE_TEMPLATE/ and CONTRIBUTING, on the
same principle issue bodies already follow: the template lives in the org repo, the
skill links it. Roadmaps are committed to this repo anyway.

Skeleton is placeholders plus a one-line HTML-comment hint per section, so the
guidance disappears when the file is filled in rather than shipping in every copy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant