doey-status

View and report real-time statuses of Doey workers across tmux panes.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-status
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-status
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Doey-status provides a simple, centralized way to view and control the status of Doey workers across multiple panes and windows, reducing coordination delays and idle time.

Core Features & Use Cases

  • Unified visibility: quickly see which panes are READY, BUSY, FINISHED, or RESERVED across the team.
  • State control: set a pane's status to READY, BUSY, FINISHED, or RESERVED to coordinate work.
  • Targeted queries: fetch team-wide status or per-pane updates using the Doey-status commands.

Quick Start

Ask Doey to display the current pane status across the team with the doey-status team command or to set a specific pane to READY with the doey-status set command.

Frequently Asked Questions about doey-status

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

FAQPage Schema
How do I monitor worker status across multiple tmux panes?

You can monitor worker status across tmux panes by fetching a real-time team-wide report that displays whether each Doey worker is READY, BUSY, FINISHED, or RESERVED, enabling rapid coordination and fault detection.

How do I set the status of a specific tmux pane to coordinate team workload?

You can set a specific pane's status to READY, BUSY, FINISHED, or RESERVED using the set command, providing centralized state control to coordinate team workload and reduce idle time across multi-pane deployments.

Can I view Doey worker readiness without manually checking each tmux pane?

Yes, you can view worker readiness without manual checks by running a command that reads the DOEY_RUNTIME session file and interfaces with tmux to enumerate panes, reporting their current workload state in a unified view.

Does monitoring Doey worker status require any specific runtime configuration?

Monitoring Doey worker status requires reading runtime configuration from the DOEY_RUNTIME session file, which the system uses to interface with tmux and successfully enumerate all active panes.

What is the best way to detect idle time and faults in a multi-pane Doey deployment?

The best way to detect idle time and faults in a multi-pane Doey deployment is to apply a centralized status monitoring command that fetches real-time pane readiness, allowing rapid detection of uncoordinated or stuck workers.