一键导入
rdm-document
Generate user documentation from a completed rdm roadmap
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate user documentation from a completed rdm roadmap
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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>