ClaudeSuperPower

output-workflow-reset

Skill

Re-run an Output SDK workflow from after a specific completed step, creating a new run that replays up to that point and re-executes subsequent steps. Use when iterating on a later step's prompt or logic without re-running the entire workflow, or when recovering from a failure that only affects step

Install

git clone https://github.com/growthxai/output.git ~/.claude/skills/output-workflow-reset

What is output-workflow-reset?

Re-run an Output SDK workflow from after a specific completed step, creating a new run that replays up to that point and re-executes subsequent steps. Use when iterating on a later step's prompt or logic without re-running the entire workflow, or when recovering from a failure that only affects steps after a known-good point.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

~82 tokens of context used while enabled, before you invoke anything

All declared tools (1)
Bash

Documentation

README · ~4 min read

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 without re-paying the cost of its earlier LLM/API calls
  • Investigating non-determinism in a later step and want to hold earlier outputs constant

When NOT to Use This Skill

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.