name: agent-orchestration description: Coordinate BioETL multi-agent workflow across py-* profiles using the Codex-local orchestration map.
Agent Orchestration
Objective
Coordinate complex tasks across agent profiles (py-*) with clear handoffs and artifacts.
Source Of Truth
- Orchestration map: ../../agents/ORCHESTRATION.md
- Agent profiles: ../../agents/py-*.md
- Root runtime contract: ../../../AGENTS.md
- Memory policy: ../../../docs/00-project/ai/agents/guides/MEMORY_USAGE.md
Workflow
- Load
../../agents/ORCHESTRATION.md. - Read the memory policy and retrieve the relevant shared/role-specific memory context.
- Select path (full/quick/config/doc) based on task scope.
- Route to corresponding
py-*profile skills for each phase. - Keep artifacts and verification steps aligned with the selected path.