orchestration-service-nestjs
Installation
SKILL.md
Orchestration Service Pattern - NestJS
Orchestration Services coordinate multiple Model Services for workflows that span multiple domain models. They sit between Controllers and Model Services, handling cross-domain business logic.
Canonical Examples
Study these real implementations as the source of truth:
- Orchestration Service: task-orchestration.service.ts
- Processor Service: task-generation-processor.service.ts
- Module: task-orchestration.module.ts