# Aibridge Workflow Orchestration

> AIBridge workflow and multi-agent orchestration guidance. Use when Codex needs to design, review, or execute a multi-agent workflow plan, split Unity work into parallel or pipeline agent roles, define structured workflow artifacts, choose between batch/multi automation and agent orchestration, run adversarial verification, investigate Runtime debug evidence, sweep multiple Runtime targets, or prepare AIBridge workflow recipes

- Skill: `liyingsong99/aibridge-workflow-orchestration` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add liyingsong99/aibridge-workflow-orchestration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/liyingsong99/aibridge-workflow-orchestration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: liyingsong99 (https://skillmd.com/u/liyingsong99)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/liyingsong99/aibridge-workflow-orchestration

---


# AIBridge Workflow Orchestration

Focus on recipes, multi-agent orchestration, parallel/pipeline validation, adversarial verification, Runtime sweeps, or structured artifacts. Routine edits and ordinary Unity validation stay with `aibridge-development-workflow` / `aibridge`

## Core Rules

- Keep phases, roles, dependencies, gates, artifacts, and expected outputs explicit
- Prefer parallel read and serial write; parallel write only with isolation, ownership, merge, and gates
- Use structured outputs for intermediate results; separate claims from evidence
- Skill routing is preflight; scope phase Skills then pass compact handoff + artifact refs
- `agent`/`manual` need an external executor; AIBridge CLI does not run them as an LLM scheduler

## Reference Loading

- Patterns: `references/orchestration-patterns.md`
- Recipe shape/gates: `references/recipe-schema.md`
- Workflow CLI commands: `references/workflow-cli-reference.md` (on demand)
- Evidence import: `references/evidence-schema.md`
- Built-in recipes: `references/builtin-recipes.md`

