oh-my-ag iconoh-my-ag

Search Documentation

Search for documentation

Introduction

oh-my-ag is a multi-agent orchestrator for Antigravity IDE. It routes requests to specialized skills and coordinates agents through Serena memories.

What You Get

  • Request-driven skill routing
  • Workflow-based execution for planning/review/debugging
  • CLI orchestration for parallel agent runs
  • Real-time dashboards for session monitoring

Agent Roles

AgentResponsibility
workflow-guideCoordinates complex multi-domain projects
pm-agentPlanning and architecture decomposition
frontend-agentReact/Next.js implementation
backend-agentAPI/database/auth implementation
mobile-agentFlutter/mobile implementation
qa-agentSecurity/performance/accessibility review
debug-agentRoot-cause analysis and regression-safe fixes
orchestratorCLI-based sub-agent orchestration
commitConventional commit workflow

Project Structure

  • .agent/skills/: skill definitions and resources
  • .agent/workflows/: explicit workflow commands
  • .serena/memories/: runtime orchestration state
  • cli/cli.ts: source of truth for command interfaces

Progressive Disclosure

  1. Identify request intent
  2. Load only required skill resources
  3. Execute with specialized agents
  4. Verify and iterate via QA/debug loops