What problem does it solve?
Manually executing large epics with dozens of dependent tickets is time-consuming, prone to human error, and difficult to coordinate across parallel workstreams, leading to missed dependencies, merge conflicts, and inconsistent status tracking.
Core Features & Use Cases
- Tracker-Agnostic Discovery: Automatically finds all child stories and subtasks under an epic across JIRA, Linear, Azure DevOps, or local filesystem trackers.
- Dependency-Aware Scheduling: Builds a dependency graph from tracker links and schedules tickets into conflict-free parallel waves using topological sorting.
- End-to-End Orchestration: Delegates each ticket to task-executor for implementation, code review, and status updates, then rolls up results into a full epic delivery summary.
Use Case: A product team with a 25-ticket feature epic can use this skill to automatically run parallel work in isolated git worktrees, handle blockers gracefully, and get a complete report of shipped, blocked, and skipped tickets without manual coordination.
Quick Start
Use the epic-executor skill to run the full delivery of epic TI-100 using the jira tracker with default parallelism settings.