orchestrate-development

Coordinate parallel tasks with subagents and isolated git worktrees.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dynatrace-AI-first/CoordinationPane --skill orchestrate-development-dynatrace-ai-first
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-development
Source: https://github.com/Dynatrace-AI-first/CoordinationPane/tree/main/.pi/skills/orchestrate-development
Command: npx skills add https://github.com/Dynatrace-AI-first/CoordinationPane --skill orchestrate-development-dynatrace-ai-first

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates parallel CoordinationPane task implementation by using subagents and isolated git worktrees to minimize conflicts and accelerate delivery for multi-task sessions.

Core Features & Use Cases

  • Batch planning and conflict-aware task grouping for 2-5 tasks per session.
  • Parallel implementation using dedicated worktrees per worker, with merge and QA integration.
  • Documentation updates and optional smoke checks after merges.

Quick Start

Plan a batch of tasks, create isolated worktrees, deploy workers, merge changes, run QA, and publish updates.

Frequently Asked Questions about orchestrate-development

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 development tasks can avoid merge conflicts by using isolated git worktrees for each worker, applying conflict-aware batch planning, and enforcing sequential merges with QA checks to ensure safe integration.

What is the best way to orchestrate multiple subagents on a single repository?

Orchestrating multiple subagents requires deploying dedicated workers into isolated git worktrees, allowing parallel task implementation while a coordination pane manages batch planning and sequential merges to prevent repository corruption.

Can I group related coding tasks together to accelerate multi-task delivery?

Conflict-aware task grouping allows you to batch 2-5 related tasks per session, enabling parallel implementation across isolated worktrees while minimizing integration conflicts and accelerating overall delivery.

How do I manage manual git worktrees when coordinating parallel feature branches?

Manual git worktrees are managed by creating isolated branches for each worker, implementing tasks in parallel, and sequentially merging changes back to the main branch while running QA checks after each integration.

What steps are needed to safely merge parallel worktree changes back to the main branch?

Safe sequential merges require integrating one isolated worktree at a time, running QA checks after each merge, updating documentation, and optionally performing smoke checks before publishing the final updates.

Does parallel task orchestration work for sessions with more than five concurrent tasks?

Parallel task orchestration using isolated worktrees is designed for batch sessions of 2-5 tasks to maintain safe, repeatable outcomes, as larger batches may complicate sequential merges and conflict-aware grouping.