What problem does it solve?
It solves the problem of turning a single selected work item into a one-round, limited-scope dispatch decision, so the harness can execute that work through the most appropriate specialized skill or a safe fallback without expanding scope or inventing new skills.
Core Features & Use Cases
- One-round limited-scope dispatching: Transitions the harness from
WorktrackScope.dispatching by packaging the selected work item into a dispatch agreement and enforcing that it stays bounded to the single round.
- Specialized skill matching with safe fallback: Chooses the semantically best dedicated skill when available (including document catch-up prioritization), otherwise routes execution through
generic-worker-skill or a one-time task-specific instruction on the correct carrier.
- Runtime dispatch mode governance: Applies override rules using
.servo/control-state.md, respects runtime_dispatch_mode and policy-based selection in auto, and blocks behavior that would incorrectly claim delegation when delegating isn’t actually possible.
Quick Start
Ask the harness to dispatch the current worktrack action in WorktrackScope.dispatching using dispatch-skills so it selects the correct executor and returns a complete dispatch result.