parallel

Orchestrate multi-agent development tasks with Git worktrees and GitHub CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill parallel-kangminlee-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/kangminlee-maker/26-w07-MaunaKea/tree/main/.codex/skills/parallel
Command: npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill parallel-kangminlee-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines complex development tasks by enabling parallel execution across multiple agents, preventing merge conflicts through isolated Git worktrees.

Core Features & Use Cases

  • Parallel Task Execution: Distributes tasks among AI workers for faster completion.
  • Conflict Prevention: Utilizes Git worktrees to ensure each agent works on an isolated codebase.
  • Automated Workflow: Manages GitHub issue creation, worker assignment, and code merging.
  • Use Case: Accelerate the development of a new feature by assigning independent sub-tasks to different AI workers simultaneously, with each worker operating in its own Git branch.

Quick Start

Execute the parallel skill to create GitHub issues and Git worktrees for the tasks defined in specs/new-feature/tasks.md.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I run parallel development tasks without causing merge conflicts?

Parallel task execution prevents merge conflicts by assigning each AI worker a separate Git worktree, ensuring isolated development branches. This allows simultaneous feature development without overlapping file modifications.

What is the best way to distribute sub-tasks across multiple AI agents for software development?

Multi-agent task distribution is managed by breaking down development tasks and assigning them to AI workers operating in isolated Git worktrees. The system handles task breakdown, agent assignment, and automated merging with conflict resolution protocols.

Do I need the GitHub CLI to automate multi-agent task execution?

Yes, the GitHub CLI is required to manage the automated workflow for multi-agent parallel execution. It handles GitHub issue creation, worker assignment, and code merging for the parallel development process.

Can I use Git worktrees for isolated development across multiple agents?

Yes, Git worktrees provide isolated development environments for multiple agents. Each worker operates in its own branch within a separate worktree, preventing cross-interference and enabling conflict-free parallel software development.

How does automated merging with conflict resolution work for parallel code collaboration?

Automated merging for parallel code collaboration integrates isolated Git worktree branches back into the main codebase using defined conflict resolution protocols. It ensures simultaneous development efforts are merged efficiently without manual intervention.