在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用rdm-implement
星标3
分支0
更新时间2026年4月20日 19:59
Implement the next phase of an rdm roadmap
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
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
| name | rdm-implement |
| description | Implement the next phase of an rdm roadmap |
| allowed-tools | ["Read","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].
$ARGUMENTS.rdm_phase_list with project: "<PROJECT>", roadmap: "<slug>" and pick the first not-started or in-progress phase.rdm_phase_show with project: "<PROJECT>", roadmap: "<slug>", phase: "<phase>" to get full context, steps, and acceptance criteria.rdm_phase_update with project: "<PROJECT>", roadmap: "<slug>", phase: "<phase>", 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>
rdm_task_create with project: "<PROJECT>", slug: "<slug>", title: "Description", body: "Details."