ao-workflow-runner

Installation
SKILL.md

Multi-Role Workflow Runner

When the user asks to run a workflow (YAML file) or a multi-role collaboration task, follow these steps:

1. Parse Workflow

Read the specified YAML file. Extract name, inputs, steps, depends_on, conditions, and loops.

2. Collect Inputs

  • required: true inputs must be provided by the user
  • Optional inputs with default use the default value
  • Optional inputs without default are set to empty string

3. Build Execution Order

Topological sort by depends_on. Steps without dependencies belong to the same level and can run in parallel.

Installs
1
GitHub Stars
191
First Seen
Apr 9, 2026