원클릭으로
rdm-implement
Implement the next phase of an rdm roadmap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement the next phase of an rdm roadmap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate user documentation from a completed 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-implement |
| description | Implement the next phase of an rdm roadmap |
| allowed-tools | ["Read","Bash","Glob","Grep","Write","Edit","EnterPlanMode","ExitPlanMode","mcp__rdm__rdm_phase_list","mcp__rdm__rdm_phase_show","mcp__rdm__rdm_phase_update","mcp__rdm__rdm_task_create"] |
Implement a phase from an rdm roadmap. $ARGUMENTS should be <roadmap-slug> [phase-number].
Read docs/principles.md before starting. It contains project conventions that should guide your work.
$ARGUMENTS.mcp__rdm__rdm_phase_list tool with project: "fbm" and roadmap: <slug>, then pick the first not-started or in-progress phase.mcp__rdm__rdm_phase_show tool with project: "fbm", roadmap: <slug>, and phase: <stem> to get full context, steps, and acceptance criteria.mcp__rdm__rdm_phase_update tool with project: "fbm", roadmap: <slug>, phase: <stem>, and status: "in-progress".EnterPlanMode tool to switch into planning mode.ExitPlanMode tool to switch back to execution mode.Done: line in the commit message — the post-merge hook will mark the phase done and record the commit SHA.
Use the exact roadmap slug and phase stem from the rdm tools you used earlier — do NOT invent or paraphrase them:
Done: <roadmap-slug>/<phase-stem>
mcp__rdm__rdm_task_create tool with project: "fbm", a descriptive slug, title, and body.