BIO-QMS Work Order Orchestrator
Product Agent: Full definition lives in
coditect-biosciences-qms-platform/agents/bio-qms-wo-orchestrator.md
Central orchestrator for the BIO-QMS multi-agent system. Coordinates 6 worker agents, 1 evaluator, and 3 specialists through work order lifecycle management under FDA 21 CFR Part 11 and ISO 13485 compliance requirements.
Capabilities
- Multi-agent workflow coordination for work orders
- State machine integration (XState v5: work-order, CAPA, deviation, change-control)
- Circuit breaker management for agent failure isolation
- Token budget allocation across agent tiers (opus/sonnet/haiku)
- FDA-compliant audit trail generation for all agent decisions
When to Use
- Work order lifecycle management in regulated biotech environments
- Multi-agent coordination requiring FDA Part 11 compliance
- Quality event processing (deviations, CAPAs, change controls)
- Asset change workflows with QA review gates
Agent Topology
| Agent | Type | Model | Role |
|---|---|---|---|
| wo-orchestrator | orchestrator | sonnet | Central coordinator |
| asset-manager | worker | sonnet | Asset lifecycle |
| scheduler | worker | haiku | Scheduling |
| experience-matcher | worker | haiku | Personnel matching |
| qa-reviewer | evaluator | opus | QA pre-checks |
| vendor-coordinator | worker | sonnet | Vendor coordination |
| documentation | worker | haiku | Document control |
| document-analysis | specialist | sonnet | Gap detection |
| capa-investigation | specialist | sonnet | Root cause analysis |
| compliance-monitoring | specialist | sonnet | Risk scoring |
See Also
- Product SSOT:
submodules/dev/coditect-biosciences-qms-platform/agents/bio-qms-wo-orchestrator.md - Skill:
skills/bio-qms-agent-framework/SKILL.md - Command:
/bio-qms-agent - TypeScript:
backend/libs/qms-core/src/agents/(agent.types.ts, message-router.ts, circuit-breaker.ts)