roadmap

Read and update `.orchestra/roadmap.md` and PRD documents for project status.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill roadmap-mpazaryna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/mpazaryna/agentic-factory/tree/main/pm/orchestra/skills/roadmap
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill roadmap-mpazaryna

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage project roadmaps by providing clear visibility into project status, identifying active milestones, highlighting gaps in progress, and suggesting next steps.

Core Features & Use Cases

  • Status Reporting: Provides a roll-up of project milestones and deliverable statuses.
  • Next Steps Identification: Pinpoints the active milestone and lists undelivered or incomplete items.
  • Roadmap Updates: Allows marking milestones or deliverables as in-progress or done.
  • New Milestone Addition: Facilitates adding new milestones and their associated deliverables.
  • Use Case: When a stakeholder asks "What's the current status of Project X and what should we focus on next?", this Skill can provide a concise overview and actionable recommendations.

Quick Start

Use the roadmap skill to show the current project status.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I track project milestones and deliverable statuses in markdown?

To track project milestones, this skill parses markdown tables in a `.orchestra/roadmap.md` file to read progress, identify the active milestone, and list incomplete deliverables. It rolls up statuses and highlights progress gaps.

What is the best way to get actionable next steps for an active project milestone?

The best way to get next steps is using roadmap reporting, which pinpoints the active milestone and lists undelivered items. It parses markdown tables to suggest exactly what to focus on next.

How do I add new milestones and deliverables to a project roadmap?

You can add new milestones by updating the roadmap. The skill modifies the `.orchestra/roadmap.md` file and associated PRD documents to append milestones and track their deliverables.

Can I update project status by marking milestones as in-progress or done?

Yes, you can update project status by marking milestones or deliverables as in-progress or done. The skill writes these updates directly into the `.orchestra/roadmap.md` file to keep tracking accurate.

Does roadmap status tracking work with PRD documents?

Yes, roadmap tracking works with PRD documents. The skill reads and updates associated PRD documents alongside the `.orchestra/roadmap.md` file to manage milestones and track dependencies.