rdm-implement

Automate roadmap phase implementation from input parsing to user-confirmed finalization.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/edpaget/bot-showalter --skill rdm-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rdm-implement
Source: https://github.com/edpaget/bot-showalter/tree/main/.claude/skills/rdm-implement
Command: npx skills add https://github.com/edpaget/bot-showalter --skill rdm-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the implementation of roadmap phases, automating the process from parsing arguments to finalizing changes with user confirmation.

Core Features & Use Cases

  • Phase Parsing: Extracts roadmap slug and optional phase number from input arguments.
  • Task Management: Automates finding and marking phases as 'in-progress', reading phase details, and creating tasks for side-work.
  • Plan Creation & Execution: Generates a detailed implementation plan with steps and acceptance criteria.
  • User Approval & Finalization: Facilitates user review and confirmation, followed by committing changes and marking the phase as done.
  • Use Case: When planning to implement a phase from an rdm roadmap, this skill can be used to automate the entire workflow, ensuring efficiency and accuracy.

Quick Start

Implement the next phase of the roadmap 'my-roadmap'. Use the command 'rdm-implement my-roadmap [phase-number]'.

Frequently Asked Questions about rdm-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate roadmap phase implementation from start to finish?

Automating roadmap phase implementation requires parsing input arguments, marking phases as in-progress, generating plans, and securing user approval before finalizing. This skill handles the entire workflow by extracting the roadmap slug and phase number, creating side-work tasks, and committing changes upon confirmation.

How does automated plan generation work for project roadmaps?

Automated plan generation works by reading phase details and producing a structured implementation plan with specific steps and acceptance criteria. It creates necessary side-work tasks and prompts for user confirmation before executing the finalized plan.

What's the best way to manage task status updates during roadmap execution?

Managing task status updates during roadmap execution is handled by automatically finding and marking roadmap phases as 'in-progress' when implementation begins, then marking them as 'done' after user approval and changes are committed.

Can I require user approval before finalizing automated roadmap changes?

Yes, user approval is required before finalizing automated roadmap changes. The workflow facilitates user review and confirmation of the generated implementation plan, ensuring changes are only committed after explicit user confirmation is received.

Do I need specific tools to parse roadmap arguments and create implementation plans?

You need tools for roadmap manipulation and planning to parse arguments and create implementation plans. The process also requires mechanisms to communicate status updates and handle user approvals throughout the phase implementation workflow.