jeo
Installation
Summary
Unified AI agent orchestration with planning, execution, verification, and cleanup across Claude, Codex, Gemini, and OpenCode.
- Four-phase workflow: PLAN (ralph + plannotator) → EXECUTE (team/bmad) → VERIFY (agent-browser + optional agentation) → CLEANUP (worktree management)
- Supports Claude Code team mode for parallel multi-agent execution; falls back to BMAD for Codex, Gemini, and OpenCode
- Persistent state tracking via
.omc/state/jeo-state.jsonwith checkpoint-based resume on restart and error recovery - Optional UI feedback loop with agentation when
annotatekeyword is used; auto-starts agentation-mcp server and injects component if needed
SKILL.md
JEO — Integrated Agent Orchestration
Keyword:
jeo·annotate·UI-review·agentui (deprecated)| Platforms: Claude Code · Codex CLI · Gemini CLI · OpenCodeA unified skill providing fully automated orchestration flow: Plan (ralph+plannotator) → Execute (team/bmad) → UI Feedback (agentation/annotate) → Cleanup (worktree cleanup)
Control Layers
JEO uses one cross-platform abstraction for orchestration:
settings: platform/runtime configuration such as Claude hooks, Codexconfig.toml, Geminisettings.json, MCP registration, and prompt parametersrules: policy constraints that must hold on every platformhooks: event callbacks that enforce those rules on each platform
The key JEO rules are: