gemini-devfleet

Plan and dispatch Gemini CLI agents in isolated git worktrees.

86|21|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Jamkris/everything-gemini-code --skill gemini-devfleet-jamkris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-devfleet
Source: https://github.com/Jamkris/everything-gemini-code/tree/main/skills/claude-devfleet
Command: npx skills add https://github.com/Jamkris/everything-gemini-code --skill gemini-devfleet-jamkris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate planning and execution of multi-agent coding tasks by coordinating Gemini CLI agents in isolated worktrees, reducing manual coordination and merge conflicts.

Core Features & Use Cases

  • Multi-agent planning: AI plans a project and breaks it into missions with dependencies.
  • Isolated worktrees: Each agent runs in its own git worktree with automatic merges on completion.
  • Progress reporting: Structured reports summarize changes and next steps across missions.

Quick Start

Initiate a DevFleet plan for a sample coding task and review the resulting mission plan.

Frequently Asked Questions about gemini-devfleet

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

FAQPage Schema
How do I run multiple Gemini CLI agents in parallel without merge conflicts?

Multi-agent orchestration dispatches Gemini CLI agents to separate git worktrees, preventing concurrent file edits and automatically merging completed tasks while enforcing DAG dependencies.

What is dependency-driven execution for parallel AI agents?

Dependency-driven execution enforces DAG dependencies, ensuring downstream missions are only dispatched after their prerequisite coding tasks finish, providing structured centralized reporting across all agents.

How do I plan and dispatch coding tasks across distributed AI agents?

AI analyzes a project to break it into discrete missions with dependencies, auto-dispatching distributed Gemini agents to execute stages in isolated git worktrees and providing structured progress reports.

How are merge conflicts handled when using isolated git worktrees for AI agents?

Safe merge handling automatically integrates completed worktree tasks, but flags and requires manual resolution for conflicts, ensuring structured centralized reporting across distributed agents.

Can I coordinate staged project execution using multiple Gemini agents?

Multi-agent orchestration applies to projects requiring staged execution by enforcing DAG dependencies, auto-dispatching Gemini agents to isolated worktrees, and summarizing changes through centralized reporting.

Do I need an existing git repository to use isolated worktrees for multi-agent orchestration?

Multi-agent orchestration uses git worktrees to isolate parallel execution, requiring an existing repository to enable automated merging and safe manual conflict resolution for distributed agents.