wheel-skip

Community

Skip stalled wheel steps safely.

Authoryoshisada
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Stalled interactive workflow steps waiting for user input can block progress. wheel-skip provides a safe escape hatch to cancel the pending step, write a clear sentinel, and free downstream steps to proceed.

Core Features & Use Cases

  • Cancel a step that is awaiting input and write the exact cancel sentinel to the step's output.
  • Clear the awaiting_user_input flag so the workflow can continue.
  • Downstream steps inspect the output for {"cancelled": true, "reason": "user-skipped"} and adapt accordingly.
  • Safe no-op when there is no active workflow or no step awaiting input.
  • Overwrite any existing output to ensure the cancellation intent is explicit.
  • Aligns with v1 contract expectations and simplifies recovery from stalled steps.

Quick Start

Invoke the wheel-skip CLI to cancel a waiting interactive step and advance the workflow.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: wheel-skip
Download link: https://github.com/yoshisada/ai-repo-template/archive/main.zip#wheel-skip

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.