gemini-devfleet

Orchestrate multi-agent coding missions in isolated worktrees via Gemini DevFleet.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/llmh333/employee_management_spring --skill gemini-devfleet-llmh333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-devfleet
Source: https://github.com/llmh333/employee_management_spring/tree/main/.gemini/skills/claude-devfleet
Command: npx skills add https://github.com/llmh333/employee_management_spring --skill gemini-devfleet-llmh333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the slow, single-threaded workflow of planning and implementing medium-to-large coding changes by coordinating multiple agent missions in parallel and consolidating their results.

Core Features & Use Cases

  • Project planning into a mission DAG: Turns a task description into sequenced missions with explicit dependencies for buildout and testing.
  • Parallel execution in isolated worktrees: Dispatches multiple Gemini CLI agents concurrently with automatic merging on completion.
  • Structured progress and reporting: Monitors mission status and returns actionable reports (files changed, what was done, errors, and next steps) for review.

Quick Start

Use the gemini-devfleet skill to plan and then dispatch a multi-mission implementation of a REST API with authentication and tests via Gemini DevFleet.

Frequently Asked Questions about gemini-devfleet

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

FAQPage Schema
How do I orchestrate multiple coding agents to work in parallel?

You can run parallel coding agents by planning a mission DAG and dispatching multiple Gemini CLI agents concurrently into isolated worktrees. This multi-agent orchestration automatically merges completed work and consolidates structured reports for review.

How do I break down a large coding task into a dependency-aware mission graph?

You can turn a task description into a dependency-aware mission graph that sequences buildout and testing tasks. This mission planning maps explicit dependencies so parallel agents execute work in the correct order.

Do I need a running Gemini DevFleet instance to use multi-agent coding workflows?

Yes, dispatching parallel Gemini agents requires a running Gemini DevFleet instance connected via MCP. This connection enables tool-driven mission creation, dependency-aware auto-dispatch, status monitoring, and report retrieval.

How do I dispatch Gemini agents into isolated Git worktrees for parallel development?

You can dispatch multiple Gemini CLI agents concurrently into isolated Git worktrees to execute parallel development tasks safely. This worktree isolation prevents conflicts and automatically merges changes upon mission completion.

How do I get structured reports for completed coding missions?

Structured reporting monitors mission status and retrieves actionable reports for completed coding missions. These reports detail files changed, what was done, errors encountered, and next steps to produce review-ready change summaries.