orchestrator:status

Parse a state file to display development workflow phase status and timings.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-status-atournayre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator:status
Source: https://github.com/atournayre/claude-personas/tree/main/orchestrator/skills/status
Command: npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-status-atournayre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, real-time overview of the development workflow's progress, indicating which phases are completed, in progress, or yet to be started, along with their associated timings.

Core Features & Use Cases

  • Visualize Workflow Status: See the current state of your development cycle at a glance.
  • Track Phase Timings: Understand how long each development phase takes.
  • Use Case: After initiating a new feature development, you can run this command to check how far along the 'Design' and 'Code' phases are, and how much time has been spent on each.

Quick Start

Display the current status of the development workflow.

Frequently Asked Questions about orchestrator:status

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

FAQPage Schema
How do I track development workflow progress and see which phases are completed or in-progress?

You can track development workflow progress by parsing a state file to display a visual representation of the lifecycle. It shows completed, in-progress, and pending phases alongside detailed timing breakdowns for each step.

How do I check the timings of specific development phases like Design and Code?

To check timings of specific development phases, the Skill parses the workflow state file to provide a detailed timing breakdown for each step. You can see exactly how much time has been spent on phases like Design and Code.

What is a development workflow status tracker and when do I need one?

A development workflow status tracker provides a real-time overview of the feature development lifecycle. You need it when you want to visualize the current state of your development cycle and track phase timings at a glance.

Can I view overall feature development lifecycle progress without external dependencies?

Yes, you can view overall feature development lifecycle progress without external dependencies. The Skill operates independently to parse your state file and calculate overall progress and detailed phase timings.

Does the workflow status tracker require a specific state file format to parse progress?

The workflow status tracker requires a state file to parse progress and extract phase statuses. It reads this file to generate the visual representation and timing breakdowns of your feature development lifecycle.

Best way to visualize pending and in-progress development phases during feature development?

The best way to visualize pending and in-progress development phases is to run the status command against your workflow state file. It instantly parses the data to display the current state and timings of your development cycle.