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
| Agent | Responsibility |
|---|---|
| workflow-guide | Coordinates complex multi-domain projects |
| pm-agent | Planning and architecture decomposition |
| frontend-agent | React/Next.js implementation |
| backend-agent | API/database/auth implementation |
| mobile-agent | Flutter/mobile implementation |
| qa-agent | Security/performance/accessibility review |
| debug-agent | Root-cause analysis and regression-safe fixes |
| orchestrator | CLI-based sub-agent orchestration |
| commit | Conventional commit workflow |
Project Structure
.agent/skills/: skill definitions and resources.agent/workflows/: explicit workflow commands.serena/memories/: runtime orchestration statecli/cli.ts: source of truth for command interfaces
Progressive Disclosure
- Identify request intent
- Load only required skill resources
- Execute with specialized agents
- Verify and iterate via QA/debug loops