Back to list
jvolden

roadmap-manager

by jvolden

Model Context Protocol (MCP) server for SDL3 - provides documentation, examples, and migration guides for Simple DirectMedia Layer 3

0🍴 1📅 Jan 22, 2026

SKILL.md


name: roadmap-manager description: Manages project roadmap structure, version planning, and feature tracking. Use when the user wants to add features to the roadmap, update roadmap status, create new version sections, reorganize roadmap items, or when addressing/implementing items that are listed on the roadmap. Ensures proper semantic versioning (major.minor.patch) and clear feature categorization.

Roadmap Manager

Manages ROADMAP.md structure, version planning, and feature tracking.

Basic Structure

## [Version] Release

### [Category]
- [ ] **[Feature Name]** - [Description]
- [x] **[Completed Feature]** - [Description]

Semantic Versioning

  • MAJOR (X.0.0): Breaking changes, API redesigns
  • MINOR (0.X.0): New features (backward compatible)
  • PATCH (0.0.X): Bug fixes, security patches, docs only

Rule: New features require MINOR version minimum.

Core Operations

Add Feature: Add to existing category or create new category Mark Complete: Change [ ] to [x] New Version: Create ## X.Y.Z Release section

Common Categories

  • Core Improvements, Documentation, Testing, Publishing
  • Enhancement, SDL3 Coverage, Bug Fixes, Performance

(See references/categories.md for full list and descriptions)

References

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon