orchestrating-worktree-agents

Orchestrate parallel AI agent sessions across git worktrees in Ghostty terminals.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill orchestrating-worktree-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-worktree-agents
Source: https://github.com/JuanJoseGonGi/skills/tree/main/orchestrating-worktree-agents
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill orchestrating-worktree-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of dispatching multiple AI coding agents to work in parallel, each within its own isolated git worktree and dedicated Ghostty terminal tab.

Core Features & Use Cases

  • Parallel Task Execution: Run multiple independent development tasks concurrently.
  • Worktree Isolation: Each agent operates in a clean, separate git worktree and branch.
  • Ghostty Integration: Leverages Ghostty terminal's keybinds for seamless tab management.
  • Use Case: When you need to implement several unrelated features simultaneously, this skill allows you to spin up an agent for each feature branch, monitor their progress, and manage their integration without interference.

Quick Start

Use the orchestrating-worktree-agents skill to dispatch an agent to implement user authentication on the feature/auth branch.

Frequently Asked Questions about orchestrating-worktree-agents

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

FAQPage Schema
How do I run parallel AI agents in separate git worktrees?

You can run parallel AI agents in separate git worktrees by using this skill to dispatch independent tasks, automatically creating isolated feature branches and dedicated Ghostty terminal tabs for each agent session.

What is the best way to manage multiple AI coding agents simultaneously?

Managing multiple AI coding agents simultaneously is best handled by orchestrating them across isolated git worktrees, leveraging Ghostty terminal keybinds for seamless tab and window management while each agent works on an independent feature branch.

Does orchestrating worktree agents work with any terminal besides Ghostty?

Orchestrating worktree agents specifically relies on Ghostty terminal integration and its keybinds for seamless tab management, meaning it does not natively support other terminal emulators without explicit configuration.

Can I explicitly select which AI tool is used for each worktree agent?

Yes, you can explicitly select which AI tool is used for each worktree agent, as the orchestration supports explicit tool selection alongside an auto-detection feature that automatically identifies available AI coding tools in the project root.

How do I dispatch an agent to implement a specific feature in a new branch?

You dispatch an agent to implement a specific feature by configuring the project root and specifying the task, which triggers worktree creation, branch isolation, and a dedicated terminal session for that parallel AI development task.

When should I avoid using parallel git worktree agents for development?

You should avoid using parallel git worktree agents for tightly coupled tasks, as this orchestration is designed for multiple independent and unrelated features where agents can operate concurrently without interference or shared dependencies.