workflow-runner

Execute multi-step plans with serial, parallel, or sub-agent task execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/syzl8512/openclaw-experience --skill workflow-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/syzl8512/openclaw-experience/tree/main/07_%E5%88%9B%E4%BD%9C%E5%B7%A5%E5%85%B7/workflow-runner
Command: npx skills add https://github.com/syzl8512/openclaw-experience --skill workflow-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the execution of complex, multi-step plans by managing tasks sequentially or in parallel, ensuring efficient workflow completion.

Core Features & Use Cases

  • Serial Execution: Handles tasks with dependencies, ensuring they run in the correct order.
  • Parallel Execution: Runs independent tasks concurrently to save time.
  • Sub-Agent Delegation: Distributes tasks to other agents for specialized processing.
  • Use Case: Automate the setup of a development environment by installing Node.js, then installing dependencies, and finally configuring environment variables in sequence.

Quick Start

Use the workflow-runner skill to execute a plan to install Node.js, install dependencies, and configure environment variables.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
How do I execute multi-step plans with both serial and parallel processing?

To execute multi-step plans, you can coordinate serial execution for dependent tasks and parallel execution for independent tasks concurrently to save time, ensuring efficient workflow completion.

What is sub-agent delegation in task execution workflows?

Sub-agent delegation in task execution workflows distributes specific tasks to other agents for specialized processing, allowing complex plans to be managed and completed more efficiently.

Can I configure timeouts and retries for complex task management?

Yes, you can configure timeouts and retries for complex task management to ensure robust execution, handle errors effectively, and verify results across your automated workflows.

How do I automate a development environment setup sequentially?

You can automate a development environment setup sequentially by defining serial execution tasks, such as installing Node.js, installing dependencies, and configuring environment variables in order.

What is the best way to manage task dependencies in automated workflows?

The best way to manage task dependencies in automated workflows is using serial execution to ensure tasks run in the correct order, handling result verification and error handling automatically.