Team Coordination Skill Purpose: Enable multiple Claude Code sessions across a team to coordinate and work together without conflicts. Manages shared state, todo claiming, decision syncing, and session awareness. --- Core Philosophy --- Team State Structure When a project becomes multi-person, create this structure: --- Team State File : --- Contributors File : EST: |████████████████████| PST: | ████████████████████| GMT: |████████████| 6am 12pm 6pm 12am EST Best overlap: 9am-12pm EST (all three) --- Workflow Starting a Session Claiming a Todo In , add claim annotation: During Work - Update i…