team

Orchestrate N coordinated agents across plan-prd-exec-verify-fix stages with Gemini Code native teams.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill team-oneforce
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/oneforce/oh-my-gemini-cli/tree/main/skills/team
Command: npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill team-oneforce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Team Skill enables orchestrating N coordinated agents on a shared task list using Gemini Code native teams, replacing legacy orchestration approaches with a scalable, auditable, stage-based workflow.

Core Features & Use Cases

  • Orchestrates multi-agent collaboration across defined pipeline stages (team-plan, team-prd, team-exec, team-verify, team-fix) with handoffs and persistent state.
  • Supports dynamic team creation, task decomposition, teambuild spawn, progress monitoring, and graceful shutdown of teammates.
  • Provides optional support for CLI workers (Codex Gemini CLI) and hybrid execution with non-Gemini tools for large tasks.

Quick Start

Invoke the team workflow with a chosen N and agent type to decompose a task and spawn teammates.

Frequently Asked Questions about team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents on a shared task list?▼

Multi-agent orchestration coordinates N agents on a shared task list using Gemini Code native teams, providing stage-based workflows with handoffs, state persistence, and dynamic team creation.

What is the best way to manage task handoffs in multi-agent pipelines?▼

Managing task handoffs in multi-agent pipelines is best handled through defined stage transitions like plan, prd, exec, verify, and fix, which maintain persistent state across coordinated agents.

Can I use CLI workers for large task execution in Gemini Code teams?▼

Yes, you can use CLI workers like Codex Gemini CLI for hybrid execution within Gemini Code teams, enabling robust task management and processing for large-scale operations.

How do I decompose a complex project into stages for agent orchestration?▼

Decompose complex projects for agent orchestration by invoking the team workflow with a chosen N and agent type, which splits tasks into plan, prd, exec, verify, and fix stages.

Does multi-agent orchestration support graceful shutdown of teammates?▼

Yes, multi-agent orchestration supports graceful shutdown of teammates, allowing dynamic team creation, progress monitoring, and clean termination once coordinated tasks are completed.

When do I need state persistence in multi-agent task management?▼

You need state persistence in multi-agent task management when executing end-to-end project workflows that require robust tracking across phase transitions, handoffs, and complex multi-stage tasks.