skills/deprecated/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 parsedevelopment
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
testing
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
development
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
tools
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"