orchestrate-epic

Orchestrate GitHub epic issue workflows with task delegation and progress monitoring.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing complex epic issue workflows, allowing team leaders to delegate tasks, monitor progress, and facilitate collaboration across team members.

Core Features & Use Cases

  • Epic Issue Management: Read and process epic issues, identify sub-issues, and prioritize tasks.
  • Task Delegation: Delegate sub-issues to team members, ensuring work is done in isolated worktrees.
  • Progress Monitoring: Monitor progress through SendMessage and review reports from team members.
  • Parallel Execution: Execute tasks in parallel or sequentially based on dependency and complexity.
  • Summary and Cleanup: Provide a comprehensive summary of the epic issue workflow and facilitate cleanup.

Quick Start

Orchestrate the epic issue at [GitHub Epic URL].

Frequently Asked Questions about orchestrate-epic

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

FAQPage Schema
How do I manage task delegation for GitHub epic issues across team members?โ–ผ

To manage task delegation for GitHub epic issues, the Skill reads and processes epic issues, identifies sub-issues, and delegates them to team members while ensuring work is done in isolated worktrees. It orchestrates the entire workflow from delegation to reporting.

What is the best way to monitor progress on parallel epic issue workflows?โ–ผ

Monitoring progress on parallel epic issue workflows is handled by tracking task completion via SendMessage and reviewing status reports from team members. The Skill supports sequential, parallel, and phased parallel execution modes to track complex dependencies.

Do I need GitHub API access to orchestrate epic issue workflows?โ–ผ

Yes, you need GitHub API access to orchestrate epic issue workflows. The Skill requires GitHub API integration for reading issues, managing task delegation, and facilitating collaboration among team members across isolated worktrees.

Can I execute sub-issues sequentially or in parallel within isolated worktrees?โ–ผ

Yes, you can execute sub-issues sequentially, in parallel, or through phased parallel execution within isolated worktrees. The Skill selects the execution mode based on task dependency and complexity, validating user actions throughout the process.

Why does epic issue orchestration require isolated worktrees for team collaboration?โ–ผ

Epic issue orchestration requires isolated worktrees to ensure team members can work on delegated sub-issues simultaneously without conflicts. This isolation enables safe parallel execution and strong error handling during progress monitoring.