status

Display project progress, phase, and next actions from Megazord CLI config files.

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Sh3rd3n/megazord --skill status-sh3rd3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Sh3rd3n/megazord/tree/main/skills/status
Command: npx skills add https://github.com/Sh3rd3n/megazord --skill status-sh3rd3n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear, at-a-glance overview of your project's current status, phase, and upcoming tasks, helping you stay organized and focused.

Core Features & Use Cases

  • Project Status: Displays overall progress, current phase, and plan completion.
  • Phase Navigation: Shows recent and upcoming phases with their status and functional descriptions.
  • Configuration Overview: Lists active settings for models, TDD, review, and other workflow toggles.
  • Next Steps Guidance: Recommends the most appropriate next command based on the project's current state.
  • Use Case: After a long coding session, you can quickly run /mz:status to see exactly where you left off, what needs to be done next, and confirm your project settings are as intended.

Quick Start

Run the status skill to see your project's current progress.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check project progress and current phase from the command line?

You can check project progress by running a status command that reads configuration and state files like STATE.md and ROADMAP.md to output an overview with a progress bar, recent phases, and recommended next actions.

What is the best way to see recommended next actions for a workflow?

The best way to see recommended next actions is to query the project status, which evaluates your current state files and suggests the most appropriate next command based on your workflow's phase and configuration.

Can I view project management status in both compact and verbose modes?

Project management status can be viewed in both compact and verbose modes, allowing you to toggle between a quick overview or detailed listings of progress, configuration toggles, and functional phase descriptions.

Do I need specific configuration files to track project status?

Specific configuration files are required to track project status, including megazord.config.json, STATE.md, and ROADMAP.md, which provide the necessary project name, phase, and plan completion data for the output.

Why does my project status show incorrect workflow toggles?

Project status shows incorrect workflow toggles when configuration files like megazord.config.json contain outdated or misconfigured settings for models, TDD, or review features, requiring you to verify the active settings.