delegate-worker

Assign and process tasks in isolated git worktrees for sub-agent operations.

8|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/sasamuku/dotfiles --skill delegate-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate-worker
Source: https://github.com/sasamuku/dotfiles/tree/main/.claude/skills/delegate-worker
Command: npx skills add https://github.com/sasamuku/dotfiles --skill delegate-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The delegate-worker Skill allows users to delegate tasks to an isolated git worktree, maintaining the main session's cleanliness and isolating changes, bug fixes, or investigations.

Core Features & Use Cases

  • Isolated Workspaces: Run tasks in a separate git worktree to keep the main session clean and prevent unintended side effects.
  • Task Delegation: Automate code changes, bug fixes, or investigations by assigning them to a sub-agent within an isolated environment.
  • Use Case: When a user wants to implement a change or fix a bug without affecting the main project, the delegate-worker Skill can be used to assign this task to a worker in a separate worktree.

Quick Start

To delegate a task, simply type "delegate this task to a worker" followed by a brief description of the task.

Frequently Asked Questions about delegate-worker

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

FAQPage Schema
How do I isolate code changes in a git worktree to keep my main session clean?

Isolating code changes in a git worktree separates task processing into a dedicated directory, preventing unintended side effects from contaminating your main session during bug fixes or investigations.

What is task delegation in software development and when should I use it?

Task delegation in software development assigns code changes or investigations to a sub-agent within an isolated git worktree, used when you need to prevent unintended side effects from contaminating your main workspace.

How do I delegate a bug fix to a worker without affecting the main project?

Delegate a bug fix to a worker by assigning the task to a sub-agent within an isolated git worktree, ensuring the code changes are processed separately without affecting the main project workspace.

Does git worktree isolation support sub-agent operations for complex investigations?

Yes, git worktree isolation supports sub-agent operations, allowing you to assign and process complex investigations or code changes entirely within a separated environment to maintain workspace cleanliness.

When should I not use an isolated worktree for task delegation?

You should avoid using an isolated worktree for task delegation when your code changes or investigations do not require isolation, as the overhead of maintaining a separate git worktree is unnecessary for simple tasks.