workmux-launch

Parse task descriptions and create isolated git worktrees with workmux.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/evatt-harvey-salinger/dotfiles --skill workmux-launch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workmux-launch
Source: https://github.com/evatt-harvey-salinger/dotfiles/tree/main/claude/skills/workmux-launch
Command: npx skills add https://github.com/evatt-harvey-salinger/dotfiles --skill workmux-launch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch tasks in isolated git worktrees using workmux to run multiple tasks concurrently without interfering with each other.

Core Features & Use Cases

  • Plan-driven task segmentation: Parse task descriptions and generate per-worktree plans.
  • Parallel execution: Create multiple worktrees and drive them in parallel.
  • Isolation & traceability: Each worktree has its own context, branches, and plans for reproducibility.

Quick Start

Provide a set of task descriptions to create corresponding worktrees and generate plan files with workmux.

Frequently Asked Questions about workmux-launch

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

FAQPage Schema
How do I run parallel tasks in isolated git worktrees?▼

You can run parallel tasks in isolated git worktrees by providing task descriptions to generate per-worktree plans, create kebab-case branches, and execute them concurrently without workspace interference.

What is the benefit of using git worktrees for parallel development?▼

Git worktrees provide isolation and traceability for parallel development by giving each task its own context, dedicated branch, and plan file, ensuring reproducible workflows without conflicts.

How do I generate planning files for multiple parallel branches?▼

Generate planning files for parallel branches by parsing task descriptions, writing per-task plan files into newly created git worktrees, and committing them to establish isolated contexts.

Does workmux require manual branch creation before launching tasks?▼

Workmux does not require manual branch creation before launching tasks, as it automatically generates kebab-case worktree names, creates the branches, and writes plan files directly from your task descriptions.

What is the best way to manage multiple isolated workspaces for concurrent development?▼

The best way to manage multiple isolated workspaces for concurrent development is using automated worktree creation to parse tasks, generate dedicated branches, and run plans in parallel without manual context switching.