Implement the next phase of an rdm roadmap
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