team-coordination

Coordinate multi-person Claude Code sessions with shared state and task claiming.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/artofrawr/claude-control --skill team-coordination-artofrawr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-coordination
Source: https://github.com/artofrawr/claude-control/tree/main/skills/team-coordination
Command: npx skills add https://github.com/artofrawr/claude-control --skill team-coordination-artofrawr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Team Coordination Skill enables multiple Claude Code sessions to share a common state, claim tasks, and hand off work without conflicts, keeping teams aligned.

Core Features & Use Cases

  • Shared team state, session awareness, and handoffs to coordinate multi-person projects.
  • Todo claiming and progress tracking with conflict avoidance and decision syncing.
  • Guided workflows for creating handoffs, updating decisions, and ending sessions in a coordinated manner.

Quick Start

Load this skill with the base configuration and initialize your team state to begin coordinating.

Frequently Asked Questions about team-coordination

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple Claude Code sessions working on the same project?

Conflict-free todo claiming is handled by a structured folder schema that tracks shared team state and session awareness. Developers claim tasks from a common pool, and the skill logs decisions to prevent overlapping work across concurrent sessions.

What is the best way to sync handoffs between concurrent coding sessions?

The best way to sync handoffs is by using guided workflows that update a shared project state and log decisions. This skill provides structured handoff creation to keep multiple Claude Code sessions aligned without conflicts.

Can I use this for collaborative coding with multiple developers claiming tasks?

Yes, you can use this skill for collaborative coding projects where multiple developers work concurrently. It specifically supports todo claiming, progress tracking, and decision syncing to prevent task assignment overlaps.

How does shared state management work for multi-person Claude Code work?

Shared state management works by implementing a structured folder schema that stores team state, decisions, and handoff data. This allows multiple Claude Code sessions to maintain awareness of concurrent progress and coordinate updates.

Do I need any specific dependencies to run team coordination workflows?

No specific dependencies are required to run team coordination workflows. The skill operates independently using frontfrontmatter-defined metadata and a structured folder schema to manage shared state and decision logging.