mit einem Klick
rdm-tasks
Work on rdm tasks
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Work on rdm tasks
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Generate user documentation from a completed rdm roadmap
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
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-tasks |
| description | Work on rdm tasks |
| allowed-tools | ["Read","Bash","Glob","Grep","Write","Edit","EnterPlanMode","ExitPlanMode","mcp__rdm__rdm_task_list","mcp__rdm__rdm_task_show","mcp__rdm__rdm_task_update"] |
Work on rdm tasks. $ARGUMENTS is an optional task slug.
Read docs/principles.md before starting. It contains project conventions that should guide your work.
mcp__rdm__rdm_task_list tool with project: "fbm" to see open and in-progress tasks.$ARGUMENTS, use the mcp__rdm__rdm_task_show tool with project: "fbm" and task: <slug>. Otherwise, present the task list and ask the user which task to work on.mcp__rdm__rdm_task_update tool with project: "fbm", task: <slug>, and status: "in-progress".EnterPlanMode tool to switch into planning mode.ExitPlanMode tool to switch back to execution mode.Done: task/<slug> line in the commit message — the post-merge hook will mark the task done and record the commit SHA.
Use the exact task slug from the rdm tools you used earlier — do NOT invent or paraphrase it.
If the task is also part of a roadmap phase, include a Done: <roadmap-slug>/<phase-stem> line as well (using exact slugs/stems from rdm).