What problem does it solve?
Manually orchestrating sprint execution as a tech lead—delegating tickets, reviewing code, running quality checks, updating tracker states, and posting implementation logs—is repetitive, error-prone, and scales poorly for larger or parallel sprints.
Core Features & Use Cases
- Dual Execution Modes: Supports both serial (one ticket at a time) and parallel (concurrent worktree-based execution per wave) sprint workflows, adapting to sprint size and team needs.
- End-to-End Ticket Orchestration: Automates delegation to pre-assigned engineer skills or Codex, code review, dependency vulnerability gating, conventional commits, tracker state updates, and implementation logging for every ticket.
- Tracker-Agnostic Integration: Works with Jira, Linear, Azure DevOps, or local filesystem trackers out of the box, no custom adapter code required.
- Use Case: For a planned 2-week sprint with 12 tickets assigned to different engineers, this skill can execute the entire sprint, run parallel waves via isolated git worktrees, resolve merge conflicts, and update all tracker tickets automatically.
Quick Start
Use the sprint-executor skill to execute your approved sprint plan in serial mode, automatically delegating each ticket to its assigned engineer, running reviews and commits, and updating your Jira tracker with implementation logs.