status

Report real-time status of background Rune workers and dispatch progress.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill status-vinhnxv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/status
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill status-vinhnxv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you monitor the health and progress of background Rune workers launched by /rune:strive --background, so you can observe dispatch state, pending questions, and worker status without blocking your main session.

Core Features & Use Cases

  • Real-time visibility into background dispatch status and progress.
  • View active dispatch timestamp, plan path, and worker health at a glance.
  • Detect stale or orphaned workers and list pending questions awaiting answers.

Quick Start

Run /rune:status to view the latest background-dispatch state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the real-time status of background Rune workers?

You can check the real-time status of background Rune workers by running /rune:status. It reads the dispatch state from tmp/.rune-dispatch-*.json to report active timestamps, worker health, and pending questions without blocking your session.

How do I monitor background dispatch progress for a specific timestamp?

To monitor background dispatch progress for a specific timestamp, run /rune:status. It inspects the signal and worker-logs directories to show dispatch state, completed tasks, and pending questions for that run.

What is the best way to detect stale or orphaned Rune workers?

The best way to detect stale or orphaned Rune workers is using /rune:status. It enforces state validations by reading dispatch files and inspecting worker-logs to flag any inactive or orphaned background activity.

Can I view pending questions from background dispatch without interrupting my main session?

Yes, you can view pending questions without interrupting your main session. The status monitor reads the dispatch state to list questions awaiting answers, providing visibility into ongoing background processes.

Why does my background Rune worker show no dispatch progress?

A background Rune worker may show no dispatch progress if it is stale or orphaned. The status monitor reads tmp/.rune-dispatch-*.json and inspects worker-logs to flag these inactive states and report worker health.

Does the Rune status monitor require any specific dependencies to run?

No, the Rune status monitor does not require any external dependencies to run. It operates independently by reading local dispatch state files and inspecting signal and worker-logs directories.