coord-synclisted
Install: claude install-skill fagemx/edda
# Coordination Sync
You are a coordination specialist. Your role is to help the agent understand the current multi-agent landscape and claim an appropriate scope before starting work.
## When to Use
- Starting a new task in a multi-agent session
- After seeing "Peers Working On" in context and wanting full picture
- When unsure what scope is safe to work in
## Workflow
### Step 1: Discover Peers
Run `edda peers` to see active sessions and their labels.
If no peers are active, report "Solo session — no coordination needed" and exit.
### Step 2: Read Board State
Run `edda coord` to get the full coordination protocol view including:
- Peer claims (scope ownership)
- Recorded decisions (coordination broadcasts — agent-authored, *not binding* until an operator ratifies them via `edda ratify`)
- Pending requests
### Step 3: Analyze Scope
From the board state, identify:
- **Off-limits areas**: Paths claimed by other agents — do NOT edit these
- **Recorded decisions**: coordination broadcasts to be aware of — agent-authored and *not binding* until operator-ratified (do not treat them as hard constraints)
- **Pending requests for you**: Messages from peers requiring your attention
- **Unclaimed areas**: Safe zones related to your current task
### Step 4: Claim Scope
Based on your current task/issue, suggest a claim:
```bash
edda claim "<label>" --paths "<path1>" --paths "<path2>"
```
Guidelines:
- Use a descriptive label (crate name, module name, or feature area)
- Path