worktree

Analyze task dependencies and dispatch worktree tasks to Implement.

36|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dfrysinger/qrspi-plus --skill worktree-dfrysinger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree
Source: https://github.com/dfrysinger/qrspi-plus/tree/main/skills/worktree
Command: npx skills add https://github.com/dfrysinger/qrspi-plus --skill worktree-dfrysinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates worktree planning and task dispatch for the QRSPI pipeline by analyzing task dependencies, selecting an execution mode, and coordinating task distribution to Implement after plan approval.

Core Features & Use Cases

  • Analyze task dependencies for the current phase and identify execution constraints.
  • Determine execution mode (Sequential, Parallel, or Hybrid) based on file overlaps and dependencies.
  • Create worktrees under .worktrees/, gate deployments with an approved parallelization plan, and dispatch tasks to Implement.
  • Enforce gating rules, run baseline checks per worktree, and consolidate results for review.

Quick Start

Trigger Worktree after plan.md approval to have me analyze dependencies, create worktrees, and dispatch tasks to Implement.

Frequently Asked Questions about worktree

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

FAQPage Schema
How do I automate task dispatch and worktree creation after planning?

Automate worktree creation and task dispatch by triggering this process after plan approval, allowing dependency analysis and execution mode selection to orchestrate tasks to implementation.

What is the best way to parallelize development tasks using git worktrees?

Parallelize development tasks by analyzing file overlaps and dependencies to select an execution mode, creating isolated worktrees under .worktrees/ to dispatch tasks concurrently.

What prerequisites are needed to automate worktree planning in a pipeline?

Worktree planning requires an approved plan.md and available artifacts like config.md and design.md to read task definitions and compute branch maps and gating decisions.

How do execution modes like sequential, parallel, and hybrid affect task dispatch?

Execution modes determine task dispatch by analyzing dependencies and file overlaps, selecting sequential, parallel, or hybrid orchestration to enforce hard gates and run baseline checks per worktree.

Why does worktree dispatch enforce hard gates and baseline checks?

Hard gates and baseline checks enforce deployment safety by validating dependencies and execution constraints per worktree, presenting a consolidated parallelization plan for user approval before dispatching tasks.

Can I use worktree orchestration without an approved plan.md file?

Worktree orchestration applies only when plan.md is approved and required artifacts are available, reading task definitions to compute dependencies, branch maps, and gating decisions for safe dispatch.