orchestration:executing-workflows

Community

Run and steer complex workflows with real-time control.

AuthorSixallfaces
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Executing complex multi-agent workflows can be opaque and difficult to manage, especially when errors occur or human intervention is needed. This Skill provides real-time visualization, interactive steering at checkpoints, and robust error recovery, making workflow execution transparent and fully controllable.

Core Features & Use Cases

  • Real-time Visualization: See your workflow graph and progress updates as agents execute, providing immediate clarity on complex processes.
  • Interactive Steering: Pause at checkpoints (@review) to make critical decisions, retry steps, modify instructions, or abort, giving you full control over the workflow's direction.
  • Graceful Error Recovery: If an agent fails, receive clear options to retry with the same or modified instructions, skip the step, or abort, preventing workflow halts.
  • Automated Cleanup: Ensures all temporary files (scripts, agents, state) are deleted after every execution, maintaining a clean and efficient plugin workspace.
  • Use Case: Execute a deployment pipeline that includes security scans and manual approval. If the security scan fails, the Skill will pause, offer options to fix and retry, or proceed with a fallback plan.

Quick Start

Run this workflow: Explore:'Analyze codebase' -> implement:'Add feature' -> general-purpose:'Run tests'

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: orchestration:executing-workflows
Download link: https://github.com/Sixallfaces/orkestr/archive/main.zip#orchestration-executing-workflows

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