$npx skillfedfor your agent

output-workflow-reset

This skill terminates a workflow and creates a new run that replays up to a chosen completed step, then re-executes everything after it. Ideal for iterating on later steps' logic or recovering from failures without re-paying the cost of earlier LLM calls or API requests.

output-workflow-reset lets you rerun a workflow from after a specific completed step, skipping costly earlier operations.

AI-generated summary based on this skill's SKILL.md

★ 426  12 Apache-2.0updated by growthxai

Decision gist · record as of 2026-07-27

output-workflow-reset lets you rerun a workflow from after a specific completed step, skipping costly earlier operations. This skill terminates a workflow and creates a new run that replays up to a chosen completed step, then re-executes everything after it. Ideal for iterating on later steps' logic or recovering from failures without re-paying the cost of earlier LLM calls or API requests.

manual: git clone https://github.com/growthxai/output → cp -r output/coding_assistants/claude/plugins/outputai/skills/output-workflow-reset ~/.claude/skills/output-workflow-reset
coding_assistants/claude/plugins/outputai/skills/output-workflow-reset/SKILL.md · version 6d1da2f1

Use it when

  • Yes.
  • output-workflow-reset lets you recover from late-stage workflow failures by resetting to the last known-good step.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

growthxai/output/output-workflow-reset · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I rerun a workflow from a specific step?

output-workflow-reset terminates your current workflow and creates a new run that replays up to your chosen completed step, then re-executes everything after it. This lets you iterate on later steps' logic or recover from failures without re-paying for earlier LLM calls or API requests.

Can I skip expensive steps and restart a workflow midway?

Yes. output-workflow-reset replays your workflow up to a completed step you specify, preserving all upstream outputs and costs. Only steps after your chosen checkpoint re-execute, making it ideal for expensive workflows where you want to avoid re-running earlier LLM calls or API requests.

How do I resume a workflow from a specific point after a late-stage failure?

output-workflow-reset lets you recover from late-stage workflow failures by resetting to the last known-good step. The skill terminates the failed run and creates a new one replaying up to that step, then continues forward—avoiding the cost and time of re-executing earlier steps.

How can I iterate on later workflow steps without full re-execution?

output-workflow-reset is designed for this use case. Specify a completed step as your reset point, and the skill replays up to that checkpoint then re-executes only downstream steps. This lets you refine later steps' prompts or logic while keeping upstream outputs intact.

Can output-workflow-reset branch a workflow for debugging?

Yes. output-workflow-reset can branch an existing workflow run from a midpoint checkpoint, preserving all upstream outputs and avoiding re-execution costs. This is useful for debugging downstream steps while keeping your original run's history and data intact.

Does output-workflow-reset support audit trails for production use?

output-workflow-reset can record reasons when resetting workflows, supporting audit trail requirements in production environments. This helps teams track why and when workflow resets occurred for compliance and operational transparency.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Rerun Workflow From a Step

Overview

This skill resets a workflow to re-run from after a specific completed step. The current run is terminated and a new run is created that replays the workflow up to the given step (reusing its recorded output), then re-executes every step after it.

Use this to avoid re-running expensive early steps (like LLM calls or slow HTTP requests) when you only need to iterate on a later step.

When to Use This Skill

  • A workflow failed late, but every step before the failure succeeded — rerun from after the last known-good step instead of starting over
  • You edited a prompt or step function that only affects steps after step N, and want to validate the change against the same upstream inputs
  • You want to branch off an existing run for debugging

(truncated - see the full file via the links below)

File tree — 1 file
coding_assistants/claude/plugins/outputai/skills/output-workflow-reset/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Rerun a workflow from a specific completed step to avoid re-executing earlier expensive steps”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

civitai-orchestration
by civitai · civitai/civitai

Access Civitai Orchestration workflows and generation jobs through command-line queries. Search workflows by user ID, workflow or job ID, date range, tags, or metadata; retrieve job details including moderation scan results; and download generated images and videos.

Apache-2.0for claude-codeupdated Jul 2026
★ 7,201repo stars
dynamic-workflows
by TheBeardedBearSAS · TheBeardedBearSAS/claude-craft

Dynamic-workflows is a comprehensive orchestration framework that enables teams to coordinate multiple specialized agents across diverse technology stacks. Built for Claude Code adoption at scale, it combines sprint-based workflows, automated browser testing, and intelligent code review systems to streamline development cycles and reduce rework.

MITfor claude-codeupdated Jul 2026
★ 99repo stars
release
by d-kimuson · d-kimuson/claude-code-viewer

This skill orchestrates the complete release process for claude-code-viewer, from version specification through signed commit creation, tag management, and GitHub Actions workflow monitoring. It handles version bumps (patch, minor, major, beta, or explicit semver), validates preconditions like SSH signing config, and guides you through GitHub Release note cleanup and publishing.

MITupdated May 2026
★ 1,262repo stars
Threejs Postprocessing
by calesthio · calesthio/OpenMontage

This skill equips you with post-processing capabilities for Three.js projects, letting you layer effects like bloom, depth of field, and color grading onto your 3D scenes. Whether you're building interactive visualizations or game-like environments, you'll learn to apply sophisticated visual enhancements that transform raw renders into production-ready graphics. Perfect for developers who want to elevate their WebGL output without rewriting core rendering logic.

AGPL-3.0for claude-codeupdated Jul 2026
★ 42,764repo stars
Release
by max-sixty · max-sixty/worktrunk

Release orchestrates the full publication pipeline for Rust projects, handling version bumps, changelog updates, and multi-platform validation before pushing to crates.io and GitHub. It includes built-in safeguards for data-loss review and ensures nothing drifts into main during the release window.

no license declared → metadata onlyfor claude-codeupdated Jul 2026
★ 6,109repo stars
Workflow Audit
by xiaolai · xiaolai/vmark

Workflow Audit systematically reviews `.github/workflows/*.yml` files against security hardening, action version currency, and reliability standards. It discovers all workflow files, validates YAML syntax, runs a comprehensive checklist covering permissions, script injection, timeouts, and cross-workflow consistency, then reports findings sorted by severity with concrete fixes for each issue.

ISCfor claude-codeupdated Jul 2026
★ 424repo stars

More skills wiki-all (MIT)

Tags
workflow-resumptioncost-optimizationstep-replaycheckpoint-recoveryexecution-branchingfailure-recoveryiterative-debuggingtemporal-historyrun-management