ワンクリックで
rdm-roadmap
Create an rdm roadmap with phases for a topic
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create an rdm roadmap with phases for a topic
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate user documentation from a completed rdm roadmap
Implement the next phase of an rdm roadmap
Review implementation of an rdm phase or task
Work on rdm tasks
| name | rdm-roadmap |
| description | Create an rdm roadmap with phases for a topic |
| allowed-tools | ["Read","Glob","Grep","mcp__rdm__rdm_roadmap_create","mcp__rdm__rdm_phase_create","mcp__rdm__rdm_roadmap_show"] |
Create an rdm roadmap with phases for the topic described in $ARGUMENTS.
Explore the codebase to understand the current state relevant to $ARGUMENTS. Read key files, search for related code, and build context.
Design phases that break the work into independently deliverable increments. Each phase should produce a working, testable result.
Create the roadmap: use rdm_roadmap_create with project: "<PROJECT>", slug: "<slug>", title: "Title", body: "Summary."
Create each phase with context, steps, and acceptance criteria in the body:
Use rdm_phase_create with project: "<PROJECT>", roadmap: "<roadmap-slug>", slug: "<slug>", title: "Phase title", number: <n>, body: "<markdown body>"
The body should include:
## Context
Why this phase exists and what it builds on.
## Steps
1. First step
2. Second step
## Acceptance Criteria
- [ ] Criterion one
- [ ] Criterion two
Verify the roadmap looks correct: use rdm_roadmap_show with project: "<PROJECT>", roadmap: "<slug>"
add-caching, migrate-auth)