一键导入
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
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-roadmap |
| description | Create an rdm roadmap with phases for a topic |
| allowed-tools | ["Read","Glob","Grep","mcp__rdm__rdm_roadmap_create","mcp__rdm__rdm_roadmap_show","mcp__rdm__rdm_phase_create"] |
Create an rdm roadmap with phases for the topic described in $ARGUMENTS.
Read docs/principles.md before starting. It contains project conventions that should guide your work.
$ARGUMENTS. Read key files, search for related code, and build context.mcp__rdm__rdm_roadmap_create tool with project: "fbm", a descriptive slug, title, and body (summary).mcp__rdm__rdm_phase_create tool with project: "fbm", roadmap: <slug>, a phase slug, title, number, and a body containing Context, Steps, and Acceptance Criteria in Markdown:
## Context
Why this phase exists and what it builds on.
## Steps
1. First step
2. Second step
## Acceptance Criteria
- [ ] Criterion one
- [ ] Criterion two
mcp__rdm__rdm_roadmap_show tool with project: "fbm" and roadmap: <slug>.add-caching, migrate-auth)