recover-worktrack-skill

Determine permission-bounded recovery actions for Harness worktracks after failures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps decide what to do when a Harness worktrack is stuck in a recovering scope and the system has to recover safely after a failure or block.

Core Features & Use Cases

  • Recovery decision under permission boundaries: Evaluates legal recovery modes (retry, rollback, split worktrack, refresh baseline, or re-planning) and stops at the approval boundary.
  • Structured context packaging for sub-agents: Bundles the minimal failure-path evidence and a task brief into an information package suitable for a high-capability SubAgent.
  • Failure trigger classification: Classifies recovery triggers (soft failure, hard failure, blocked, baseline drift) to route the correct recovery actions.

Quick Start

Ask Harness to run recover-worktrack-skill to generate a structured recovery-choice result and permission handoff for the current recovering worktrack.

Frequently Asked Questions about recover-worktrack-skill

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

FAQPage Schema
How do I choose a safe recovery path for a failed Harness worktrack?

To choose a safe worktrack recovery path, the system classifies failure triggers like soft or hard failures and evaluates legal modes such as retry, rollback, or split worktrack before stopping at the approval boundary.

What is worktrack baseline drift and when does it require re-planning?

Worktrack baseline drift is a recovery trigger where the project state deviates from its original plan, requiring a structured recovery choice to either refresh the baseline or initiate complete re-planning.

How do I enforce permission boundaries during a worktrack recovery?

Enforcing permission boundaries during worktrack recovery requires the system to apply strict stop-at-permission-boundary constraints, halting automated actions and returning a structured permission-handoff result for approval.

How do I package failure context for a SubAgent to process a blocked worktrack?

Packaging failure context for a SubAgent involves bundling minimal failure-path evidence and a task brief into an information package suitable for high-capability agents to execute the recovery decision.

Does the worktrack recovery decision support splitting a blocked worktrack?

Yes, the worktrack recovery decision supports splitting a blocked worktrack, classifying it alongside soft failures and baseline drift to route the correct structured recovery actions.