workflow-runner

Execute multi-agent YAML orchestration workflows with role-based task dependencies.

9|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/TonyQ-AI/agents-workflow --skill workflow-runner-tonyq-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/TonyQ-AI/agents-workflow/tree/main/skills/workflow-runner
Command: npx skills add https://github.com/TonyQ-AI/agents-workflow --skill workflow-runner-tonyq-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the fragmentation of multi-agent orchestration by allowing users to execute complex, role-based YAML workflows directly within their existing AI coding tools without needing external API keys or complex infrastructure.

Core Features & Use Cases

  • Direct YAML Execution: Parses and runs agency-orchestrator YAML files using the current session's LLM as the engine.
  • Role-Based Collaboration: Automatically orchestrates multiple agents (e.g., Product Manager, Architect) to complete complex tasks sequentially or in parallel.
  • Use Case: When you have a predefined development process, simply provide the YAML workflow file to the AI, and it will step through the roles, manage dependencies, and generate a final summary report.

Quick Start

Run the workflow defined in workflows/story-creation.yaml using the current session agents.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
How do I run multi-agent YAML workflows directly in an AI chat session?

Multi-agent YAML workflows run directly in your AI chat by parsing task dependencies and role definitions within the current LLM session, allowing the model to act as the orchestration engine without external infrastructure.

Can I execute role-based agent collaboration without external API keys?

Role-based agent collaboration can be executed without external API keys by using the current session's LLM to automatically orchestrate multiple agents, such as a Product Manager or Architect, to complete complex tasks sequentially or in parallel.

What is the best way to automate topological execution of multi-step processes in AI?

Topological execution of multi-step processes is automated by providing a valid YAML workflow definition to the AI, which then steps through the roles, manages dependencies, and generates a final summary report.

Does workflow orchestration work with predefined development processes in YAML?

Workflow orchestration works with predefined development processes by parsing agency-orchestrator YAML files, mapping out topological task dependencies, and executing the defined roles automatically within the chat session.

Do I need complex infrastructure to orchestrate multi-agent tasks?

You do not need complex infrastructure to orchestrate multi-agent tasks; the skill uses the current LLM session as the engine, requiring only a valid YAML workflow definition and access to agent role definitions to manage state and output generation.