omo

Route code-analysis tasks to specialized agents based on task type and risk.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill omo-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omo
Source: https://github.com/tense-i/stock-market-simulator/tree/main/skills/omo
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill omo-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The orchestrator coordinates multiple specialized agents to analyze code, investigate bugs, plan fixes, and implement changes without writing code directly, enabling faster, safer resolutions.

Core Features & Use Cases

  • Routing-based agent orchestration: selects the minimal set of agents (explore, librarian, oracle, develop) tailored to task type and risk.
  • Context propagation: passes user requests and relevant outputs between agents to preserve continuity.
  • Risk-aware delegation: makes decisions to escalate to higher-risk steps only when necessary.

Quick Start

Route a code issue to the appropriate agents with a complete Context Pack and an explicit acceptance plan.

Frequently Asked Questions about omo

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

FAQPage Schema
How does multi-agent orchestration work for code analysis?

Multi-agent code analysis works by routing tasks to specialized agents—explore, librarian, oracle, and develop—based on task type and risk. It prioritizes minimal agent involvement while ensuring thorough coverage for high-risk or multi-file changes.

How do I coordinate multiple agents to investigate bugs and plan fixes?

You coordinate agents by routing code-analysis tasks to specialized agents based on task type, risk, and context. Context propagation passes user requests and relevant outputs between agents to preserve continuity while investigating bugs and planning fixes.

What's the best way to route code-analysis tasks to specialized agents?

The best way to route code-analysis tasks is using routing-based agent orchestration that selects the minimal set of agents tailored to task type and risk. Risk-aware delegation escalates to higher-risk steps only when necessary.

Do I need to provide a context pack for multi-agent debugging workflows?

Yes, you need to provide a complete Context Pack and an explicit acceptance plan to route a code issue to the appropriate agents. This ensures the orchestrator can propagate context and outputs between agents effectively.

Can I use multi-agent orchestration for multi-file changes without writing code directly?

Yes, the orchestrator coordinates multiple specialized agents to analyze code, investigate bugs, plan fixes, and implement changes without writing code directly. This enables faster, safer resolutions for multi-file changes.

When should I not use multi-agent orchestration for code analysis?

Multi-agent orchestration is not ideal when minimal agent involvement is sufficient, as risk-aware delegation only escalates to higher-risk steps when necessary. It is best suited for high-risk or multi-file changes requiring thorough coverage.