workflow-runner

Execute agency-orchestrator YAML workflows using the current LLM.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill workflow-runner-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.trae/skills/workflow-runner
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill workflow-runner-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute agency-orchestrator YAML workflows inside Claude/OpenClaw/Cursor directly, without needing API keys, using the current session's LLM as the execution engine.

Core Features & Use Cases

  • Parses and validates user-provided YAML workflow files.
  • Automatically resolves role directories, renders task templates, and coordinates multi-step execution across agents.
  • Produces a final summary and preserves step outputs for audit and reuse.

Quick Start

Provide a YAML workflow file or describe the multi-role task, and I will run it inside this chat using AI 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 YAML workflows inside my current Claude or Cursor session?

You can run YAML workflows directly inside Claude or Cursor by providing the YAML file, using the active LLM session as the execution engine without needing any API keys.

How do I execute multi-role AI agent tasks without API keys?

Executing multi-role AI agent tasks without API keys is done by resolving roles, rendering task templates, and coordinating sequential or parallel steps using the current chat session as the execution engine.

How does YAML parsing and role resolution work for multi-agent workflows?

YAML parsing and role resolution work by validating the user-provided YAML workflow file, automatically resolving role directories, and rendering task templates to coordinate multi-step execution across agents.

Can I automate sequential and parallel steps in a multi-agent workflow directly in my chat?

Yes, you can automate sequential and parallel workflow steps directly in your chat by providing a YAML workflow file or describing the multi-role task to the current LLM session.

When should I use YAML workflow orchestration instead of manual multi-agent prompting?

You should use YAML workflow orchestration when you need structured multi-role collaboration, context management across steps, and preserved step outputs for audit and reuse rather than manual prompting.

Does this workflow runner support preserving step outputs for audit in multi-agent tasks?

Yes, the workflow runner supports preserving step outputs for audit by enforcing YAML parsing, managing context across execution steps, and producing a final summary alongside any generated artifacts.