status

Read JSON state files and render an orchestration status dashboard.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ether-moon/agent-atelier --skill status-ether-moon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/ether-moon/agent-atelier/tree/main/plugins/agent-atelier/skills/status
Command: npx skills add https://github.com/ether-moon/agent-atelier --skill status-ether-moon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Status skill provides a real-time view into the Agent Atelier orchestration, surfacing loop mode, active spec, work-item counts, and gate status to keep operators informed and prepared for next steps.

Core Features & Use Cases

  • Read state files to derive current loop state, active candidate, and progress.
  • Scan open and resolved human gates to reflect blockers and decisions.
  • Render a concise, human-readable dashboard suitable for check-ins, crash recovery, and session starts.

Quick Start

Run the status skill to display the current orchestration dashboard.

Frequently Asked Questions about status

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

FAQPage Schema
How do I view my orchestration state and active work items during a live session?

An orchestration dashboard provides a real-time view by reading JSON state files to display loop mode, active specs, and work-item counts. It renders a concise human-readable summary for live session check-ins and progress tracking.

What is the best way to check open and resolved gates during plan execution?

Checking orchestration gates involves scanning your state files to identify open and resolved human gates. This surfaces current blockers and decisions, helping you derive the next required actions during plan execution.

How does crash recovery work for orchestration state files?

Crash recovery relies on reading existing JSON state files to reconstruct the orchestration dashboard. By scanning active specs and gate statuses, it derives the current loop state and work-item progress after an unexpected session termination.

Can I use orchestration dashboard state reading without any external dependencies?

Yes, state reading for the orchestration dashboard requires no external dependencies. It functions independently to parse JSON state files, scan gates, and render the current loop mode and work-item progress directly.

Why are my orchestration work items not showing up on the dashboard?

Orchestration work items may not appear if the JSON state files are missing or corrupted. The dashboard derives work-item counts and active candidates directly from those files, so ensuring valid state data is required for accurate rendering.