schedule-worktrack-skill

Selects the next safe dispatch action and packages a minimal handoff for a worktrack.

29|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/OceanEyeFF/servo --skill schedule-worktrack-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-worktrack-skill
Source: https://github.com/OceanEyeFF/servo/tree/main/product/harness/skills/schedule-worktrack-skill
Command: npx skills add https://github.com/OceanEyeFF/servo --skill schedule-worktrack-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of deciding the correct next minimal, bounded set of worktrack actions so the harness can refresh its task queue safely without jumping straight into downstream execution.

Core Features & Use Cases

  • Worktrack queue re-planning: Re-evaluates the current plan/task queue using the latest state estimate and the minimum required worktrack scope artifacts.
  • Safe “next action” selection: Chooses a single next dispatchable action (or explicitly returns that none is safe) while preventing overly broad or ambiguous plans.
  • Dispatch handoff packaging: Produces a bounded dispatch handover package that includes required references to the worktrack contract (including gate criteria and baseline policy) plus shared facts and context budget.

Quick Start

Ask your AI harness to schedule the worktrack within the current bounded scope by selecting the next safe action and returning a dispatch handover package that references the current worktrack contract.

Frequently Asked Questions about schedule-worktrack-skill

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

FAQPage Schema
How do I select the next safe dispatch action for a worktrack queue?

Worktrack scheduling decides the correct next minimal, bounded set of actions so the harness can refresh its task queue safely without jumping straight into downstream execution.

How does dispatch handoff packaging work for task queue replanning?

Dispatch handoff packaging produces a bounded context that includes required references to the worktrack contract, gate criteria, baseline policy, shared facts, and context budget for safe execution.

When do I need to replan a worktrack task queue after state changes?

You need to replan a worktrack task queue when the worktrack is in the scheduling phase and the queue must be replanned after contract state, evidence, or blocking changes occur.

Can I use worktrack scheduling to handle coverage gaps or no-safe-next-action scenarios?

Yes, worktrack scheduling outputs a structured scheduling result that explicitly returns coverage-gap or no-safe-next-action reasons when it cannot find a safe dispatchable action.

Do I need a WorktrackStateEstimate to build a dispatch package with gate criteria?

Yes, you must consume a WorktrackStateEstimate and required worktrack-scope artifacts to build a dispatch package with gate criteria and baseline policy sourced only from the Worktrack Contract.

What are the limitations of bounded worktrack refresh scheduling?

Bounded worktrack refresh scheduling limits execution to a single next dispatchable action, preventing overly broad plans and explicitly rejecting execution if no safe next action is found.