jeo

Solid

JEO — Integrated AI agent orchestration skill. Plan with ralph+plannotator, execute with team/bmad, verify browser behavior with agent-browser, apply UI feedback with agentation(annotate), auto-cleanup worktrees after completion. Supports Claude, Codex, Gemini CLI, and OpenCode. Install: ralph, omc, omx, ohmg, bmad, plannotator, agent-browser, agentation.

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# JEO — Integrated Agent Orchestration > Keyword: `jeo` · `annotate` · `UI-review` · `agentui (deprecated)` | Platforms: Claude Code · Codex CLI · Gemini CLI · OpenCode > > A 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, Codex `config.toml`, Gemini `settings.json`, MCP registration, and prompt parameters - `rules`: policy constraints that must hold on every platform - `hooks`: event callbacks that enforce those rules on each platform The key JEO rules are: - do not reopen the PLAN gate when the current plan hash already has a terminal result - only a revised plan resets `plan_gate_status` to `pending` - do not process agentation annotations before explicit submit/onSubmit opens the submit gate The authoritative state is `.omc/state/jeo-state.json`. Hooks may help advance the workflow, but they must obey the state file. --- ## 0. Agent Execution Protocol (follow immediately upon `jeo` keyword detection) > The following are commands, not descriptions. Execute them in order. Each step only proceeds after the previous one completes. ### STEP 0: State File Bootstrap (required — always first) ```bash mkdir -p .omc/state .omc/plans .omc/logs ``` If `.omc/state/jeo-state.json` does not exist, create it: ...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category