在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用rdm-implement
星标1
分支1
更新时间2026年3月25日 01:12
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","Bash","Glob","Grep","Write","Edit","EnterPlanMode","ExitPlanMode"] |
Implement a phase from an rdm roadmap. $ARGUMENTS should be <roadmap-slug> [phase-number].
$ARGUMENTS.rdm phase list --roadmap <slug> --project oidc-provider and pick the first not-started or in-progress phase.rdm phase show <phase> --roadmap <slug> --project oidc-provider to get full context, steps, and acceptance criteria.rdm phase update <phase> --status in-progress --no-edit --roadmap <slug> --project oidc-providerEnterPlanMode 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 commands you ran earlier — do NOT invent or paraphrase them:
Done: <roadmap-slug>/<phase-stem>
rdm task create <slug> --title "Description" --body "Details." --no-edit --project oidc-provider