What problem does it solve?
This Skill removes the friction of setting up external orchestration tools when you need a multi-step, multi-role workflow completed inside the current AI session. It lets you parse a YAML workflow, resolve inputs, execute each role in order, and preserve outputs without leaving the chat.
Core Features & Use Cases
- YAML workflow parsing: Reads agency-orchestrator style workflow definitions and extracts inputs, steps, dependencies, and execution metadata.
- Role-based execution: Loads each role definition from the agent directory and performs the task using that role's system instructions and communication style.
- Dependency-aware planning: Topologically sorts steps, runs independent steps in parallel when possible, and keeps shared outputs available for later steps.
- Persistent run artifacts: Saves step outputs, summaries, and metadata into a structured output folder for review and reuse.
- Use cases: Running a product review workflow, coordinating research and writing roles, or executing a custom multi-agent process from a provided YAML file.
Quick Start
Ask the skill to run your YAML workflow file and provide any required input values so it can execute the steps and save the results.