workflow-runner

Execute agency-orchestrator YAML workflows inside AI coding tools.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill workflow-runner-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/workflow-runner
Command: npx skills add https://github.com/lie5860/ak-guess --skill workflow-runner-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在 Claude Code / OpenClaw / Cursor 等 AI 工具内直接运行 agency-orchestrator 的 YAML 工作流,无需 API key,当前会话的 LLM 即为执行引擎。

Core Features & Use Cases

  • 在一个对话会话内读取、解析并按层执行 YAML 工作流,支持多角色协作与串行/并行任务。
  • 自动定位角色定义目录、渲染任务模板、层级化执行计划,并将每步输出向后传递以供后续步骤使用。
  • 适用于需要跨角色协作的产品需求评审、设计评审和任务分解等场景。

Quick Start

Provide a YAML workflow file or describe the multi-agent task to begin execution inside the AI tool.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
Can I run multi-agent YAML workflows inside Claude Code without an API key?

Yes, you can run multi-agent YAML workflows inside Claude Code without an API key. The current session LLM acts as the execution engine, reading role definitions and running steps in topological order directly within the tool.

How do I execute a YAML workflow with multiple agent roles in Cursor?

To execute a YAML workflow in Cursor, provide the YAML workflow file and a role directory like agency-agents-zh. The workflow runner parses role definitions, resolves dependencies, renders task templates, and executes steps in topological order.

What is topological execution for multi-agent orchestration in AI tools?

Topological execution for multi-agent orchestration means resolving task dependencies to run serial and parallel steps in correct order. It ensures each step's output is passed backward to subsequent steps, enabling structured cross-role collaboration within a single conversation session.

Does the workflow runner support parallel task execution across multiple agent roles?

Yes, the workflow runner supports parallel task execution across multiple agent roles. It reads YAML workflow definitions, locates role definitions, and executes both serial and parallel tasks while passing each step's output to subsequent steps.

What do I need to set up before running agency-orchestrator workflows in OpenClaw?

Before running agency-orchestrator workflows in OpenClaw, you need a YAML workflow file, a role directory such as agency-agents-zh for role definitions, and an active LLM session to act as the execution engine for template rendering and step execution.

When should I use YAML workflow orchestration instead of single-prompt AI interactions?

Use YAML workflow orchestration instead of single-prompt interactions when you require structured multi-role collaboration for product requirement reviews, design reviews, or task decomposition that need dependency resolution and layered execution plans.