get-phase-status

Parse Ushabti progress.yaml files to report phase statuses and step counts.

7|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adamrdrew/ushabti --skill get-phase-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-phase-status
Source: https://github.com/adamrdrew/ushabti/tree/main/skills/get-phase-status
Command: npx skills add https://github.com/adamrdrew/ushabti --skill get-phase-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify the current status of phases in Ushabti workflows to understand where a phase sits in the overall process.

Core Features & Use Cases

  • Aggregate and display each phase's status (planned, building, review, complete) from .ushabti/phases/*/progress.yaml.
  • Count implemented and total steps per phase to show progress density and identify stalls.
  • Use case: during project planning or sprint reviews, quickly spot which phases are awaiting work and how many steps remain.

Quick Start

Run the get-phase-status command to print all phases with their current status and progress.

Frequently Asked Questions about get-phase-status

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

FAQPage Schema
How do I check phase progress and status in Ushabti workflows?

You can track workflow phase status by parsing progress.yaml files under .ushabti/phases. This extracts each phase's status, implemented steps, and total counts to identify stalls across planned, building, review, and complete stages.

What phase statuses are supported when tracking Ushabti workflow progress?

Supported Ushabti phase statuses are planned, building, review, and complete. The tool aggregates these from progress.yaml files alongside implemented and total step counts to display progress density and pinpoint stalled phases.

How do I enumerate implemented and total steps per phase in Ushabti?

Enumerate Ushabti phase steps by parsing progress.yaml files within .ushabti/phases. This extracts implemented and total step counts per phase, calculating progress density to reveal exactly how many steps remain before completion.

Can I use Ushabti phase status tracking for sprint reviews and project planning?

Ushabti phase status tracking suits sprint reviews and project planning by aggregating per-phase progress. It spots awaiting work phases and calculates remaining steps, outputting a concise status report for team progress assessment.

Do I need a specific environment to parse .ushabti phase progress.yaml files?

Parsing .ushabti phase progress.yaml files requires a project using Ushabti workflows with .ushabti/phases directories populated. The tool operates dependency-free, directly extracting status and step counts from these YAML files.