deprecated/skills/mpx-parse-spec/SKILL.md
Parse .mpx/SPEC.md by spawning mpx-spec-analyzer. Regenerates ROADMAP.md and phase CHECKLIST.md files.
npx skillsauth add MartinoPolo/mpx-claude-code mpx-parse-specInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Wrapper skill for specification parsing. It validates .mpx/SPEC.md, then delegates decomposition to mpx-spec-analyzer.
DOCUMENTATION ONLY. Creates/updates .mpx/ files only. Never modifies source code.
.mpx/SPEC.md must existSPEC.md remains the project-level source of truth for requirements for the entire project lifecycle. ROADMAP.md and phase CHECKLIST.md files are execution tracking artifacts derived from SPEC.md.
.mpx/SPEC.md- [ ] / - [x])Always call the dedicated analyzer agent:
Use Task tool:
subagent_type: "mpx-spec-analyzer"
prompt: "Read .mpx/SPEC.md and regenerate .mpx/ROADMAP.md and .mpx/phases/*/CHECKLIST.md. Treat SPEC as source of truth. Skip [x] requirements as already implemented, but retain them as dependency/context when needed. If any requirement is ambiguous, ask clarifying questions before finalizing output. Preserve all requirement detail (constraints and edge cases) in phase specs/tasks without losing information."
Return concise status:
Specification Parsed via Agent!
Files Updated:
- .mpx/ROADMAP.md
- .mpx/phases/.../CHECKLIST.md
Skipped as Implemented:
- [requirements marked [x]]
Next:
- Review `.mpx/ROADMAP.md` and phase checklists
- Run `/mp-execute mpx`
/mpx-add-requirements first."SPEC.md untouchedmpx-spec-analyzer/mpx-add-requirements for interactive requirement collection/updatesSPEC.md manually and want a fresh parsetools
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
data-ai
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
testing
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
development
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.