workflow-orchestrator
Installation
SKILL.md
Workflow Orchestrator
Chain AI skills into multi-step automated workflows. Define pipelines where one skill's output becomes the next skill's input. Turn "research this, analyze that, email the summary" into a repeatable, saveable workflow.
When to Use / When NOT to Use
USE workflow-orchestrator when:
- The user wants to run a multi-step process (research, then analyze, then report)
- Building a repeatable pipeline or workflow
- Tasks require sequential execution with data handoff between steps
- The user says "do X then Y then Z" or mentions "pipeline", "workflow", "chain", "sequence", or "end-to-end"
- Combining outputs from multiple skills into a single result
DON'T use workflow-orchestrator when:
- The task is a single skill invocation (just call the skill directly)
- Real-time streaming or continuous processing is needed
- Every step requires human approval (use mission-control for workflow governance instead)