What problem does it solve?
This Skill provides a modular orchestration framework for AI agent patterns, enabling structured usage of core deterministic patterns and dynamic orchestration patterns to solve complex tasks.
Core Features & Use Cases
- Pattern Catalog & Quick Reference: Core patterns (Prompt Chaining, Routing, Parallelization) and dynamic patterns (Orchestrator-Workers, Autonomous Agents) organized for fast access.
- Orchestration Protocol: Phase-based guide to task identification, pattern selection, and cross-language implementation.
- Language-Agnostic Templates: Provides language-specific templates in resources/language-implementation.md and sample skeletons.
- Resource Modularity: Separate resources (resources/core-patterns.md, resources/dynamic-orchestration.md, resources/iterative-refinement.md, resources/pattern-combinations.md, resources/language-implementation.md) loaded as needed.
Quick Start
Start by consulting the Quick Reference in SKILL.md to determine the appropriate pattern, load the corresponding resource, and then implement using the language templates in resources/language-implementation.md.