skills/creating-workflows-from-description/SKILL.md
Use when user describes complex multi-step tasks that could benefit from orchestration - guides natural language workflow creation
npx skillsauth add mbruhler/claude-orchestration creating-workflows-from-descriptionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Proactively suggest orchestration when user describes tasks involving:
Watch for these patterns in user messages:
Explicit workflow requests:
Implicit workflow descriptions:
Example phrases:
When triggers detected, suggest orchestration:
This sounds like a perfect use case for orchestration! I can help you create a workflow that handles:
[List 2-4 key aspects identified from description, e.g.:]
- Sequential testing and deployment steps
- Parallel validation (tests + security scan)
- Conditional deployment based on test results
- Automatic rollback on failure
Would you like me to guide you through creating this workflow?
If user says yes:
Execute the create command with their description:
/orchestration:create [initial description from user message]
If user says no or wants to see example first:
Show relevant example from docs/reference/examples.md that matches their pattern.
User: "I need to implement authentication using test-driven development"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a TDD workflow that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create implement authentication with TDD
User: "Can you help me set up automated deployment that runs tests first, then if everything passes, does a security scan, and only deploys if both succeed?"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a deployment pipeline that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create deploy with tests and security validation
User: "I want to make sure all my changes go through code review and pass linting before merging"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a review workflow that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create code review with linting and approval
Simple single-step tasks:
Already using orchestration syntax:
Exploratory questions:
This skill makes Claude proactive about suggesting orchestration when appropriate. It works alongside:
/orchestration:create - Command this skill triggersusing-orchestration - General guidance skillworkflow-socratic-designer - Agent this launches✅ Claude suggests orchestration for multi-step tasks ✅ Claude identifies parallel opportunities ✅ Claude recognizes conditional logic needs ✅ Claude explains workflow benefits before offering ✅ Claude uses /orchestration:create when user agrees
data-ai
Use and customize workflow templates for common scenarios. Use when user wants to use a template, asks about available templates, or wants to customize existing workflows.
documentation
Use when user has complex multi-agent workflows, needs to coordinate sequential or parallel agent execution, wants workflow visualization and control, or mentions automating repetitive multi-agent processes - guides discovery and usage of the orchestration system
tools
Create and execute temporary scripts (Python, Node.js, shell) during workflow execution for API integrations, data processing, and custom tools. Use when user needs to interact with external APIs, process data with specific libraries, or create temporary executable code.
testing
Manages temporary and defined agents including creation, promotion, cleanup, and namespacing. Use when user creates custom agents, asks about agent lifecycle, temp agents, or agent management.