omc-agents

Route tasks to specialized agent roles within the Codex system.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/huyhung9630/codex_plugin --skill omc-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-agents
Source: https://github.com/huyhung9630/codex_plugin/tree/main/plugins/oh-my-codex-workflows/skills/omc-agents
Command: npx skills add https://github.com/huyhung9630/codex_plugin --skill omc-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of routing tasks to specific agent roles within the Codex system, enabling efficient and specialized task handling.

Core Features & Use Cases

  • Role Routing: Direct tasks to architect, executor, verifier, and other specialized roles.
  • Task Splitting: Split complex tasks into manageable parts for parallel processing.
  • Use Case: When you need to implement a large software feature, you can use this Skill to assign the appropriate roles (e.g., architect, planner, executor) to handle different aspects of the development process.

Quick Start

Use the omc-agents skill to route the task of implementing a new feature to the architect, planner, and executor roles.

Frequently Asked Questions about omc-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route complex software development tasks to specialized agents?

You can route complex software development tasks by assigning them to specialized agent roles like architect, planner, and executor. This enables parallel processing and ensures role-based task handling for efficient implementation.

How does multi-agent role routing work for feature implementation?

Multi-agent role routing works by splitting complex tasks into manageable parts and directing them to specialized roles. This facilitates parallel processing and structured handling of different development aspects within the Codex system.

Do I need a Codex plugin to use multi-agent task orchestration?

Yes, multi-agent task orchestration requires a Codex plugin environment. You also need role definitions configured in the agents directory to facilitate role-based task handling and parallel processing.

What's the best way to split large software features for parallel processing?

The best way to split large software features is using task splitting to divide them into manageable parts. You then route these parts to specialized agent roles like architect, executor, and verifier for parallel processing.

Can I assign tasks to architect, planner, and executor roles simultaneously?

Yes, you can assign tasks to architect, planner, and executor roles simultaneously. The system manages task routing to these specialized roles, enabling parallel processing and efficient handling of complex development workflows.

Why define roles in the agents directory for task orchestration?

Defining roles in the agents directory is required for task orchestration because it provides the specialized role definitions needed for routing. Without these definitions, the system cannot facilitate role-based task handling or parallel processing.