fleet-dispatch-gate

Enforces four safety checks before dispatching tasks to remote fleet nodes.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-dispatch-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-dispatch-gate
Source: https://github.com/supportersimulator/multi-fleet/tree/main/skills/fleet-dispatch-gate
Command: npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-dispatch-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching work to a remote node that is offline, busy, or conflicting is worse than not dispatching at all. This gate ensures every remote task dispatch is safe, appropriate, and reversible before it leaves this node.

Core Features & Use Cases

  • Four-Check Protocol: online status, active session, task appropriateness, and reversibility checks before any dispatch.
  • Emergency Bypass Protocol: a safe override path for urgent operations with monitoring and verification.
  • Integration with fleet status and troubleshooting workflows for post-dispatch validation.

Quick Start

Always invoke the Fleet Dispatch Gate before dispatching tasks to remote fleet nodes to verify online status, session activity, task safety, and reversibility.

Frequently Asked Questions about fleet-dispatch-gate

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

FAQPage Schema
How do I verify fleet node readiness before dispatching a remote task?

To verify fleet node readiness before remote task dispatch, apply a four-check protocol covering online status, active session, task appropriateness, and reversibility to ensure the target node is safe and available.

What is a dispatch gate for multi-node fleet coordination?

A dispatch gate for multi-node fleet coordination is a safety checkpoint that prevents dispatching work to offline, busy, or conflicting nodes by enforcing readiness validation and auditable, reversible dispatch decisions.

Can I override a safety gate to dispatch urgent tasks to a busy fleet node?

Yes, you can override a safety gate for urgent tasks using an emergency bypass protocol, which provides a safe dispatch path while maintaining monitoring and verification for the remote operation.

Does remote task dispatch validation work for offline or conflicting fleet nodes?

Remote task dispatch validation specifically blocks tasks to offline or conflicting fleet nodes by checking online status and task appropriateness, ensuring dispatch is only attempted when appropriate and reversible.

What's the best way to ensure remote dispatch decisions remain auditable and reversible?

The best way to ensure remote dispatch decisions are auditable and reversible is to enforce a gate protocol that validates reversibility as a core check before any fleet node is engaged.

When should I not use a dispatch gate in multi-node fleet scenarios?

You should not bypass a dispatch gate in multi-node fleet scenarios unless utilizing the emergency bypass protocol, as skipping readiness checks risks dispatching to offline, busy, or conflicting nodes without reversibility.