orchestrate-coding-session

Dispatch parallel coding sessions across beads in isolated worktrees.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Dektora/dekspec-public --skill orchestrate-coding-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-coding-session
Source: https://github.com/Dektora/dekspec-public/tree/main/plugins/dekspec/skills/orchestrate-coding-session
Command: npx skills add https://github.com/Dektora/dekspec-public --skill orchestrate-coding-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the orchestration of parallel coding sessions across multiple beads, ensuring efficient and coordinated development work.

Core Features & Use Cases

  • Parallel Coding: Dispatches unblocked beads to parallel sub-agents in isolated worktrees.
  • Result Collection: Collects results from sub-agents and merges worktree branches.
  • Use Case: Ideal for teams working on large projects with multiple interconnected tasks, allowing for simultaneous development and coordination.

Quick Start

Dispatch a parallel coding session for Intent 'INT-123' using the orchestrate-coding-session skill.

Frequently Asked Questions about orchestrate-coding-session

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

FAQPage Schema
How do I run parallel coding sessions in isolated worktrees?

To run parallel coding sessions, this Skill dispatches unblocked beads to parallel sub-agents in isolated worktrees. It coordinates the fresh-context dispatch and collects results to merge worktree branches efficiently.

What is fresh-context dispatch for software development?

Fresh-context dispatch is a mechanism for task orchestration that sends unblocked beads to parallel sub-agents. It ensures coordinated work across isolated worktrees without context overlap during software development.

How do I merge worktree branches from multiple sub-agents?

You merge worktree branches by using the result collection feature. The Skill collects results from parallel sub-agents and automatically merges the worktree branches back together after coding sessions finish.

Can I use task orchestration for large projects with interconnected tasks?

Yes, task orchestration is ideal for large projects with interconnected tasks. It allows simultaneous development across multiple beads by dispatching parallel coding sessions and coordinating sub-agents.

What's the best way to coordinate sub-agents during parallel coding?

The best way to coordinate sub-agents is through automated orchestration. This Skill manages fresh-context dispatch to isolated worktrees and collects results, ensuring parallel coding sessions remain coordinated.

Do I need dependencies to orchestrate coding sessions across beads?

No dependencies are required to orchestrate coding sessions across beads. The Skill operates independently using scripts to dispatch sub-agents to isolated worktrees and merge resulting branches.