dos-supervise-loop

Supervise DOS dispatch-loop worker fleets by replacing stalled leases.

18|4|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-supervise-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dos-supervise-loop
Source: https://github.com/anthony-chaudhary/dos-kernel/tree/main/claude-plugin/skills/dos-supervise-loop
Command: npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-supervise-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps a DOS dispatch fleet at the desired worker count by continuously checking lane leases, identifying stalled or spinning workers, and filling gaps without disturbing healthy runs.

Core Features & Use Cases

  • Population Supervision: Maintains a target number of live dispatch loops across the workspace roster.
  • Lease-Aware Recovery: Reaps only stalled workers, preserves advancing workers, and surfaces spinning workers for human review.
  • Practical Use Case: Use it to run a resilient background supervisor that can recover from missed ticks, stalled jobs, and changing workspace lane availability.

Quick Start

Tell the skill to supervise a DOS workspace fleet by keeping the requested worker count alive and surfacing stalled or spinning lanes.

Frequently Asked Questions about dos-supervise-loop

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

FAQPage Schema
How do I keep background dispatch workers alive when jobs stall?

To keep dispatch workers alive, you need a fleet supervision process that continuously monitors lane leases and automatically replaces stalled workers. This approach maintains your target worker population by identifying missed ticks and filling gaps without disrupting healthy, advancing processes.

What is lease-aware worker recovery in a dispatch loop?

Lease-aware worker recovery is a dispatch loop mechanism that evaluates workspace lane leases to distinguish stalled workers from advancing ones. It reaps only stalled leases while surfacing spinning workers for human review, preserving healthy runs during fleet supervision.

How do I supervise a DOS workspace fleet across concurrent and exclusive lanes?

You can supervise a DOS workspace fleet by applying a tick execution process that reads live taxonomy and kernel verdicts to manage worker rosters. This fills, scavenges, and surfaces workers across concurrent and exclusive lanes based on lease status and workspace availability.

Can I recover from missed ticks without killing spinning worker processes?

Yes, you can recover from missed ticks without killing spinning worker processes. A lease-aware supervisor identifies the difference between stalled and spinning workers, reaping stalled leases to refill gaps while flagging spinning workers for human review rather than terminating them.

Do I need live taxonomy reads to run a dispatch-loop fleet supervisor?

Yes, you need live taxonomy reads to run a dispatch-loop fleet supervisor. The supervision process requires live taxonomy data and kernel verdicts to execute lease-aware ticks, accurately fill population gaps, and scavenge stalled workers across the workspace roster.

When should I not use a fleet supervisor for my dispatch workers?

You should not use a fleet supervisor for dispatch workers if your environment lacks lease-aware tick execution or live taxonomy reads. Without these kernel verdicts and lease monitoring capabilities, the supervisor cannot safely distinguish stalled, spinning, and healthy workers.