What problem does it solve? When multiple developers run parallel AI-assisted coding sessions on one codebase, they collide on files, duplicate work, and lose track of decisions. This Skill provides a shared state structure and workflow so every session knows who is working on what before touching code. ## Core Features & Use Cases - Shared Team State: Maintains _project_specs/team/state.md tracking active sessions, claimed todos, recent completions, and conflict areas. - Todo Claiming & Handoffs: Annotates todos with claim ownership and generates structured handoff documents when passing work between contributors. - Decision Syncing: Centralizes architectural decisions in a shared decisions.md so all sessions follow consistent choices. - Use Case: Alice starts a session, pulls the repo, reads team state, sees Bob claimed the checkout fix, claims the auth todo instead, and pushes her state update before coding. ## Quick Start Ask the assistant to check the team state file, show who is working on what, and help you claim an unclaimed todo before starting work.