Agent Execution with Worktree

Community

Orchestrate AI agents with isolated Git worktrees.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables safe, parallel execution of Miyabi AI agents using Git Worktree isolation. It prevents conflicts, ensures a clean development environment for each task, and streamlines the management of concurrent AI-driven development efforts.

Core Features & Use Cases

  • Worktree Isolation: Creates isolated Git worktrees for each agent task, preventing conflicts and ensuring a clean state.
  • Agent Orchestration: Provides patterns for executing single or multiple issues in parallel via CoordinatorAgent, CodeGenAgent, ReviewAgent, etc.
  • Worktree Lifecycle Management: Guides through the entire worktree process, from creation and context setup to merging and cleanup.
  • Use Case: You have three GitHub Issues that can be worked on simultaneously by AI agents. Use this Skill to launch three parallel CodeGenAgents, each in its own Git Worktree, to implement the features. The Skill will manage the isolation, execution, and eventual merging of these independent development efforts.

Quick Start

Run the CoordinatorAgent on GitHub Issue #270 to initiate its automated processing in an isolated Git worktree.

Dependency Matrix

Required Modules

gitcargotmuxgh

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Agent Execution with Worktree
Download link: https://github.com/ShunsukeHayashi/miyabi-mcp-bundle/archive/main.zip#agent-execution-with-worktree

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository