skills/deprecated/mpx-show-project-status/SKILL.md
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
npx skillsauth add MartinoPolo/mpx-claude-code mpx-show-project-statusInstall 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.
Display current project progress, completed tasks, and next steps.
/mpx-show-project-status
.mpx/ROADMAP.md for overall status, phase overview, decisions, and blockers━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Project Status: [Project Name]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Current Phase: Phase 2 - Core Feature
Overall Progress: ████░░░░░░░░░░░░░░░░ 20%
Phase Breakdown:
✅ Phase 1: Foundation (8/8 tasks)
🔄 Phase 2: Core Feature (3/12 tasks) ◄ Active
⬜ Phase 3: Secondary (0/8 tasks)
⬜ Phase 4: Polish (0/6 tasks)
Current Phase Progress:
████████░░░░░░░░░░░░ 25% (3/12 tasks)
Completed:
✓ Set up API routes
✓ Create data models
✓ Implement basic CRUD
Next:
□ Add authentication middleware
Blockers:
None
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Commands:
/mp-execute mpx Continue with next task
/mpx-parse-spec Regenerate plan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Based on project state, suggest relevant next commands:
/mp-execute mpx to execute the first task"/mp-execute mpx"/mp-execute mpx"Generate ASCII progress bars based on completion percentage:
0%: ░░░░░░░░░░░░░░░░░░░░
25%: █████░░░░░░░░░░░░░░░
50%: ██████████░░░░░░░░░░
75%: ███████████████░░░░░
100%: ████████████████████
Use 20 characters for the bar.
/mpx-setup or /mpx-parse-spec first."CHECKLIST.md"/mpx-parse-spec"development
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"