Team Skill (oh-my-product)

SkillProductivity

Orchestrate parallel tmux workers for a multi-agent team task.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Team Skill (oh-my-product) skill

What this skill tells your AI

The instructions your AI receives, as published by jjongguet/oh-my-product in skills/team/SKILL.md and read by ahel’s review.

Use this skill when the user wants to run a multi-worker team orchestration task.

What it does

Launches omp team run with the specified task and worker count, creating a tmux session with N parallel workers. Each worker receives the team context via GEMINI.md and executes the task, then writes a completion signal.

Usage

omp team run --task "<task description>" --workers <N>

Examples

  • omp team run --task "Review all PRs" --workers 3
  • omp team run --task "Run smoke tests" --workers 2
  • omp team run --task "Audit dependencies" --workers 4

Orchestration steps

  1. Hook system writes team context to .gemini/GEMINI.md
  2. tmux session is created with N worker panes
  3. Each worker runs omp worker run --team <name> --worker <id>
  4. Workers read context, execute task, write done signal to state
  5. Orchestrator polls until all workers complete
  6. Results aggregated and displayed

Acceptance criteria

  • tmux session created with N panes
  • Each pane executes the worker run command
  • Each worker writes a done signal (.omp/state/team/<name>/workers/<id>/done.json)
  • omp team status reflects worker completion

Signals

GitHub stars
99
Forks
22
Last commit
Apr 2026
Advanced
Catalog kind
skill
Gateway key
team-jjongguet
Source
github.com/jjongguet/oh-my-product