mpx-parse-spec

Parse .mpx/SPEC.md to generate ROADMAP.md and phase folders.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/MartinoPolo/mxp-claude-code --skill mpx-parse-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpx-parse-spec
Source: https://github.com/MartinoPolo/mxp-claude-code/tree/main/skills/mpx-parse-spec
Command: npx skills add https://github.com/MartinoPolo/mxp-claude-code --skill mpx-parse-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts large SPEC.md into a structured phased implementation plan, generating ROADMAP.md and per-phase folders to guide execution.

Core Features & Use Cases

  • Parses SPEC.md to extract project name, tech stack, core features, and requirements.
  • Creates ROADMAP.md and .mpx/phases/ directories with phase CHECKLISTs for phased delivery.
  • Keeps SPEC.md as the single source of truth while producing actionable artifacts for teams.

Quick Start

Run the mpx-parse-spec skill to generate ROADMAP.md and phased folders from .mpx/SPEC.md.

Frequently Asked Questions about mpx-parse-spec

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

FAQPage Schema
How do I turn a SPEC.md file into a phased implementation plan?

To turn a SPEC.md file into a phased implementation plan, use a parser that reads the specification and automatically generates a ROADMAP.md file alongside phase folders containing checklists. This structures large specifications into actionable, phased delivery artifacts.

What is the best way to generate a project roadmap from a markdown specification?

The best way to generate a project roadmap from a markdown specification is to parse the project name, tech stack, and requirements directly from the SPEC.md file. This keeps the specification as the single source of truth while producing actionable roadmap artifacts.

Do I need an existing SPEC.md file to generate a project roadmap?

Yes, you need a valid SPEC.md file located at the .mpx/SPEC.md path to generate a project roadmap. The parsing process requires this specification to exist beforehand to extract project features and requirements successfully.

Does parsing a specification into phases modify my existing source code?

Parsing a specification into phases does not modify your existing source code. The process strictly reads the SPEC.md file and only produces new artifacts, specifically a ROADMAP.md file and phase directories with checklists.

Can I extract tech stack and core features from SPEC.md automatically?

You can extract tech stack and core features from SPEC.md automatically by running a specification parser. It analyzes the markdown content to identify project parameters and outputs structured directories with phase checklists for phased delivery.