What problem does it solve? Turning a written specification with multiple tickets into working code requires coordinating many dependent tasks, branches, and reviews, which is slow and error-prone when done sequentially by hand. ## Core Features & Use Cases - Task Graph Execution: Treats tickets as a dependency graph with blocking relationships, always working the frontier of ready tickets. - Concurrent Subagents: Runs implementer subagents in parallel, each in its own git worktree and branch, with merger subagents integrating completed work. - End-to-End PR Workflow: Creates a draft PR linked to the spec issue, runs code review on completion, fixes findings, and cleans up worktrees. - Use Case: Given a spec issue with eight interdependent tickets, the Skill spins up parallel implementer agents, merges their branches as tickets unblock, and delivers one reviewed PR implementing the entire spec. ## Quick Start Ask the agent to implement the spec from the linked issue and its tickets as a single pull request.