skills/deprecated/mpx-project-workflow/SKILL.md
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.
npx skillsauth add MartinoPolo/mpx-claude-code mpx-project-workflowInstall 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.
This document provides background knowledge about spec-driven development workflow. It is automatically loaded when discussing project specifications, checklists, or implementation planning.
┌──────────────────────────────────────────────────────────────┐
│ Project Lifecycle │
└──────────────────────────────────────────────────────────────┘
Idea ──► Spec ──► Plan ──► Implement ──► Test ──► Ship
│ │ │
▼ ▼ ▼
SPEC.md ROADMAP.md Commits
phases/
| File | Purpose | When Updated | | --------------- | ----------------------------------------------------------- | ------------------------------- | | SPEC.md | Requirements source of truth (checkbox list) | Initial creation, scope changes | | ROADMAP.md | Phase overview, dependencies, tracking, decisions, blockers | Phase completion, decisions | | phases/NN-name/ | Phase folder with CHECKLIST.md (specs + tasks + state) | During phase execution |
- [ ] / - [x])/mpx-add-requirements, /mpx-report-issue-or-bug, /mpx-parse-spec) are documentation-only.mpx/ files — never source code, configs, or testsmpx-spec-analyzer is the dedicated parser that converts SPEC into ROADMAP + phase checklists/mp-execute mpx/mp-handoff at end of each session to create ephemeral HANDOFF.md/mp-handoff was run — it is optional, not always present/mp-execute at next session start/mpx-show-project-status to see current stategit log --oneline -10/mpx-parse-spec to regenerate checklists/mp-execute mpx for complex work/mp-handoff was run)/mpx-add-requirements "..." to update SPEC safely/mp-execute mpx phase 3 — target specific phase/mp-execute mpx task — force single task/mp-execute mpx all — force entire remaining phase/mpx-add-requirements "description"/mpx-report-issue-or-bug "description of the bug"/mpx-setup - Unified setup (auto-detects: init, convert, restructure)
/mpx-init-repo - Git initialization only
/mpx-parse-spec - Re-parse edited SPEC via analyzer
/mp-execute mpx - Execute tasks (auto-selects phase and scope)
/mpx-show-project-status - Show progress and next steps
/mpx-add-requirements - Primary requirements entry (create/update + parse)
/mpx-report-issue-or-bug - Track bugs/issues in phase system
tools
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.