creating-workflows-from-description

Installation
SKILL.md

Creating Workflows from Description

When to Use

Proactively suggest orchestration when user describes tasks involving:

  • Multiple sequential steps with dependencies
  • Parallel operations that could run simultaneously
  • Conditional logic or branching (if/then scenarios)
  • Error handling or retry requirements
  • Testing, review, and deployment phases
  • Complex multi-agent coordination
  • Quality gates or approval checkpoints

Trigger Patterns

Watch for these patterns in user messages:

Installs
3
GitHub Stars
216
First Seen
Feb 8, 2026
creating-workflows-from-description — mbruhler/claude-orchestration