status

Parse track-state.json files to aggregate task progress and detect blockers.

Updated May 7, 2026
One-click install
npx skills add https://github.com/AtaraxiaEpiphany/conductor --skill status-ataraxiaepiphany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/AtaraxiaEpiphany/conductor/tree/main/skills/status
Command: npx skills add https://github.com/AtaraxiaEpiphany/conductor --skill status-ataraxiaepiphany

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates ambiguity in project management by providing a centralized, authoritative view of task progress and state consistency across all development tracks.

Core Features & Use Cases

  • State Aggregation: Automatically parses track-state.json files to compute accurate progress percentages and phase statuses.
  • Issue Detection: Proactively identifies blocked or failed tasks and highlights them for immediate developer attention.
  • Health Auditing: Performs garbage collection on orphaned artifacts and identifies stale tasks to ensure the project environment remains clean and reliable.

Quick Start

Ask the status skill to generate a comprehensive progress report for the entire project.

Frequently Asked Questions about status

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

FAQPage Schema
How do I track real-time project status and calculate task progress?

To track real-time project status, you can parse track-state.json files to calculate accurate task progress percentages and aggregate phase statuses across all development tracks.

What is the best way to identify blocked tasks and development blockers?

Identifying blocked tasks is done by proactively scanning project artifacts to highlight failed or blocked tasks, ensuring immediate developer attention for workflow oversight.

How does project health monitoring work for development artifacts?

Project health monitoring works by performing automated garbage collection on orphaned artifacts and identifying stale tasks to ensure the project environment remains clean.

Do I need a specific state machine protocol to aggregate development tracks?

Yes, aggregating development tracks requires adherence to Conductor state machine protocols and read access to the project directory structure where track-state.json files reside.

How do I generate a comprehensive progress report for project management?

Generating a comprehensive progress report involves computing task-level progress and performing automated health checks by parsing track-state.json files as the authoritative source of truth.