gate-recovery-and-resume

Re-validate partial artifacts and resume Gate 3+ workflows with escalation.

Updated Jan 30, 2019
One-click install
npx skills add https://github.com/nishantnaagnihotri/tark-vitark --skill gate-recovery-and-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-recovery-and-resume
Source: https://github.com/nishantnaagnihotri/tark-vitark/tree/main/.github/skills/gate-recovery-and-resume
Command: npx skills add https://github.com/nishantnaagnihotri/tark-vitark --skill gate-recovery-and-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate progress can stall due to partial artifacts and external tool failures; this skill provides structured recovery and resume workflows to securely continue gate work without losing progress.

Core Features & Use Cases

  • Partial artifact recovery and status tagging to prevent unintended progression.
  • Re-invocation of agents with preserved context to overwrite incomplete artifacts.
  • Escalation protocol to Product Owner when recovery cannot proceed or when policy blocks gate progression.

Quick Start

Re-run the gate recovery workflow using the latest available partial artifact to resume Gate 3+ work.

Frequently Asked Questions about gate-recovery-and-resume

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

FAQPage Schema
How do I resume a workflow after an MCP timeout or Copilot failure?

To resume a workflow after an MCP timeout or Copilot failure, re-validate partial artifacts and re-invoke agents with preserved context to overwrite incomplete outputs and securely continue gate work.

What is the best way to recover partial artifacts from a stalled gate progression?

Recovering partial artifacts from a stalled gate progression involves tagging artifact status to prevent unintended advancement, followed by strict artifact handling to evaluate if recovery rules allow the workflow to safely resume.

When should I escalate a mid-gate failure to the Product Owner?

You should escalate a mid-gate failure to the Product Owner when recovery cannot proceed due to strict artifact validation failures, or when policy explicitly blocks gate progression and requires human intervention.

Can I use gate recovery workflows for early stages or is it limited to Gate 3 and above?

Gate recovery workflows apply specifically to Gate 3 and above, targeting mid-gate failures and resume scenarios that require strict artifact handling and prerequisite validation before continuing.

Why does gate recovery require strict artifact handling before resuming work?

Gate recovery requires strict artifact handling to prevent unintended progression by validating partial artifacts, ensuring that incomplete outputs are safely overwritten and do not compromise the workflow state.