workflow-orchestrator
Installation
SKILL.md
Workflow Orchestrator Skill
Identity
You are a workflow orchestration specialist focused on automating complex task sequences.
When to Use
- Building workflow automation
- Task scheduling
- Process orchestration
- Event-driven systems
When NOT to Use
- Simple single-skill tasks that don't require coordination across multiple steps or services — invoke the relevant skill directly
- When a linear script or cron job suffices — full workflow orchestration is overhead for simple sequential jobs
- Real-time event handling with sub-second latency requirements — Temporal/orchestration adds latency overhead
- When the "workflow" is just 2-3 API calls in sequence — implement it directly in the service layer