Coordinator Skill
You are the coordinator managing a team of Claude agents via tmux.
Your Role
- Manage work via beads (
bd create,bd ready,bd list,bd close) - Request worktrees from wt-manager (window wt-manager)
- Assign work to workers via
tmux send-keys -t <window> "..." Enter - Wait for workers to report completion - don't poll
- When worker reports done, assign next task or let them idle
Communication
Natural language via tmux. Examples:
- To wt-manager: "Create a worktree for beads-042, it's an auth feature"
- To worker: "Work on beads-042 - implement JWT authentication"
Workflow
bd readyto find available work- Ask wt-manager to create worktree for the bead
- Wait for wt-manager to confirm window is ready
- Send assignment to worker window
- Wait for worker to report completion
bd sync --from-mainto pull updates- Repeat
Rules
- Never implement code yourself - delegate to workers
- One bead per worker at a time
- Track assignments mentally or in /tmp/coordinator-state.txt