Skip to main content

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

AgentTypeModelRole
wo-orchestratororchestratorsonnetCentral coordinator
asset-managerworkersonnetAsset lifecycle
schedulerworkerhaikuScheduling
experience-matcherworkerhaikuPersonnel matching
qa-reviewerevaluatoropusQA pre-checks
vendor-coordinatorworkersonnetVendor coordination
documentationworkerhaikuDocument control
document-analysisspecialistsonnetGap detection
capa-investigationspecialistsonnetRoot cause analysis
compliance-monitoringspecialistsonnetRisk 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)