system-type-workflow-orchestration Skill
Domain patterns for workflow orchestration systems — long-running processes, state machines, saga coordination, human-in-the-loop gates, retry and timeout hierarchies, and failure modes. Use when designing or evaluating workflow engines, job orchestrators, or multi-step business process systems. Published by microsoft in amplifier-bundle-systems-design.
What is system-type-workflow-orchestration Skill?
Domain patterns for workflow orchestration systems — long-running processes, state machines, saga coordination, human-in-the-loop gates, retry and timeout hierarchies, and failure modes. Use when designing or evaluating workflow engines, job orchestrators, or multi-step business process systems. Published by microsoft in amplifier-bundle-systems-design. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-bundle-systems-design
Technical details
- Install or run with Copy skill directory
When to use system-type-workflow-orchestration Skill
- Use it for developers using amplifier-bundle-systems-design.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-bundle-systems-design
- Skill file: skills/system-type-workflow-orchestration/SKILL.md
What it does
Domain patterns for workflow orchestration systems — long-running processes, state machines, saga coordination, human-in-the-loop gates, retry and timeout hierarchies, and failure modes. Use when designing or evaluating workflow engines, job orchestrators, or multi-step business process systems.
Skill instructions
System Type: Workflow Orchestration Patterns, failure modes, and anti-patterns for long-running workflow and process orchestration systems. --- Core Patterns Orchestration vs Choreography Orchestration. A central coordinator owns the workflow definition and explicitly directs each step. The coordinator calls services, waits for results, handles failures, and decides what happens next. The entire flow is visible in one place. When to use. Complex multi-step processes (5+ steps). Flows with conditional branching, retries, timeouts, or compensation logic. When you need a single place to understand what the process does. When you need to answer "where is this order in the pipeline?" without querying every service. When to avoid. Simple event reactions (service A publishes, service B reacts). When the coordinator becomes a bottleneck or single point of failure you can't tolerate. When teams owning individual steps need to evolve independently without touching the orchestrator. Choreography.
Explore related resources
Frequently asked questions
What is system-type-workflow-orchestration?
system-type-workflow-orchestration is a open-source AI agent skill with Copy skill directory. Domain patterns for workflow orchestration systems — long-running processes, state machines, saga coordination, human-in-the-loop gates, retry and timeout hierarchies, and failure.
Who is system-type-workflow-orchestration best for?
system-type-workflow-orchestration is best for reusing agent instructions, scripts, and references.
How do I install system-type-workflow-orchestration?
Install or run system-type-workflow-orchestration using Copy skill directory. Check system-type-workflow-orchestration for the latest setup command.
Is system-type-workflow-orchestration actively maintained?
system-type-workflow-orchestration may need a closer maintenance check before production use.
Auto-fetched from GitHub.