Complete AI TrainingYourJobSkills for your job

Skills / agent-orchestration

orchestrate

Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.

AI & Automationcodexdelegationmulti-agentorchestrationsubagents

Orchestrate

Coordinate substantial work across focused subagents while remaining available to the user and retaining responsibility for the integrated result.

When to Use

  • Use when a task has multiple independent research, review, or implementation lanes.
  • Use when parallel work will materially reduce elapsed time or improve coverage.
  • Use when a coordinator must synthesize several bounded outputs into one verified result.

Keep trivial tasks with the coordinator.

Workflow

  1. Decompose the task into distinct, bounded assignments with explicit outputs.
  2. Run narrow, read-only scouts in parallel with low reasoning effort and no
  3. inherited conversation when the runtime supports those controls. Give each scout all scoped context and evidence required to complete its assignment.

  4. Use medium reasoning effort for routine implementation and high reasoning
  5. effort for difficult work.

  6. Give each subagent distinct ownership. Prevent overlapping assignments, and
  7. instruct leaf workers not to delegate.

  8. Integrate the outputs, resolve conflicts, and verify the combined result.
  9. Keep approvals and externally consequential decisions with the user.

Examples

  • For a repository-wide feature, assign non-overlapping agents to architecture
  • inspection, implementation, and test review, then integrate their findings and run the final verification from the coo

Subscribers only

The full skill, its 2 bundled files and every download is included with every paid Complete AI plan.

Details

Sourceprovencher/codex-skills
LicenseMIT
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, agents/openai.yaml
Added2026-07-26

Related skills

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

agy-delegate

Delegate coding tasks to the Google Antigravity CLI (`agy`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.

aider-delegate

Delegate coding tasks to Aider (`aider`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.

claude-delegate

Delegate coding tasks to a separate Claude Code CLI process or Claude session only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.

cline-delegate

Delegate coding tasks to the Cline CLI (`cline`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.

codex-delegate

Delegate coding tasks to the OpenAI Codex CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.