kf-conductor

Coordinate multiple Claude Code workers via tmux with automatic dispatch and lifecycle management.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-conductor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kf-conductor
Source: https://github.com/Kiloforge/kiloforge-skills/tree/main/kf-conductor
Command: npx skills add https://github.com/Kiloforge/kiloforge-skills --skill kf-conductor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and manages multiple Claude Code workers in a single, persistent conductor, enabling scalable parallel development with automatic dispatch and lifecycle management.

Core Features & Use Cases

  • Persistent manager loops that auto-dispatch work to idle workers, monitor progress, and clean up finished tasks.
  • Spawns and coordinates multiple worker worktrees, allowing parallel development on different tracks.
  • Provides status reporting, graceful stop/start controls, and configurable max_workers to balance resources.

Quick Start

Start the conductor in a dedicated tmux window to begin automatic dispatch and monitoring.

Frequently Asked Questions about kf-conductor

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

FAQPage Schema
How do I orchestrate multiple Claude Code workers in parallel?

Orchestrating parallel Claude Code workers is done through a tmux-based conductor that manages worker lifecycles, spawns git worktrees, and applies deterministic dispatch to distribute tasks across idle workers.

What is tmux-based orchestration for AI-assisted development?

Tmux-based orchestration is a persistent manager loop that automatically dispatches work to idle AI workers, monitors progress, and cleans up finished tasks within a single unifying terminal session.

How do I manage git worktrees for parallel AI development workflows?

Managing git worktrees for parallel workflows involves spawning coordinated worker worktrees through a conductor, enabling different AI workers to develop on isolated tracks simultaneously with automated cleanup.

Can I limit the number of concurrent workers in Claude Code orchestration?

Yes, you can limit concurrent workers by configuring the max_workers setting, which balances system resources while the conductor handles automated dispatch, status reporting, and lifecycle management.

Does Claude Code worker orchestration support automatic task cleanup?

Claude Code worker orchestration supports automatic cleanup through lifecycle management that gracefully stops finished tasks, removes temporary worker worktrees, and provides status reporting for the active pool.

When should I use a tmux conductor for AI-assisted development?

Use a tmux conductor for AI-assisted development when your project requires scalable worker orchestration, track spawning, and persistent status reporting across multiple parallel development workflows.