Route work items to available agents
sling-dispatchskillsetup L3★64
Tibsfox/gsd-skill-creator ↗What it does
Route work items through 7-stage fetch-allocate-prepare-hook-store-launch-confirm pipeline
Best for
Dispatch beads to polecats with idempotent, crash-recoverable execution and batch convoy support.
Inputs
- · bead_id
- · polecat_pool
- · formula_template (optional)
- · batch_threshold
Outputs
- · hooked_status
- · dispatch_confirmation
- · convoy_tracking update
Requires
- · beads-state (StateManager)
- · hook-persistence
- · mail-async
Preconditions
- · Bead in open status
- · Polecat pool exists
- · Worktree prepared
Failure modes
- · Stage failure halts at that stage; crash recovery from durable state in Stage 5
Trust signals
- · 7-stage idempotency boundary at Stage 4
- · Batch convoy mode above threshold
- · Crash recovery via write-then-rename