/epic-orchestrator
Orchestrate parallel execution of a Jira Epic's tickets by dispatching headless Claude Code workers in isolated git worktrees. Analyzes tickets for dependencies, plans execution waves, spawns one worker per ticket with a skill file loaded as its system prompt, coordinates with
$ npx -y skills add chancegraff/rules-for-claude --skill epic-orchestrator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/epic-orchestrator
Context preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrate parallel execution of a Jira Epic's tickets by dispatching headless Claude Code workers in isolated git worktrees. Analyzes tickets for dependencies, plans execution waves, spawns one worker per ticket with a skill file loaded as its system prompt, coordinates with
My global Claude Code setup, mirrored from ~/.claude: the rules, the hook scripts that enforce them, and the global CLAUDE.md.
Repo: chancegraff/rules-for-claude
Other skills on rules-for-claude.
- /jira-ticket-workflow
End-to-end Jira ticket workflow that manages a cross-functional team of agents to plan, implement, review, and ship work defined by a Jira ticket. Use this skill whenever the user provides a Jira ticket number (e.g., USP-2313, AID-21, CRM-450) and wants the work completed, or
Open skill - /pr-review-response
End-to-end workflow for responding to PR review feedback. Reads all review comments and requested changes on the current branch's pull request, plans and implements fixes via specialist agents, runs verification, and responds to every review thread on GitHub like a thoughtful
Open skill - /session-debrief
An end-of-session candor ritual. Answers two questions about the work just completed: what you're least confident about right now, and the biggest thing the user probably doesn't realize about the situation. Use this skill when the user invokes it directly (e.g.
Open skill - /team-dev-workflow
General-purpose team development workflow for making and shipping code changes. Coordinates a team of specialist agents to plan, implement, review, verify, and ship code. Gathers context from Jira tickets, Figma designs, PR reviews, and the codebase. Scales from small bug fixes
Open skill - /work-the-branch
Workflow for advancing in-progress work on the current branch, at any stage, through to review-ready. Assesses where the branch stands (uncommitted changes, unpushed commits, missing or stale PR, remaining ticket scope), plans what is left, implements via a team of specialist
Open skill

