with one click
rdm-document
Generate user documentation from a completed rdm roadmap
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
Generate user documentation from a completed rdm roadmap
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
Implement the next phase of an rdm roadmap
Review implementation of an rdm phase or task
Create an rdm roadmap with phases for a topic
Work on rdm tasks
Run fantasy baseball projection commands — predict, evaluate, compare systems, look up player projections/valuations, manage cached datasets, evaluate keeper league trades and optimization, run draft boards and mock drafts, and use Yahoo Fantasy integration for rosters, draft tracking, and keeper cost derivation. Use this when the user asks to run projections, compare systems, evaluate accuracy, look up a player, check valuations, manage/rebuild cached datasets, evaluate keeper league decisions/trades/optimization, view draft boards, run mock drafts, sync Yahoo league data, or manage Yahoo-derived keeper costs.
Run an autonomous feature-engineering experiment loop on the breakout-bust classification model. Tests candidate features against P(breakout) and P(bust) probability targets using marginal-value with auto-logging. Use when the user asks to "experiment on breakout-bust", "improve breakout-bust", or "explore features for breakout".
| name | rdm-document |
| description | Generate user documentation from a completed rdm roadmap |
| allowed-tools | ["Read","Bash","Glob","Grep","Write","Edit","mcp__rdm__rdm_roadmap_show","mcp__rdm__rdm_phase_list","mcp__rdm__rdm_phase_show"] |
Generate user-facing documentation from a completed rdm roadmap. $ARGUMENTS should be <roadmap-slug> [--out <path>].
Read docs/principles.md before starting. It contains project conventions that should guide your work.
--out <path> from $ARGUMENTS. Default output path is docs/<slug>.md.mcp__rdm__rdm_roadmap_show tool with project: "fbm" and roadmap: <slug> to get the overview and phase list.done. If any phase is not done, abort with a clear message listing incomplete phases.mcp__rdm__rdm_phase_show tool with project: "fbm", roadmap: <slug>, and phase: <stem> for each phase. Collect titles, bodies, and commit SHAs.commit field in phase output):
git log --oneline <first_sha>~1..<last_sha> and git diff --stat <first_sha>~1..<last_sha> in the source repogit show --stat <sha>