using-orchestration
Installation
SKILL.md
Using the Orchestration System
When to Suggest
Proactively suggest /orchestrate when user describes:
Clear Triggers:
- Multiple agents needed in sequence: "explore then review then implement"
- Parallel operations: "run tests and lint at the same time"
- Conditional workflows: "if tests pass, deploy; if failed, fix and retry"
- Retry logic: "keep trying until it works"
- Workflow automation: "I do this same process often"
- Multiple checkpoints: "I want to review before deploying"