manage-status

Render a project dashboard with phase progress and next steps from Maestro-Flow .workflow data.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-status-catlog22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-status
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.codex/skills/manage-status
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-status-catlog22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project managers need a clear, up-to-date view of progress across milestones, phases, and tasks without manual consolidation.

Core Features & Use Cases

  • Reads .workflow state and phase metadata to render a live project dashboard
  • Calculates per-phase progress and highlights active work
  • Suggests next steps to keep delivery moving in a guided flow

Quick Start

Run the manage-status command to render the current project dashboard from your Maestro-Flow workspace.

Frequently Asked Questions about manage-status

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

FAQPage Schema
How do I visualize project status and phase progress without manual tracking?

You can visualize project status by rendering a live dashboard that reads .workflow state files to display phase progress, active tasks, and next steps automatically. This eliminates manual consolidation of milestone data across your project workspace.

How does a project dashboard read workflow state and task data?

A project dashboard reads workflow state by loading state.json, roadmap.md, and per-phase task data from the .workflow directory. It validates initialization, computes progress from these sources, and produces a human-readable overview with next-step suggestions.

Do I need a specific workflow directory structure to generate a project dashboard?

Yes, you need a project initialized with Maestro-Flow's .workflow directory. The dashboard requires valid state.json, roadmap.md, and per-phase task data files to compute progress and render the live overview correctly.

Can I track milestones and active tasks for projects using Maestro-Flow?

Yes, you can track milestones and active tasks for Maestro-Flow projects. The dashboard calculates per-phase progress, highlights active work, and suggests next steps to keep delivery moving in a guided flow.

What's the best way to get a live overview of project milestones and next steps?

The best way to get a live overview is to run the dashboard command within your Maestro-Flow workspace. It reads current state and phase metadata to render progress, highlight active tasks, and suggest next steps automatically.

Why is my project dashboard not loading phase progress or task data?

Your project dashboard may not load if the .workflow directory is not initialized properly. The dashboard validates .workflow initialization and requires state.json, roadmap.md, and per-phase task data to compute progress and render the overview.