with one click
rdm-roadmap
Create an rdm roadmap with phases for a topic
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create an rdm roadmap with phases for a topic
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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)