What problem does it solve? Turning a multi-ticket spec into a single coherent pull request requires coordinating many dependent tasks, which is slow and error-prone when done sequentially by one agent. ## Core Features & Use Cases - Task Graph Execution: Treats tickets as a dependency graph with blocking relationships, always working the current 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. - Sparse Communication: Coordinates agents through context pointers to the spec, tickets, research notes, and commits instead of duplicating information. - Use Case: Given a spec issue with ten interdependent tickets, the Skill creates a draft PR, fans out implementer subagents as tickets unblock, merges their work, runs a code review pass, and marks the PR ready. ## Quick Start Ask the agent to implement the spec from issue #42 as a single PR using its associated tickets.