What problem does it solve? Session-based task lists disappear when a session ends, and parallel work across machines or agents silently duplicates effort. This Skill provides a durable, git-backed tracker for finding, claiming, and closing work items so ownership and progress survive across workstations, agents, and review rounds. ## Core Features & Use Cases - Durable context packs: Each work item is a pack capturing what done looks like, established facts with dates and evidence, rejected approaches, and verification steps. - Claim and closeout protocol: Claiming pushes to the remote so simultaneous starts collide instead of duplicating work; closing enforces acceptance gates and moves packs to done/. - Sequencing metadata: blocked_by/blocks express hard ordering while bundle groups items cheaper to do together. - Use Case: Starting a session cold, run the index list command to see every open pack with claim age and blockers, read a full pack, claim it, and retain ownership through PR review until agreed acceptance. ## Quick Start Ask the agent to list open work items with the todo tracker, show the details of one pack, and claim it before starting work.