Delegate Issues banner
edspencer edspencer

Delegate Issues

Git community

Description

--- name: delegate-issues description: Delegate multiple GitHub issues in parallel, each to its own autonomous worker via /delegate-issue allowed-tools: - Bash - Read - Task - Skill --- <objective> Delegate multiple GitHub issues to autonomous workers in parallel. For each issue number provided, spin up a Task sub-agent that runs `/delegate-issue <N>`. Each sub-agent independently clones the repo, launches a worker, monitors it, and reports the result. This skill orchestrates them all

Installation

Installs to ~/.claude/commands/edspencer-herdctl-delegate-issues.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/edspencer/herdctl/HEAD/.claude/commands/delegate-issues.md -o ~/.claude/commands/edspencer-herdctl-delegate-issues.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository