mpx-show-project-status

Aggregate ROADMAP.md and CHECKLIST.md files to display project progress.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project teams often struggle to get a clear, up-to-date view of overall progress across multiple phases. This skill consolidates ROADMAP.md and per-phase CHECKLIST.md files to surface current status, completed work, blockers, and upcoming steps.

Core Features & Use Cases

  • Read ROADMAP.md to determine phase statuses and blockers
  • Aggregate each phase's CHECKLIST.md to compute completion, identify active phase, and surface next actions
  • Provide a readable status board for stakeholders to track progress and plan work
  • Use Case: A project team quickly validates if the current sprint plan aligns with progress across all phases.

Quick Start

Run /mpx-show-project-status to view the current project status.

Frequently Asked Questions about mpx-show-project-status

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

FAQPage Schema
How do I view project status across multiple phases from roadmap and checklist files?▼

To view project status, run /mpx-show-project-status. The skill reads the .mpx directory to aggregate ROADMAP.md and per-phase CHECKLIST.md files, computing overall completion, active phases, and next steps into a read-only view.

Can I track blockers and next actions using markdown checklists for project management?▼

Yes, you can track blockers using markdown checklists. The skill parses per-phase CHECKLIST.md files to identify incomplete items and surfaces them alongside ROADMAP.md blockers in a consolidated status board for stakeholders.

Does this project status report tool work without any external dependencies?▼

Yes, the project status report tool works without external dependencies. It operates as a standalone skill by reading local markdown files from the .mpx directory to compute progress and emit a read-only status view.

What is the best way to monitor phase completion for Claude Code teams?▼

The best way to monitor phase completion for Claude Code teams is using the mpx workflow. This skill aggregates per-phase CHECKLIST.md statuses to compute completion percentages and identify the active phase automatically.

When should I use a read-only status view instead of editing roadmap files directly?▼

Use a read-only status view when stakeholders need to track progress and plan work without risking unintended modifications. It computes progress by reading .mpx directory files, ensuring the status board remains a safe, non-destructive reference.