find-current-phase

Inspect .ushabti/phases and progress.yaml to identify the active phase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate the active phase directory based on phase status to guide work and reduce ambiguity across multiple phases.

Core Features & Use Cases

  • Inspect the .ushabti/phases directory to determine current statuses.
  • Provide a concise summary of the active phase to inform Builder and Overseer actions.
  • Use case: when several phases exist, identify which phase to tackle next based on status.

Quick Start

Use this tool to quickly locate the active phase in your Ushabti project.

Frequently Asked Questions about find-current-phase

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

FAQPage Schema
How do I find the current phase in an Ushabti project with multiple active phases?

To find the active Ushabti phase, inspect the .ushabti/phases directory and evaluate the status entries in progress.yaml. This process identifies which phase requires work next and provides a concise summary of its current status.

What is the best way to determine which Ushabti phase to work on next?

The best way to determine the next Ushabti phase is to locate the active phase directory by checking phase progress. Inspecting progress.yaml statuses across .ushabti/phases guides your selection and reduces ambiguity when multiple phases exist.

How does checking phase status in progress.yaml reduce ambiguity across multiple phases?

Checking phase status in progress.yaml reduces ambiguity by evaluating the current state of each phase in the .ushabti/phases directory. This status evaluation directs Builders and Overseers to the single active phase that needs immediate attention.

Do I need a .ushabti/phases directory and progress.yaml to locate the active phase?

Yes, you need access to the .ushabti/phases directory and progress.yaml to locate the active phase. The tool requires these files to evaluate phase statuses and accurately produce a concise summary of the active phase.

Can I use this phase status lookup tool for projects without multiple phases?

This phase status lookup tool is applicable to projects with multiple phases to determine which phase to tackle next. While it can inspect any .ushabti/phases directory, it is designed to reduce ambiguity when several phases exist.