What problem does it solve?
This skill solves the challenge of efficiently managing GitHub and JIRA work by spawning isolated Claude Code worker sessions for each issue, ensuring work is organized, auditable, and not executed in the current session.
Core Features & Use Cases
- Isolated worker sessions: Spawn dedicated workers per issue to avoid context leakage and parallelize work.
- Cross-repo & multi-issue support: Manage workers across multiple repositories, issues, PRs, and JIRA keys.
- Status tracking & messaging: Monitor worker status and send messages to workers for coordination.
- Branch and worktree management: Create and manage per-issue git worktrees to isolate changes.
Quick Start
Start one or more workers for GitHub/JIRA issues:
work 97 98 99
work https://github.com/owner/repo/issues/42
work AIE-123