multi-scenario-orchestration

Installation
SKILL.md

Multi-Scenario Orchestration

Design patterns for showcasing one skill across 3 parallel scenarios with synchronized execution and progressive difficulty.

Core Pattern

┌─────────────────────────────────────────────────────────────────────┐
│                   MULTI-SCENARIO ORCHESTRATOR                        │
├─────────────────────────────────────────────────────────────────────┤
│                                                                     │
│  [Coordinator] ──┬─→ [Scenario 1: Simple]       (Easy)            │
│       ▲          │      └─→ [Skill Instance 1]                    │
│       │          ├─→ [Scenario 2: Medium]       (Intermediate)    │
│       │          │      └─→ [Skill Instance 2]                    │
│       │          └─→ [Scenario 3: Complex]      (Advanced)        │
│       │                 └─→ [Skill Instance 3]                    │
│       │                                                             │
│   [State Manager] ◄──── All instances report progress              │
Related skills

More from yonatangross/orchestkit

Installs
5
GitHub Stars
170
First Seen
Feb 6, 2026