roadmap-update

Analyze roadmap state, sprint data, and capacity to reprioritize items.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/dipandhali2021/shipwright --skill roadmap-update-dipandhali2021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-update
Source: https://github.com/dipandhali2021/shipwright/tree/main/skills/roadmap-update
Command: npx skills add https://github.com/dipandhali2021/shipwright --skill roadmap-update-dipandhali2021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roadmap management is error-prone and time-consuming when priorities change, dependencies shift, or capacity constraints force re-planning. This skill automates the process of updating, creating, or reprioritizing roadmap items to keep teams aligned.

Core Features & Use Cases

  • Add, update, and reprioritize roadmap items with explicit dependency handling.
  • Validate against sprint data, capacity, and existing roadmap state to suggest safe changes.
  • Use cases include quarterly planning, responding to new information, and communicating changes to stakeholders.

Quick Start

Describe your current roadmap and provide a change description to update or reprioritize items.

Frequently Asked Questions about roadmap-update

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

FAQPage Schema
How do I reprioritize a product roadmap when sprint capacity changes?

Roadmap reprioritization involves analyzing sprint data and capacity constraints to safely shift items. This skill validates current roadmap state and dependencies to recommend safe changes while documenting the updates for stakeholders.

How does automated roadmap planning handle dependency shifts?

Automated roadmap planning reads existing roadmap files and sprint results to identify dependency conflicts. It applies prioritization frameworks like RICE, MoSCoW, or ICE to evaluate and reschedule items without breaking dependency chains.

What's the best way to apply RICE prioritization to an existing roadmap?

Applying RICE to an existing roadmap requires reading current items and sprint data to score and reorder priorities. This skill calculates RICE scores, validates capacity constraints, and outputs documented changes to your roadmap file.

Can I update roadmap items using MoSCoW prioritization alongside sprint data?

Yes, you can update roadmap items using MoSCoW prioritization integrated with sprint results. The skill reads your current roadmap state and sprint capacity, then categorizes items into Must, Should, Could, and Wont while validating dependencies.

Do I need specific configuration files to automate roadmap planning?

Roadmap planning automation requires specific files including a roadmap markdown file and a configuration JSON file. The skill reads these files alongside sprint results to analyze dependencies, validate capacity, and generate safe reprioritization recommendations.

What limitations exist when reprioritizing a roadmap with capacity constraints?

Reprioritization with capacity constraints is limited by existing sprint allocations and dependency chains. The skill validates against current capacity data to prevent overallocation, but cannot bypass hard dependency conflicts or create capacity beyond available limits.